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 107763 - NPE in Send JMS Message action
Summary: NPE in Send JMS Message action
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 08:30 UTC by martin_adamek
Modified: 2007-06-22 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (3.54 KB, text/plain)
2007-06-22 08:32 UTC, martin_adamek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martin_adamek 2007-06-22 08:30:39 UTC
- new EJB module
- new MDB
- in editor invoke Send JMS Message
- exception...
Comment 1 martin_adamek 2007-06-22 08:32:19 UTC
Created attachment 44237 [details]
Stack trace
Comment 2 Nitya Doraisamy 2007-06-22 09:29:23 UTC
Fixed NPE. Happens in EE5 case because no sun-ejb-jar.xml exists when this method is called.

Checking in SunONEDeploymentConfiguration.java;
/cvs/serverplugins/sun/sunddui/src/org/netbeans/modules/j2ee/sun/share/configbean/SunONEDeploymentConfiguration.java,v 
<--  SunONEDeploymentConfiguration.java
new revision: 1.51; previous revision: 1.50
done