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 75066 - java.lang.NoSuchMethodError
Summary: java.lang.NoSuchMethodError
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-14 15:13 UTC by susanh
Modified: 2006-06-26 15:26 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 susanh 2006-04-14 15:13:09 UTC
SETUP: Attempting to run the Calculator app from NetBeans 5.5
on AS9 promoted build (3-30ish) installed with the wsit.zip from build #307.

ACTION: The QuickStart says that when you choose Run Project, the IDE starts the
AppServer, but I started it separately to see if that was the issue, and that
didn't make a difference either.  It seems to be failing during compilation and
never get around to deploying anyway. 

ACTUAL: 

Caused by: java.lang.NoSuchMethodError:
com.sun.xml.ws.spi.runtime.WSRtObjectFactory.createRuntimeEndpointInfo()Lcom/sun/xml/ws/spi/runtime/RuntimeEndpointInfo;
       at
com.sun.enterprise.webservice.JAXWSServlet.registerEndpoint(JAXWSServlet.java:288)
       at com.sun.enterprise.webservice.JAXWSServlet.doInit(JAXWSServlet.java:265) 

Logged on behalf of Francis.Butler@Sun.COM and Debbie.Carson@Sun.COM
Comment 1 Martin Grebac 2006-04-14 17:29:18 UTC
The compilation issue is fixed in trunk - and web applications can be deployed
to Tomcat. However, deployment to Glassfish doesn't work because of issues on GF
or JAXWS side.
Comment 2 susanh 2006-06-26 15:26:04 UTC
Verified as fixed by QA. No compilation error received on GF /Windows. Not tried
on Tomcat. No java.lang.NoSuchMethodError received.