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 112937 - VersionNotSupportedException should be handled gracefully
Summary: VersionNotSupportedException should be handled gracefully
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-16 02:08 UTC by davisn
Modified: 2007-08-21 00:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (52.68 KB, application/octet-stream)
2007-08-16 02:09 UTC, davisn
Details
jaxrpc-simple.ear (9.18 KB, application/octet-stream)
2007-08-16 02:09 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2007-08-16 02:08:59 UTC
VersionNotSupportedException occurs when browse through the sun-application-client.xml file of a jaxrpc package archive
project.

STEPS TO REPRODUCE:
1. Install nightly Netbean build 08/15/2007 with glassfish V2-b58a
2. Create a enterprise packaged archive project with the attached jaxrpc-simple.ear file
3. Extend the config for ..jar file > open sun-application-client.xml > click Environment
BUG: 
org.netbeans.modules.j2ee.sun.dd.api.VersionNotSupportedException: Not supported in Server 1.41 specification.
	at
org.netbeans.modules.j2ee.sun.dd.impl.client.model_1_4_1.SunApplicationClient.getMessageDestinationRef(SunApplicationClient.java:495)
	at
org.netbeans.modules.j2ee.sun.dd.impl.client.SunApplicationClientProxy.getMessageDestinationRef(SunApplicationClientProxy.java:221)
	at
org.netbeans.modules.j2ee.sun.ddloaders.multiview.jms.MessageDestinationRefGroupNode.getBeansFromModel(MessageDestinationRefGroupNode.java:65)
	at
org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.NamedBeanGroupNode.computeBindingSet(NamedBeanGroupNode.java:298)
	at org.netbeans.modules.j2ee.sun.ddloaders.multiview.common.NamedBeanGroupNode$2.run(NamedBeanGroupNode.java:171)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 davisn 2007-08-16 02:09:22 UTC
Created attachment 46711 [details]
messages.log
Comment 2 davisn 2007-08-16 02:09:58 UTC
Created attachment 46712 [details]
jaxrpc-simple.ear
Comment 3 _ pcw 2007-08-20 20:03:18 UTC
Already fixed.

Davis, could you verify against latest nightly build please.
Comment 4 davisn 2007-08-21 00:18:06 UTC
Bug is verified as fix with nightly 08/20/2007 build