Allow embedded connector deployment for WAR, EJB JAR
----------------------------------------------------
Key: GERONIMO-838
URL: http://issues.apache.org/jira/browse/GERONIMO-838
Project: Geronimo
Type: Improvement
Components: connector, deployment
Versions: 1.0-M4
Reporter: Aaron Mulder
Fix For: 1.0
Currently you can embed a connector deployment in the deployment plan for an
application client. It would be nice if you could do the same for a WAR or EJB
JAR. Something like:
<web-app xmlns="http://geronimo.apache.org/xml/ns/web"
xmlns:naming="http://geronimo.apache.org/xml/ns/naming"
...>
...
<resource>
<external-rar>
activemq/rars/activemq-core-version.rar
</external-rar>
<connector
xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"
version="1.5"
configId="MyJMSResources"
parentId="MyJMSServer">
...
</connector>
</resource>
</web-app>
--
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