This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108131 - BPEL Mapper doesn't work if SOA plugin is installed from UC
Summary: BPEL Mapper doesn't work if SOA plugin is installed from UC
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Alexey Yarmolenko
URL:
Keywords:
Depends on:
Blocks: 106361
  Show dependency tree
 
Reported: 2007-06-26 12:53 UTC by Andrei Chistiakov
Modified: 2007-06-28 10:33 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2007-06-26 12:53:56 UTC
Reproduced in build 200706251444 on WinXP SP2 and JDK 1.6.0_01.

To reproduce the bug:

- install the Basic NB IDE;
- launch Plugin Manager and install SOA plugin;
- restart IDE when prompted;
- call New Project wizard;
- select Samples|SOA category and Synchronous BPEL Process project, press Next, press Finish;
- in Projects tree select SynchronousSample|Process Files|SynchronousSample.bpel node and double-click it, BPEL diagram
opens;
- on the diagram select Assign1 activity. BPEL Mapper window opens, but it's empty.
Comment 1 Jiri Kovalsky 2007-06-26 12:58:28 UTC
What? This issue blocks itself?
Comment 2 Jiri Kovalsky 2007-06-26 13:12:23 UTC
Can you please investigate what is wrong with the BPEL Mapper? Thanks!
Comment 3 Peter Pis 2007-06-26 13:31:45 UTC
This issue has been marked as a stopper for M10. Please investigate it ASAP. Thanks.
Comment 4 Sergey Lunegov 2007-06-26 14:05:14 UTC
Alexey, please look at this.
Comment 5 Alexey Yarmolenko 2007-06-26 15:07:07 UTC
Problem is caused by missing external library:

WARNING [org.netbeans.core.modules]: Class-Path value ext/jgo/JGo5.1.jar from C:\Documents and
Settings\cay\.netbeans\6.0m10\modules\org-netbeans-modules-soa-mapper.jar cannot be found at C:\Documents and
Settings\cay\.netbeans\6.0m10\modules\ext\jgo\JGo5.1.jar

For unknown reason this library was not installed, when SOA pack was downloaded from UC.
Comment 6 Marian Mirilovic 2007-06-26 16:25:06 UTC
Does it mean the root cause of this issue is the same as for issue 108145 ? If so I would say it's duplicate.

Jirka, Robert 
... any news ? Is this really problem of AU or PM ?
Comment 7 Jiri Rechtacek 2007-06-26 17:46:07 UTC
I don't think it could be a problem of Plugin Manager. Looks as a missing dependency of SOA component ext/jgo/JGo5.1.jar
library. Plugin Manager needs to know which projects are depending each other to install compact component. I guess the
BPEL Mapper should review its declared dependencies. If I'm wrong please reassign to module which didn't declare
dependency to that library or nbbuild/update center content in the case of wrongly content of Update Center.
Comment 8 Marian Mirilovic 2007-06-27 13:42:19 UTC
Sergey, 
this is one of the pending stopper for M10 are you working on it ? 
Also please look at issue 108145. Thanks in advance.
Comment 9 Sergey Lunegov 2007-06-27 13:47:15 UTC
Marian, Alexey is working on both of this issues. The fix is being integrated.
Comment 10 Marian Mirilovic 2007-06-27 13:50:25 UTC
Sergey, thank you very much for update ...
Comment 11 Alexey Yarmolenko 2007-06-27 15:03:39 UTC
Fixed by moving JGo library to stand-alone wrapper module.
Comment 12 Marian Mirilovic 2007-06-27 16:19:13 UTC
Sergey,Alaexey,
have you also fixed this into M10 branch ? If so please set Target Milestone to M10. Thanks in advance.

Also I would like to ask somebody from QE (Andrei?) verified the fix. 
Comment 13 Sergey Lunegov 2007-06-27 16:28:16 UTC
Marian, fix was integrated into M10 (in trunk Alexey will integrate tomorrow)
Comment 14 Andrei Chistiakov 2007-06-28 10:33:13 UTC
Verified in build 200706271001 with SOA Plugin of 6/28/07.