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 146599 - IncompatibleClassChangeError: Class com.sun.xml.rpc.processor.model.Model does not implement the requested interface com.sun.xml.rpc.spi.model.Model
Summary: IncompatibleClassChangeError: Class com.sun.xml.rpc.processor.model.Model doe...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Roderico Cruz
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 01:02 UTC by Lukas Jungmann
Modified: 2008-09-11 00:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 108112


Attachments
stacktrace (159 bytes, text/plain)
2008-09-09 01:02 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-09-09 01:02:15 UTC
Build: NetBeans IDE Dev (Build 20080908074124)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b30
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
-install JAX-RPC module and restart the IDE
-create JAX-WS service ina webapp and deploy it on the glassfish
-create new javaapp and create JAX-RPC client for the service in the webapp there

=> IncompatibleClassChangeError

Stacktrace: 
java.lang.IncompatibleClassChangeError: Class com.sun.xml.rpc.processor.model.Model does not implement the requested interface com.sun.xml.rpc.spi.model.Model
        at org.netbeans.modules.websvc.registry.wsdl.WSDLInfo.getWebServices(WSDLInfo.java:230)
        at org.netbeans.modules.websvc.registry.RegistryViewImpl.registerService(RegistryViewImpl.java:181)
        at org.netbeans.modules.websvc.registry.RegistryViewImpl.registerService(RegistryViewImpl.java:159)
        at org.netbeans.modules.websvc.registry.netbeans.RegisterViewImplNetBeansSide.registerService(RegisterViewImplNetBeansSide.java:91)
        at org.netbeans.modules.websvc.jaxrpc.client.wizard.ClientBuilder.generate(ClientBuilder.java:330)
        at org.netbeans.modules.websvc.jaxrpc.client.wizard.JaxRpcClientCreator$2.run(JaxRpcClientCreator.java:319)
Comment 1 Lukas Jungmann 2008-09-09 01:02:23 UTC
Created attachment 69366 [details]
stacktrace
Comment 2 Lukas Jungmann 2008-09-09 01:03:56 UTC
=> websvc/jaxrpc
Comment 3 Lukas Jungmann 2008-09-09 01:06:53 UTC
well, I'm not able to create a JAX-RPC client in a java app now due to this... => P1
Comment 4 Lukas Jungmann 2008-09-09 01:12:51 UTC
Rico, can you take a look at this, please?

thanks
Comment 5 Jaroslav Pospisil 2008-09-09 12:50:13 UTC
Issue is reproducible also for more typical use cases (see issue 129645 - original steps).
Comment 6 Roderico Cruz 2008-09-10 20:15:55 UTC
Fixed. Sorry about that.
Comment 7 Lukas Jungmann 2008-09-11 00:58:57 UTC
thanks, v.