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 171549 - JMS resources don't appear at b62
Summary: JMS resources don't appear at b62
Status: RESOLVED DUPLICATE of bug 171295
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-05 17:56 UTC by chaase3
Modified: 2009-09-08 17:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chaase3 2009-09-05 17:56:10 UTC
I am working on JMS examples using NetBeans 6.8 build netbeans-dev-200909032054. I recall that in the previous build, I
would see any JMS resources I had created if I looked in the Services tab under Servers->GlassFish v3
Domain->Resources->Connectors. This is reasonable, since creating a JMS resource involves creating connector resources
under the covers, and there is no separate node for JMS resources. However, currently for the resources I have created,
nothing shows up.

For each JMS connection factory, the JMS Resource Adapter creates a connector connection pool and a connector resource.
For each JMS destination resource, the RA creates an Admin Object Resource.

In the GlassFish v3 Admin Console, you can see the JMS Resources themselves and also their corresponding connector
resources.
Comment 1 Vince Kraemer 2009-09-05 17:59:58 UTC
which build of the IDE do you have?
Comment 2 chaase3 2009-09-05 18:06:32 UTC
I thought I put that in the report -- I am using netbeans-dev-200909032054.
Comment 3 Nitya Doraisamy 2009-09-08 17:11:19 UTC
Root cause is same as for 171295 (causing similar regression for JDBC connection pools & resources). 
Fixed by changes for above issue

*** This issue has been marked as a duplicate of 171295 ***