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 92430 - Identity functionality is blocked by exception
Summary: Identity functionality is blocked by exception
Status: RESOLVED DUPLICATE of bug 90685
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-12 13:08 UTC by Andrey Yamkovoy
Modified: 2007-02-07 22:33 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 Andrey Yamkovoy 2007-01-12 13:08:30 UTC
This bug is reproducible only with JDK 6.

Steps to reproduce:
- Create Web Application.
- Create Web Service in this application.
- Invoke web service attributes dialog.
- Enable message level security and press OK button.
- Following exception occurs.

java.lang.NoClassDefFoundError: Could not initialize class
com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
	at
com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:389)
	at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:253)
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:84)
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:66)
	at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132)
	at javax.xml.bind.ContextFinder.find(ContextFinder.java:286)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:244)
	at
org.netbeans.modules.identity.profile.api.configurator.impl.file.AMConfigManager.createMarshaller(AMConfigManager.java:137)
	at
org.netbeans.modules.identity.profile.api.configurator.impl.file.AMConfigManager.saveAMConfig(AMConfigManager.java:82)
	at
org.netbeans.modules.identity.profile.api.configurator.impl.file.ProviderConfigImpl.saveProvider(ProviderConfigImpl.java:184)
	at
org.netbeans.modules.identity.profile.api.configurator.ProviderConfigurator.save(ProviderConfigurator.java:391)
	at
org.netbeans.modules.identity.profile.ui.WSPSecurityPanel.save(WSPSecurityPanel.java:129)
	at
org.netbeans.modules.identity.profile.ui.WSPSectionNode.save(WSPSectionNode.java:53)
	at org.netbeans.modules.identity.profile.ui.SecurityView.save(SecurityView.java:74)
	at
org.netbeans.modules.identity.profile.ui.editor.SecurityWSEditor.save(SecurityWSEditor.java:100)
...
Comment 1 Peter Liu 2007-02-07 22:33:39 UTC
I am combining this bug with IZ 90685 since both a related to jdk1.6 and closing
this as a duplicate.

*** This issue has been marked as a duplicate of 90685 ***