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 84184 - Error importing WSDL file with JDK1.6
Summary: Error importing WSDL file with JDK1.6
Status: VERIFIED DUPLICATE of bug 84040
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 08:42 UTC by alforbes
Modified: 2006-09-28 15:20 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 alforbes 2006-09-05 08:42:11 UTC
I have tried this with 5.0, 5.5Beta2, and 5.5Dev and I get the same error. The
error does NOT happen with --jdkhome /usr/local/jdk15

When I try to import the WSDL (either from a file or from a URL) I get a
NoSuchMethodException. Clicking OK on the error dialog box shows the same error
again and again.

I have tried with 2 completely different WSDL files.

I am running JDK1.6. Same errors with different versions for JDK1.6

java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b98)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b98, mixed mode, sharing)


*********** Exception occurred ************ at 9:25 AM on Sep 5, 2006
java.lang.NoSuchMethodError:
com.sun.tools.xjc.api.TypeAndAnnotation.getTypeClass()Lcom/sun/codemodel/JType;
        at
com.sun.tools.ws.processor.modeler.ModelerUtils.createRpcLitParameters(ModelerUtils.java:138)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.getRpcLitParameters(WSDLModeler.java:1750)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.processLiteralSOAPOperation(WSDLModeler.java:714)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.processSOAPOperation(WSDLModeler.java:624)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.processPort(WSDLModeler.java:520)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.processService(WSDLModeler.java:286)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.internalBuildModel(WSDLModeler.java:255)
        at
com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:178)
        at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler.generateWsdlModel(WsdlModeler.java:185)
       at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler.access$000(WsdlModeler.java:45)
        at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler$1.run(WsdlModeler.java:70)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Lukas Jungmann 2006-09-05 08:52:22 UTC

*** This issue has been marked as a duplicate of 84040 ***
Comment 2 Lukas Jungmann 2006-09-28 15:20:31 UTC
v.