I'm bundling an EAR for Geronimo V2.0. I have a rar within my EAR project that I am referencing from an application-client project and attempting to deploy, through Eclipse, to Geronimo.
Under Project Explorer it shows my connector, activemq-ra-3.2.2.ibm.rar under EarContent. Within my geronimo-application-client.xml file it is listed as: ... <resource> <internal-rar>activemq-ra-3.2.2.ibm.rar</internal-rar> ... And when I deploy I get this error: !ENTRY org.eclipse.wst.server.core 4 0 2007-09-10 15:49:39.456 !MESSAGE Publishing failed !SUBENTRY 1 org.apache.geronimo.st.core 4 0 2007-09-10 15:49:39.456 !MESSAGE Distribution of configuration failed. See log for details. !SUBENTRY 2 org.apache.geronimo.st.core 4 0 2007-09-10 15:49:39.456 !MESSAGE Could not locate connector inside ear ... !MESSAGE Caused by: java.io.IOException: Jar entry does not exist: jarFile=/tmp/geronimo-deploymentUtil13604.jar, path=activemq-ra-3.2.2.ibm.rar !SUBENTRY 2 org.apache.geronimo.st.core 4 0 2007-09-10 15:49:39.457 !MESSAGE at org.apache.geronimo.deployment.util.NestedJarFile.<init>(NestedJarFile.java:51) !SUBENTRY 2 org.apache.geronimo.st.core 4 0 2007-09-10 15:49:39.457 !MESSAGE at org.apache.geronimo.client.builder.AppClientModuleBuilder.createModule(AppClientModuleBuilder.java:348) !SUBENTRY 2 org.apache.geronimo.st.core 4 0 2007-09-10 15:49:39.457 !MESSAGE ... 59 more I've verified that this is the entry that is blowing up. Whatever I put in as the <internal-rar> value, I get the same error specifying that value. I cannot find any examples on the web that show the syntax for <internal-rar>, and per the nature of my project, I cannot use external references, I need this project to be stand-alone including the connectors with the project. Any help on this would be appreciated. Thanks. -- View this message in context: http://www.nabble.com/geronimo-application-client-and-internal-rar-tf4418346s134.html#a12602272 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
