Kevan, I haven't a chance to test the in-place deployment with your sample code. However, I did verify that with the same code running under Geronimo 1.1.1, the MDB ContextClassLoader is correct.
******Thread.currentThread().getContextClassLoader() = [org.apache.geronimo.kernel.classloader.JarFileClassLoader id=myApp/1.0/car] Whereas under Geronimo 2.1.2 > ******* Thread.currentThread().getContextClassLoader() = [org.apache.geronimo.kernel.classloader.JarFileClassLoader id=appJMS/1.0/rar] Thanks Kevan Miller wrote: > > > On Sep 18, 2008, at 10:46 AM, jklcom99 wrote: > >> >> Kevan, >> >> Do you see anything wrong with the in-place deployment? Is this an >> issue >> with openejb not setting the classloader? > > Jeff, > I'll give in-place deployment a try. Not sure that I can get to it, > today. If you're able to test in-place with my sample, that'd be > great. Once we can recreate your issue, should go a long way to fixing > it... > > --kevan > > > -- View this message in context: http://www.nabble.com/javax.jms.JMSException%3A-Failed-to-build-body-from-bytes-tp18404327s134p19627799.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
