[rules-users] Drls & bpmns not loading in tomcat 6.0.32

2011-12-15 Thread rahulkrishnan
Hi I have tried to deploy .drl file &.bpmn file using flowKBuilder.add(ResourceFactory.newClassPathResource("ConnectorRules.DRL"), ResourceType.DRL); n flowKBuilder.add(ResourceFactory.newClassPathResource("ConnectorFlow.bpmn"),ResourceType.BPMN2

[rules-users] Can we compose DRLS into JARS

2011-12-06 Thread rahulkrishnan
Can we make drl files into jar -- View this message in context: http://drools.46999.n3.nabble.com/Can-we-compose-DRLS-into-JARS-tp3564113p3564113.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rule

[rules-users] Regular Expression

2011-11-16 Thread rahulkrishnan
Can i have a regular expression in which the case of the word is not a problem Like any string starting with START|Start|start|STart can be matched am able to match only the rules starting with either START or start -- View this message in context: http://drools.46999.n3.nabble.com/Regular-Expre

Re: [rules-users] Problem with eval

2011-10-23 Thread rahulkrishnan
is it because i have used a object in session inside the eval -- View this message in context: http://drools.46999.n3.nabble.com/Problem-with-eval-tp3447294p3447297.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-use

[rules-users] Problem with eval

2011-10-23 Thread rahulkrishnan
some times when am using eval am getting this error unable to build expression *eval:null(condition i give)* i have used like this $work : WorkClass *eval($work.getStatus(5))* // here was the exception -- View this message in context: http://drools.46999.n3.nabble.com/Problem-with-eval-tp3447

[rules-users] Debug Drools

2011-10-21 Thread rahulkrishnan
Is there any Tools for debugging drl and bpmn except the KnowledgeRuntimeLogger or Eclipse debugger. In which i can debug the when part also -- View this message in context: http://drools.46999.n3.nabble.com/Debug-Drools-tp3440999p3440999.html Sent from the Drools: User forum mailing list archive

[rules-users] using variables in eval

2011-10-21 Thread rahulkrishnan
Hi 1.i have a rule like this rule "Function Call" dialect "mvel" when PassThrough( $c : name) eval(($c = hello("rahul"))!=null) then System.out.println($c); end in this my function will return the string as capital

[rules-users] Changing To Drools

2011-10-20 Thread rahulkrishnan
Hi 1.My Requirement is a System of High Transactions/Second(in 1000's Range). Is it good to implement that in drools 2.if i use drl in such a way that the in the then part complex operations are done by calling a java function. is this method good? -- View this message in context: http://drools

[rules-users] Exception Handler not working in Drools flow(bpmn) but working fine in .rf

2011-10-05 Thread rahulkrishnan
Hi, I have tried the fault node in drools flow file and it has worked fine in .rf. Whenever a faultnode is triggered it will search for the fault name and will be caught at the apropriate Exception Handlers. But When am implementing the same in .bpmn the fault node is triggered but the flow i

[rules-users] Looping in When part

2011-10-04 Thread rahulkrishnan
Hi I want to match a string with the contents of hashmap. The process is like this. Let the string is "abcd" First it will search for abcd in the map if found i have to assign it to a variable else i has to remove the last alphabet ("abc") and have to match with hashmap like is the process. My P

[rules-users] Drools WebApplication Using JBOSS AS

2011-09-01 Thread rahulkrishnan
Hi all; i know drools using with eclipse IDE. i want to create basic web application using drools and jboss AS? how can create it? thanks -- View this message in context: http://drools.46999.n3.nabble.com/Drools-WebApplication-Using-JBOSS-AS-tp3301319p3301319.html Sent from the Drools: User foru

[rules-users] java.lang.NoSuchFieldError: DESCR

2011-08-28 Thread rahulkrishnan
Am a newbe to the Drools. When am trying http://www.softwarepassion.com/getting-started-with-drools-flow/ tutorial to run the program in this tutorial it is giving this exception Exception in thread "main" java.lang.NoSuchFieldError: DESCR at org.drools.compiler.PackageBuilder.addKnowled