You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/08/15 09:41:55 UTC

[jira] Updated: (GERONIMO-838) Allow embedded connector deployment for WAR, EJB JAR

     [ http://issues.apache.org/jira/browse/GERONIMO-838?page=all ]

David Jencks updated GERONIMO-838:
----------------------------------

    Fix Version: 1.0-M5
                     (was: 1.0)
      Assign To: David Jencks

> 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: deployment, connector
>     Versions: 1.0-M4
>     Reporter: Aaron Mulder
>     Assignee: David Jencks
>      Fix For: 1.0-M5

>
> 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