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 148317 - Deployed JMS resource not appearing under JMSResources node in the server
Summary: Deployed JMS resource not appearing under JMSResources node in the server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun Windows XP
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 07:59 UTC by dpkumar
Modified: 2008-10-22 20:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (19.02 KB, application/octet-stream)
2008-09-26 07:56 UTC, dpkumar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dpkumar 2008-09-25 07:59:11 UTC
NetBeans:IDE Build 200809220201
JDK:jdk1.6.0_07
SDK:SDK5.0_07-fcs-b01(http://javaweb.sfbay/java/re/javaeesdk/5.0_07/promoted/fcs/b01/bundles/)

Steps to reproduce:
1.Start NetBeans IDE ,register SDK server and start server.
2.Create a simple web application.(Helloworld application)
3.Right click on the web application select New/GlassFish/JMS Resource and create different Resources
type(Queue,Topic,QueueConnectionFactory,TopicConnectionFactory and ConnectionFactory).
4.Right click on the application select Build/Deploy/Run.
5.Expand server/GlassfishV2/Resources/JMSResources/

ISSUE:
-Observe that no JMS resources are deployed under JMS Resources node, but JMS resource are created in the sun-resource.xml
Comment 1 Nitya Doraisamy 2008-09-25 17:57:35 UTC
Please attach the project that you deployed.
Comment 2 dpkumar 2008-09-26 07:56:33 UTC
Created attachment 70649 [details]
project
Comment 3 Nitya Doraisamy 2008-10-22 20:38:31 UTC
Seems to have been resolved by fix for issue 149286