On Fri, Oct 10, 2008 at 6:09 PM, Richard AILLET <[EMAIL PROTECTED]>wrote:

> To succeed the integration of ODE in JBI implementations (other than
> ServiceMix or Fuse), it is needed to review the ODE SE component code and
> remove all adherence to ServiceMix and their internal libraries.


There is no dependency on ServiceMix and its internal libraries in Ode.

We have a message mapper implementation that's specifically tailored for
ServiceMix users because some ServiceMix components are not compliant with
the JBI spec.  This being said, this message mapper is not the default (it
requires special configuration) and it does not depend on any ServiceMix
libraries.

I believe the only non-compliance with regards to the JBI specification in
Ode is the way the JNDI InitialContext is accessed.    Ode currently obtains
the InitialContext by doing "new InitialContext()" whereas it should be
retrieved from the ComponentContext.  (I've just created ODE-386 to track
this)

If you're aware of any other non-compliance, please open issues and we'll
fix them.

cheers,
alex

Reply via email to