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 74170 - Topic and Queue Resource Registration Fails
Summary: Topic and Queue Resource Registration Fails
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-29 22:03 UTC by Nitya Doraisamy
Modified: 2006-04-12 02:45 UTC (History)
0 users

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 Nitya Doraisamy 2006-03-29 22:03:07 UTC
Create a Topic or Queue resource through the SunResource Wizard.
Deploy the project. The following error message appears in the deploy output in
IDE and the resource is not registered with the server.

Start registering the project's server resources
Failed while registering resource : Operation 'createJmsResource' failed in
'resources' Config Mbean.
Target exception message: Destination Resource AOQueue1 does not contain a
property called Name
Finished registering server resources
Comment 1 Nitya Doraisamy 2006-03-29 22:04:41 UTC
The Topic or Queue requires property Name (in Properties) for registration to
work. The JMS Resource Wizard should be extended to enforce this requirement
while creating the resource.
Comment 2 Nitya Doraisamy 2006-04-12 02:45:18 UTC
Added required elements and associated validation to property table in JMS Wizard
and other sun resource wizards