If you want you could take a look at spagic jdbc adbvanced service engine here:

http://forge.objectweb.org/projects/spagic

The most important features are:

- support for parametric queries and binding of query parameters values on input message using
  xpath expression

- support for stored procedure

- configurable output

It's a spagic "custom component" but you can use in a clean servicemix 3.1.1 if you want

Andrea Zoppello

Claudio Di Vita ha scritto:
Claudio Di Vita wrote:
I cannot understand what goes wrong, someone could help me ??

I don't know why, but after the component automatic installation failure
sometimes (and this is the strange thing) is possible to start the component
through JMX.

But there is also an other problem: ServiceMix and the SQL SE provided by
OpenESB use two different version of wsdl4j, and this blocks the deployment
of Service Unit into the component (a class cast exception related to
com.ibm.wsdl.factory.WSDLFactoryImpl is thrown).

I've tried to use the same version of wsdl4j (swapping them, of course):

    - Without "its version" ServiceMix doesn't work correctly
    - SQL SE threw an exception because it cannot find a method of class
WSDLFactoryImpl

I've see that a JDBC component is shipped with ServiceMix, but I cannot find
any kind documentation.

Reply via email to