Re: NoClassDefError problem with geronimo-transaction bundle.

2009-10-21 Thread Guillaume Nodet
First, the javax.transaction classes from aries are the ones from geronimo. They come from a transitive mavne dependency. Second, your class loader issue can be solved as we did in ServiceMix / Karaf. The first trick I used is to configure the system bundle so that it does not export the javax.tr

Re: NoClassDefError problem with geronimo-transaction bundle.

2009-10-21 Thread David Jencks
On Oct 21, 2009, at 9:50 AM, Kevan Miller wrote: On Oct 21, 2009, at 11:25 AM, Rick McGuire wrote: I spent a little time looking into this problem this morning, and uncovered a couple of issues that need discussing. Essentially, the problem here is that the javax.transaction and javax

Re: NoClassDefError problem with geronimo-transaction bundle.

2009-10-21 Thread Rick McGuire
Rick McGuire wrote: I spent a little time looking into this problem this morning, and uncovered a couple of issues that need discussing. Essentially, the problem here is that the javax.transaction and javax.transaction.xa class are loaded off of the system class path with prior releases of G

Re: NoClassDefError problem with geronimo-transaction bundle.

2009-10-21 Thread David Jencks
On Oct 21, 2009, at 8:25 AM, Rick McGuire wrote: I spent a little time looking into this problem this morning, and uncovered a couple of issues that need discussing. Essentially, the problem here is that the javax.transaction and javax.transaction.xa class are loaded off of the system cl

Re: NoClassDefError problem with geronimo-transaction bundle.

2009-10-21 Thread Kevan Miller
On Oct 21, 2009, at 11:25 AM, Rick McGuire wrote: I spent a little time looking into this problem this morning, and uncovered a couple of issues that need discussing. Essentially, the problem here is that the javax.transaction and javax.transaction.xa class are loaded off of the system c

NoClassDefError problem with geronimo-transaction bundle.

2009-10-21 Thread Rick McGuire
I spent a little time looking into this problem this morning, and uncovered a couple of issues that need discussing. Essentially, the problem here is that the javax.transaction and javax.transaction.xa class are loaded off of the system class path with prior releases of Geronimo. However, wh