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/16 00:07:54 UTC

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

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

    Resolution: Fixed

 Fixed by adding support for "synthetic" ears with no ear file, just external modules in the vendor plan.  Includes example of building default-database this way.
Sending modules/assembly/maven.xml
Sending modules/assembly/src/plan/default-database-plan.xml
Sending modules/j2ee-builder/src/java/org/apache/geronimo/j2ee/deployment/EARConfigBuilder.java
Sending modules/j2ee-builder/src/schema/geronimo-application.xsd
Transmitting file data ....
Committed revision 232894.

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