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

2013-12-09 Thread dunnlow
Not 100% sure I understand your question, but I think in eclipse I just created the correct package and then added the class - then it will be included when you run. You could of course manually compile the class and put it in your ./WEB-INF/classes folder too. hth profversaggi wrote I was

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

2013-12-08 Thread profversaggi
I was able to get the org.drools.server.java file but then what do you do with it? One can't just drop the file in the directory structure of the WAR on the server? What is the 'proper' thing to do? Many thanks in advance -- View this message in context:

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

2012-07-16 Thread dunnlow
I turns out this is a known issue. https://issues.jboss.org/browse/JBRULES-3520 -- View this message in context: http://drools.46999.n3.nabble.com/Where-is-org-drools-server-package-for-camel-server-tp4018668p4018719.html Sent from the Drools: User forum mailing list archive at Nabble.com.

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

2012-07-16 Thread dunnlow
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

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

2012-07-13 Thread dunnlow
I downloaded and deployed the Drools 5.4 drools integration server (drools-camel-server-5.4.0.Final.war) trying to run the test. However, there is a class referenced in test.jsp org.drools.server.CamelServerApp which I cannot find (actually, I found the source code for CR1 for that class in