Re: [rules-users] Looking for simple drools-camel (non-spring) example

2011-06-06 Thread bjh6392
Lucas, thanks so much. The unit test code was enough to get me going. Regards, Brad -- View this message in context: http://drools.46999.n3.nabble.com/Looking-for-simple-drools-camel-non-spring-example-tp3011916p3029761.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Looking for simple drools-camel (non-spring) example

2011-06-02 Thread Lucas Amador
Hi, maybe these tests can help you to configure drools-camel without using spring https://github.com/lucazamador/jbpm5-spring-camel-integration/blob/master/src/test/java/com/wordpress/lucazamador/jbpm/CamelIntegrationTest.java https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/drools

[rules-users] Looking for simple drools-camel (non-spring) example

2011-06-01 Thread bjh6392
Since the drools pipeline is deprecated, I'm interested in putting together a simple example using drools-camel that acts as a pipeline between a JMS queue and Drools Fusion. The starting point would be no transformation, just pull pojos out of a queue entrypoint and into a drools endpoint using c