Gert,
Yes, I added this to my blueprint XML and now it works correctly:
    <reference id="dataSource" interface="javax.sql.DataSource"
filter="(datasource.name=isdms)"/>

    <bean id="jdbc" class="org.apache.camel.component.jdbc.JdbcComponent">
      <property name="dataSource" ref="dataSource"/>
    </bean>

Thanks,
Scott



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Using-a-datasource-within-a-blueprint-XML-tp5718094p5718340.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to