[rules-users] Where is org.drools.server package for camel server?

dunnlow dunnlow at yahoo.com
Mon Jul 16 15:41:13 EDT 2012


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-server/5.4.0.CR1/org/drools/server/CamelServerApp.java

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-camel-server-tp4018668p4018720.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list