Create a New JMS Group throws error for external RAR
----------------------------------------------------
Key: GERONIMO-2312
URL: http://issues.apache.org/jira/browse/GERONIMO-2312
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Reporter: Krishnakumar B
I deployed a JMS RAR using Deploy new and it is deployed.
I tried to create a New JMS Group using the console wizard. When i see the
deployment plan it doesnt seem right and i get a deployment error when i deploy
this plan.
The plan looks like this :
<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.1">
<environment>
<moduleId>
<groupId>test</groupId>
<artifactId>jms.rar</artifactId>
<version>1.0</version>
</moduleId>
<dependencies>
..............
</dependencies>
</environment>
<dep:environment
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1">
<dep:moduleId>
<dep:groupId>console.jms</dep:groupId>
<dep:artifactId>TestJMSRA</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>rar</dep:type>
</dep:moduleId>
</dep:environment>
<resourceadapter>
<resourceadapter-instance>
<resourceadapter-name>TestJMSRA</resourceadapter-name>
<workmanager>
<gbean-link>DefaultWorkManager</gbean-link>
</workmanager>
<nam:workmanager
xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.1">
<nam:gbean-link>DefaultWorkManager</nam:gbean-link>
</nam:workmanager>
</resourceadapter-instance>
.....
Clearly the deployment plan generated is not correct.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira