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 113932 - NoSuchMethodexception occurs when open sun-web.xml to view Web Service Client/Port Endpoint
Summary: NoSuchMethodexception occurs when open sun-web.xml to view Web Service Client...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 01:36 UTC by davisn
Modified: 2007-08-28 03:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (47.29 KB, application/octet-stream)
2007-08-28 01:36 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2007-08-28 01:36:23 UTC
NoSuchMethodexception occurs in the messages.log file when open sun-web.xml to view Web Service Client and Port
Information Endpoint in J2EE 1.4 Web Service Project

STEPS TO REPRODUCE:
1. Install Netbean nightly 08/27/2008 build with Glassfish V2 server
2. Create a J2EE 1.4 Web Module Project
3. Create a default Web Service to the recently created 1.4 Web Module Project
4. Add an operation
5. Deploy the Web Module project
6. Add a Web Service client by selecting the Project Web Service (client type: Java EE Cointaner-generated...)
7. Repeat step 6 but for client type: IDE-generated static stub
8. Open sun-web.xml file > click Web Service > expand Port Information
BUG:
     java.lang.NoSuchMethodException: org.netbeans.modules.j2ee.dd.impl.web.annotation.WebAppImpl.getPortComponentRef()
	at java.lang.Class.getMethod(Class.java:1605)
[catch] at org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader.getChild(CommonBeanReader.java:243)
	at org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader.access$000(CommonBeanReader.java:50)
	at
org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader$CommonReader.genCommonProperties(CommonBeanReader.java:221)
	at
org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader$WebAppCommonReader.run(CommonBeanReader.java:181)
	at
org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.CommonBeanReader$WebAppCommonReader.run(CommonBeanReader.java:177)
	at org.netbeans.modules.j2ee.dd.impl.web.annotation.WebAppMetadataModelImpl$1.call(WebAppMetadataModelImpl.java:68)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:225)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.access$100(AnnotationModelHelper.java:60)
	at
org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:161)
	at BeanReader.java:243)
Comment 1 davisn 2007-08-28 01:36:45 UTC
Created attachment 47551 [details]
messages.log
Comment 2 _ pcw 2007-08-28 03:20:03 UTC
Fixed.