hi,
i try to access database by using the jdbc component.

my configuration :

  <bean class="org.apache.servicemix.components.jdbc.JdbcComponent">
     <property name="dataSource" ref="oracle-ds" />
  </bean>
<sm:activationSpec componentName="fileWriter" service="foo:fileWriter">
  <sm:component>
    <bean class="org.apache.servicemix.components.jdbc.JdbcComponent">
    </bean>
  </sm:component>
</sm:activationSpec>

How to pass the query (SQL) to the JdbcComponent ?

Regards,

Abdes





-- 
View this message in context: 
http://www.nabble.com/using-JdbcComponent-tf3442012s12049.html#a9598056
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to