[ http://issues.apache.org/jira/browse/GERONIMO-838?page=comments#action_12318794 ]
David Jencks commented on GERONIMO-838: --------------------------------------- i'm planning to support this by letting you deploy a "synthetic ear" consisting entirely of external modules. I don't think it makes sense to include rar gbeans in a war or ejb-jar module. This should be pretty easy after GERONIMO-719, since external module support is implemented. All we need is to allow deployment when there is no actual module file. > 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 > 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
