Also, for anyone needing it, I got it working with the CamelServerApp class
here:
http://grepcode.com/file/repo1.maven.org/maven2/org.drools/drools-camel-s...
Then I added the direct endpoint in camel-server.xml:
<route>
<from uri="direct://kservice/rest"/>
<policy ref="droolsPolicy">
<to
uri="cxfrs://http://localhost:8080/drools-server/kservice/rest"/>
</policy>
</route>
--
View this message in context:
http://drools.46999.n3.nabble.com/Where-is-org-drools-server-package-for-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.