In spagic our open source integration platform based on servicemix we've an adanced jdbc component where:
1) The query is a parameter of the endpoint, it's not in the message content 2) You can configure the endpoint with a parametric query and match the query parameters on the input message with xpath expressions 3) Call stored procedure You can find here: http://forge.objectweb.org/projects/spagic/ Take a look at the spagic-components package. Regards Andrea Zoppello Erik Allais ha scritto:
hi, i want to send queries inside my webmethod (jsr181) I dont see a component which could help me to access easily to my database... Must i implement myself the jdbc logic inside my webmethod or there a way more elegant to do that. Regards, Erik
