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

Summary: IncompatibleClassChangeError: Class com.sun.xml.rpc.processor.model.Model does not implement the requested interface com.sun.xml.rpc.spi.model.Model
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: JAX-RPCAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker CC: mkuchtiak
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=108112
Issue Type: DEFECT Exception Reporter: 108112
Attachments: stacktrace

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.