Re: Still stuck on MDB deploy...

2006-02-22 Thread Todd Mason
Thanks Aaron, Krish and to all that have been working with me on the problem. I got things working finally. What I ended up with is my JMS resources deployed at the application level instead of server wide, which will work just fine for me. My working config looked like this. WorkJ2EE.ear con

Re: Still stuck on MDB deploy...

2006-02-22 Thread Aaron Mulder
OK, to back up a bit, it sounds like you have an EAR with an EJB JAR and a JMS resource (ActiveMQ RAR). In order to get this running, you need a Geronimo deployment plan for the EJB JAR and a Geronimo deployment plan for the RAR. In some scenarios, you also require a Geronimo plan for the EAR. T

Re: Still stuck on MDB deploy...

2006-02-21 Thread Krishnakumar B
Hi Todd, U need to deploy the connector first by bundling geronimo-ra.xml along with RAR or by supplyinng it as a parameter to deploy tool. Try deploying the RA first and then deploy the EAR file. ( If u r using ActiveMQ RAR in Geronimo add it as ext-module in EAR plan.) U can get the daytrader

Re: Still stuck on MDB deploy...

2006-02-21 Thread Todd Mason
Thanks for the clarification. I now have a plan file, but when I run the deploy I get this message. C:\geronimo-1.0\bin>deploy deploy todd-plan.xml WorkJ2EE.ear Error: Unable to distribute WorkJ2EE.ear: A connector module must be deployed using a Geronimo deployment plan (either META-I

Re: Still stuck on MDB deploy...

2006-02-21 Thread Krishnakumar B
hi Todd, U can create a EAR plan and put all the Geronimo configurations in it. ( Refer to Daytrader plan ) WEB EJB RA This contains all web, ejb configurations instead of putting them in openejb-jar.xml and geronimo-web.xml. U can deploy the ear using deploy tool

Re: Still stuck on MDB deploy...

2006-02-20 Thread Todd Mason
Thanks for the clarification. I'm changing too many things at once and getting myself confused. :~) Where do I put my "Plan" file if I opt not to use a "openejb-jar.xml" to describe my Geronimo specific settings for my message bean? And if I have a "plan" file that describes my ejb and its res

Re: Still stuck on MDB deploy...

2006-02-20 Thread Aaron Mulder
For this module: activemq-ra-3.2.1.rar jms-resource-plan.xml Your Geronimo plan (jms-resource-plan.xml) is this: http://geronimo.apache.org/xml/ns/j2ee/application-1.0"; configId="silverglobe/ejb/WorkJ2EE/car"> ... But that's not correct -- is for an EAR, and activemq-ra-3.2.1.rar is a

Re: Still stuck on MDB deploy...

2006-02-20 Thread Todd Mason
Aaron, I'm afraid I didn't follow you, are one of my files supposed to be a rar? Todd Aaron Mulder wrote: Your "JMS resource plan" is an EAR plan not a RAR plan -- if that's not a typo then it's probably the problem. Aaron On 2/20/06, Todd Mason <[EMAIL PROTECTED]> wrote: David Jencks wr

Re: Still stuck on MDB deploy...

2006-02-20 Thread Aaron Mulder
Your "JMS resource plan" is an EAR plan not a RAR plan -- if that's not a typo then it's probably the problem. Aaron On 2/20/06, Todd Mason <[EMAIL PROTECTED]> wrote: > David Jencks wrote: > > I don't see anything wrong with your plans. For an example you could > > look at the daytrader plans in

Re: Still stuck on MDB deploy...

2006-02-20 Thread Todd Mason
David Jencks wrote: I don't see anything wrong with your plans. For an example you could look at the daytrader plans in configs/daytrader-*/src/plan/plan.xml which contain some mdbs and they seem to work fine. I think your jms stuff is deployed fine, and you are seeing a classloading problem

Re: Still stuck on MDB deploy...

2006-02-17 Thread David Jencks
I don't see anything wrong with your plans. For an example you could look at the daytrader plans in configs/daytrader-*/src/plan/plan.xml which contain some mdbs and they seem to work fine. I think your jms stuff is deployed fine, and you are seeing a classloading problem when the mdb tr

Still stuck on MDB deploy...

2006-02-17 Thread Todd Mason
Hello all, I'm getting a java.lang.ClassNotFoundException: org.activemq.ra.ActiveMQActivationSpec exception when I deploy my message driven bean. I'm using Geronimo 1.0 on XP. As near as I can tell my JMS resource plan deployed properly, from the console I can see the resources deployed JMS F