Re: [rules-users] I give up, where is drools:execution-node defined??

2014-03-04 Thread scarlettxu
You can change to use -- View this message in context: http://drools.46999.n3.nabble.com/I-give-up-where-is-drools-execution-node-defined-tp3583659p4028511.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mail

[rules-users] How to configure to reload the drools knowledge session when server(tomcat) restart using Spring

2014-03-03 Thread scarlettxu
Hi Expert, I have posted a problem about the drools session persistence in StackOverflow, but have not got answer for 10 days. http://stackoverflow.com/questions/21928187/how-to-configure-to-reload-the-drools-knowledge-session-when-servertomcat-rest/22162188#22162188 I would like to re-post the pr

[rules-users] rule condition problem in drools 5.5.0 Final

2013-12-27 Thread scarlettxu
Hi expert, expect you can have a look of our problem and give any suggestions we are using drools 5.2.0 Final now, but we want to change to 5.5.0 Final in order to use some new features. while in the testing of 5.5.0 Final version, we find a problem below we have a simple testing rule as below

Re: [rules-users] drools camel server reponse empty result

2013-11-12 Thread scarlettxu
Hi everyone, Thanks for your attention to my question! I just fixed this problem I fix it by set the log level to info in log4j.properties I have set the log level to trace yesterday, I just thought of it maybe the log level cause it. though the problem is solved, I still cannot understand, w

[rules-users] drools camel server execution has result but reponse empty result

2013-11-12 Thread scarlettxu
Hi Expert, I have a strange problem need your kind assistance! I have deployed the drools server 5.5.0 to my tomcat, and I can use the wrapped testing case without problem in the last week when I type http://localhost:8080/camel-client/test.jsp then the response will be Reuqest: "Hello World" R

Re: [rules-users] What is the difference/relationship between drools pipeline and drools server

2013-11-05 Thread scarlettxu
But why I can see there is updated version of drools-pipeline? http://grepcode.com/project/repo1.maven.org/maven2/org.drools/drools-pipeline/ from 5.2.0 to 5.5.0, on some website, I even see 6.0 -- View this message in context: http://drools.46999.n3.nabble.com/What-is-the-difference-relationsh

[rules-users] What is the difference/relationship between drools pipeline and drools server

2013-11-05 Thread scarlettxu
when I come to find a service which can expose web service API to execute the drools rules remotely. I firstly find the drools-camel-server, while sometimes I see there is module called drools-server, in order to find relationship between drools-camel-server and drools-server, I google a lot. but

Re: [rules-users] Drools server and knowledge agent functionality

2013-10-30 Thread scarlettxu
Hi Esteban, Esteban wrote > There are, though, some caveats: > >- If you are deploying drools-server in tomcat, then you can't use >classpath resources in the kagent. I have reported this problem today. >- drools-server doesn't start ResourceChangeNotifierService >nor ResourceCha

[rules-users] Is there tool convert DRL file to XLS file

2013-10-29 Thread scarlettxu
Hi Expert, At my workplace we are moving from .drl files to .xls files so that the business analysts can better understand the rules and can communicate with the business faster. Our rule base is pretty complicated and I was wondering if there was a tool which could take drl files as input and p

Re: [rules-users] why define the returnedProcessor twice

2013-10-17 Thread scarlettxu
Hi, Sorry I have not checked the source code. I just download the binaries from http://download.jboss.org/drools/release I decompile the class to check it. maybe something wrong with the decompiler? I should check the source file, sorry for the trouble! -- View this message in context: http

[rules-users] why define the returnedProcessor twice

2013-10-17 Thread scarlettxu
Hi Expert, I am a new guy to drools rules and studying the drools camel server now. And I see in the DroolsPolicy class located in project drools-camel-5.2.0.Final , it define the returnedProcessor twice public Processor wrap(RouteContext routeContext, Processor processor) { RouteDefiniti