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 140960 - Cannot expand web services node
Summary: Cannot expand web services node
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Ayub Khan
URL:
Keywords: JDK_SPECIFIC, REGRESSION
Depends on:
Blocks:
 
Reported: 2008-07-21 11:19 UTC by Lukas Jungmann
Modified: 2008-07-22 21:25 UTC (History)
0 users

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 Lukas Jungmann 2008-07-21 11:19:26 UTC
-start ide with fresh userdir on JDK6 up to JDK6u3 (I used JDK6u3)
-expand Web Services node in Services tab

=>

java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from
jar:file:/D:/test/netbeans/ide9/modules/ext/jaxb/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs
2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See
http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
        at com.sun.xml.bind.v2.model.impl.ModelBuilder.<clinit>(ModelBuilder.java:173)
...
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:244)
        at org.netbeans.modules.websvc.saas.util.SaasUtil.loadJaxbObject(SaasUtil.java:140)
        at org.netbeans.modules.websvc.saas.util.SaasUtil.loadJaxbObject(SaasUtil.java:113)
        at org.netbeans.modules.websvc.saas.util.SaasUtil.loadSaasServices(SaasUtil.java:245)
        at org.netbeans.modules.websvc.saas.model.SaasServicesModel.loadSaasServiceFile(SaasServicesModel.java:203)
        at org.netbeans.modules.websvc.saas.model.SaasServicesModel.loadFromDefaultFileSystem(SaasServicesModel.java:146)
        at org.netbeans.modules.websvc.saas.model.SaasServicesModel.initRootGroup(SaasServicesModel.java:110)
        at
org.netbeans.modules.websvc.saas.ui.nodes.SaasServicesRootNode$RootNodeChildren$1.run(SaasServicesRootNode.java:130)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Ayub Khan 2008-07-21 20:38:43 UTC
Fixed, see http://hg.netbeans.org/main/rev/298512517ba4

Note: Tested on MacOSX JDK1.6.0_05, works fine.
Comment 2 Lukas Jungmann 2008-07-22 21:25:58 UTC
v.