Creating a new binding

2006-03-15 Thread Guillaume Nodet
When tuscany was dropped in svn, I had written a new binding for ServiceMix. I'm in the process of updating to latest tuscany svn head but it seems lots of things have changed. I'm basing the new code on the axis2 binding, but the problem i 'm facing is my binding.jbi element is not recognized

Re: Creating a new binding

2006-03-15 Thread Jim Marino
I believe they based the integration on what was there prior to the introduction of the new core architecture, including aggregates and builders. If I recall correctly, TuscanyModuleComponentContextImpl was used, which no longer exists. The best place to start may be to look at some of

Re: Creating a new binding

2006-03-15 Thread Jeremy Boynes
Guillaume Nodet wrote: Thanks, that was exactly what I was looking for. I bet the line SDOUtil.registerStaticTypes(ScdlFactory.class); will save me :) The code is available at http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-sca/ but as Jim just said, it is based