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 108145 - XSLT Editor doesn't work if SOA plugin is installed from UC
Summary: XSLT Editor doesn't work if SOA plugin is installed from UC
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks: 106361
  Show dependency tree
 
Reported: 2007-06-26 14:09 UTC by Andrei Chistiakov
Modified: 2007-06-28 10:31 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample project (15.39 KB, application/octet-stream)
2007-06-26 14:10 UTC, Andrei Chistiakov
Details

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

The bug is not reproducible when Full NB installation is used.

To reproduce the bug:

- install Basic IDE;
- install SOA plugin from Update Center;
- open the attached project;
- in Projects select XsltModule1|Transformation Files|newXSLFile1.xsl and open in Editor.
The document doesn't open. The following exception throws:

java.lang.NoClassDefFoundError: com/nwoods/jgo/JGoGlobal
	at org.netbeans.modules.soa.mapper.basicmapper.BasicMapper.<clinit>(BasicMapper.java:158)
	at org.netbeans.modules.xslt.core.multiview.mapper.MapperMultiViewElement.createMapperView(MapperMultiViewElement.java:266)
	at org.netbeans.modules.xslt.core.multiview.mapper.MapperMultiViewElement.initializeUI(MapperMultiViewElement.java:272)
	at org.netbeans.modules.xslt.core.multiview.mapper.MapperMultiViewElement.<init>(MapperMultiViewElement.java:93)
	at
org.netbeans.modules.xslt.core.multiview.mapper.MapperMultiViewElementDesc.createElement(MapperMultiViewElementDesc.java:58)
	at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:191)
	at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:111)
	at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:107)
	at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:242)
	at org.netbeans.core.multiview.MultiViewPeer.peerComponentOpened(MultiViewPeer.java:210)
...
Comment 1 Andrei Chistiakov 2007-06-26 14:10:06 UTC
Created attachment 44406 [details]
Sample project
Comment 2 Jiri Kovalsky 2007-06-26 14:16:01 UTC
Can somebody please investigate what's wrong with the SOA Mapper? Thanks!
Comment 3 Alexey Yarmolenko 2007-06-26 15:59:58 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 4 Marian Mirilovic 2007-06-27 13:49:10 UTC
Sergey,
please look at this - see issue 108131

Thanks in advance.
Comment 5 Alexey Yarmolenko 2007-06-27 15:09:29 UTC
Fixed by moving JGo library to stand-alone wrapper module.
Comment 6 Marian Mirilovic 2007-06-27 16:16:35 UTC
Sergey,Alaexey,
have you also fixed this into M10 branch ? If so please set Target Milestone to M10. Thanks in advance.
Comment 7 Sergey Lunegov 2007-06-27 16:27:36 UTC
Marian, fix was integrated into M10 (in trunk Alexey will integrate tomorrow)
Comment 8 Andrei Chistiakov 2007-06-28 10:31:29 UTC
Verified in build 200706271001.