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 113935

Summary: VersionNotSupportException occurs when expand Web Service name
Product: serverplugins Reporter: davisn <davisn>
Component: Sun Appserver 9Assignee: _ pcw <pcw>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description davisn 2007-08-28 02:26:01 UTC
VersionNotSupprotException occurs in messages.log file when expand Web Service name from sun-web.xml file of a J2EE 1.3
Web Module

STEPS TO REPRODUCE:
1. Install Netbean nightly 08/27/2008 build with Glassfish V2 server
2. Create a J2EE 1.3 Web Module Project
3. Create a default (empty) Web Service to the 1.3 Web Module Project
4. Open sun-web.xml file > click Web Service > expand Service Name
BUG:
     VersionNotSupprotException occurs in messages.log file
     Log file is attached
Comment 1 davisn 2007-08-28 02:26:20 UTC
Created attachment 47558 [details]
messages.log
Comment 2 _ pcw 2007-08-28 03:27:17 UTC
Services visibility is currently being managed by AS version independent of J2EE version (which cannot be known w/o
project context)

In cases where there is project context (ie standard descriptor exists and can be read) we should also use J2EE version
to control visibility - in this case, J2EE 1.3 does not support web services.
Comment 3 _ pcw 2007-08-28 23:10:46 UTC
Fixed.