On Tue, Feb 26, 2008 at 2:13 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > It seems the Ode JBI component expects some dependencies on the > classpath instead of embedding them. > I've found the following one so far: > * derby > * geronimo-connector > * geronimo-transaction > * xerces > I'm wondering about including these in the installed instead, so that > Ode can be deployed seamlessly on JBI containers others than > ServiceMix 3. > > Also, I've seen a LinkageError because xmlbeans include some classes > from org.w3c package. Where is xmlbeans used ? I thought jaxb2 was > used now.
To answer this part of my email, xmlbeans is actually used in the deployment. And the problem was caused by a bug in interpreting the JBI classloader. > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
