Re: Trying to set up a MDB

2009-11-03 Thread Ellen Tang
Hi Antonio, I looked the G doc and downloaded the file "jms-mdb-ear-2.1.2.ear" from maven repository as you did, and got the same problem as you. However, I have found the solution and made the sample work. First, the structure of the file "jms-mdb-ear-2.1.2.ear" that worked for me is as below:

Re: Trying to set up a MDB

2009-11-02 Thread Antonio Fornié
Thank you very much. I'll try with those samples I've just downloaded. And about the samples from geronimo docs, I've just downloaded the file "jms-mdb-ear-2.1.2.ear" from maven repository and try to deploy it from the console... I had the same problem!! Deployment failed: A connector module mus

Re: Trying to set up a MDB

2009-11-02 Thread Antonio Fornié
Thank you very much. I'll try with those samples I've just downloaded. And about the samples from geronimo docs, I've just downloaded the file "jms-mdb-ear-2.1.2.ear" from maven repository and try to deploy it from the console... I had the same problem!! Deployment failed: A connector module mus

Re: Trying to set up a MDB

2009-11-02 Thread Antonio Fornié
Thank you very much. I'll try with those samples I've just downloaded. And about the samples from geronimo docs, I've just downloaded the file "jms-mdb-ear-2.1.2.ear" from maven repository and try to deploy it from the console... I had the same problem!! Deployment failed: A connector module mus

Re: Trying to set up a MDB

2009-11-02 Thread frapien
I've tested the WebSphere Community Edition Sample Applications downloaded from http://www.ibm.com/developerworks/downloads/ws/wasce/?S_TACT=105AGX01&S_CMP=LP and works with Geronimo 2.1.4 -- View this message in context: http://old.nabble.com/Trying-to-set-up-a-MDB-tp26137988s134p26157707.htm

Re: Trying to set up a MDB

2009-11-02 Thread chi runhua
Hi, two issues I noticed in your application: 1) you need to use geronimo-applicaiton.xml for your ear to be deployed on Geronimo successfully, which shall be put in the same directory with application-xml 2) jms resource should have a module name in the form of groupId/artifactId/version/type

Re: Trying to set up a MDB

2009-11-02 Thread Antonio Fornié
Any help? If nobody can help for my specific problem, at least can anybody help me setting up this basic sample (I think it's the easier one in the docs): http://cwiki.apache.org/GMOxDOC21/jms-mdb-jms-and-mdb-sample-application.html Did anybody get it running only following the tutorial? Isn't th

Re: Trying to set up a MDB

2009-10-31 Thread Antonio Fornié
Hello! My ear structure: root/car_web.war root/car_ejb.jar root/geronimo-activemq-ra-2.1.4.rar root/META-INF/MANIFEST.MF root/META-INF/application.xml root/META-INF/jms-resources.xml My application.xml is this: http://www.w3.org/2001/

Re: Trying to set up a MDB

2009-10-31 Thread David Jencks
What is the structure of your ear file and what is your application.xml? I'd guess that your application.xml lists geronimo-activemq-ra. 2.1.4.rar as a module but you have not included it in your ear. thanks david jencks On Oct 31, 2009, at 3:19 AM, Antonio Fornié wrote: Thank you very muc

Re: Trying to set up a MDB

2009-10-31 Thread Antonio Fornié
Thank you very much! I'm having this error now: Invalid moduleFile: geronimo-activemq-ra-2.1.4.rar org.apache.geronimo.common.DeploymentException: Invalid moduleFile: geronimo-activemq-ra-2.1.4.rar at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:78

Re: Trying to set up a MDB

2009-10-30 Thread frapien
for your MDB you should have an openejb-jar.xml an therefore openejb-jar tags see OrderRecvMDB jms-resources The jms-resources.xml should