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 - VersionNotSupportException occurs when expand Web Service name
Summary: VersionNotSupportException occurs when expand Web Service name
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 02:26 UTC by davisn
Modified: 2007-08-28 23:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (38.87 KB, application/octet-stream)
2007-08-28 02:26 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 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.