RE: Problem Deploying an RA

2005-04-13 Thread Mason, Ross
Title: Re: Problem Deploying an RA Cheers Bruce.   I went for an RA so that Mule can be deployed on other app servers as well. I think Gbeans would still be useful to  expose mgmt functions similar to those currently exposed by Mule's Jmx support; component/model management, statistics, etc

RE: Problem Deploying an RA

2005-04-13 Thread Mason, Ross
Done. http://issues.apache.org/jira/browse/GERONIMO-629 cheers, Ross -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Wed 13/04/2005 8:31 PM To: [EMAIL PROTECTED] Cc: Subject: Re: Problem Deploying an RA

RE: Writing openejb-jar.xml correctly.

2005-04-13 Thread Mason, Ross
Cheers David. That makes a lot more sense. Ross -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Wed 13/04/2005 4:56 PM To: [EMAIL PROTECTED] Cc: Subject: Re: Writing openejb-jar.xml correctly.

Re: Problem Deploying an RA

2005-04-13 Thread Jeremy Boynes
Mason, Ross wrote: I figured out the problem. There was an error in the build that was including the ra.xml inside the mule-ra.jar as well as the mule-ra.rar. So I can now deploy Mule to Geronimo. Woohoo! Please can you open a bug for that - we should be able to handle that problem. Thanks - good

Re: Problem Deploying an RA

2005-04-13 Thread Bruce Snyder
On 4/13/05, Mason, Ross <[EMAIL PROTECTED]> wrote: > I figured out the problem. There was an error in the build that was including > the ra.xml inside the mule-ra.jar as well as the mule-ra.rar. So I can now > deploy Mule to Geronimo. Woohoo! Nice work, Ross. I was going to wrap Mule in a GBean.

RE: Problem Deploying an RA

2005-04-13 Thread Mason, Ross
I figured out the problem. There was an error in the build that was including the ra.xml inside the mule-ra.jar as well as the mule-ra.rar. So I can now deploy Mule to Geronimo. Woohoo! I have another problem, but I'll start a new thread for that :) Ross -Original Message-

Writing openejb-jar.xml correctly.

2005-04-13 Thread Mason, Ross
Hi,   I'm trying to deploy a simple ejb app with one SessionBean and one MDB.  The problem is I don't know how to write the openejb-jar.xml file.  I've looked at a few in the openejb source but I'm struggling to see how things fit together.  So far I ahve the following -       xmlns="http://www.

Re: Writing openejb-jar.xml correctly.

2005-04-13 Thread David Jencks
On Apr 13, 2005, at 8:32 AM, Mason, Ross wrote: Hi,   I'm trying to deploy a simple ejb app with one SessionBean and one MDB.  The problem is I don't know how to write the openejb-jar.xml file.  I've looked at a few in the openejb source but I'm struggling to see how things fit together.  So far