[rules-users] error while firing rules from drools guvnor web guided editor.

2013-09-27 Thread ashish6276
Hi I am using drools guvnor 5.2.1. I am exploring drools decision table option on this. When i am trying to fire the rules from my java code It gives me following error. [9/27/13 11:47:29:499 IST] 0028 SystemOut O Before firing [9/27/13 11:47:32:226 IST] 0028 FireRuleTask E

Re: [rules-users] Not able to fetch values from a list in Guvnor web based decision table

2013-09-27 Thread Michael Anstis
What version of Guvnor are you using? Sent on the move On 26 Sep 2013 13:13, ashish6276 ashishkumarec...@gmail.com wrote: Hi All, I have a request with /market/ which is a list of /market info/ something like this : *complexType name=RuleRequest sequence

Re: [rules-users] Not able to fetch values from a list in Guvnor web based decision table

2013-09-27 Thread ashish6276
Drools guvnor 5.2.1 On 27 Sep 2013 12:55, manstis [via Drools] ml-node+s46999n4026149...@n3.nabble.com wrote: What version of Guvnor are you using? Sent on the move On 26 Sep 2013 13:13, ashish6276 [hidden email]http://user/SendEmail.jtp?type=nodenode=4026149i=0 wrote: Hi All, I have

[rules-users] ksession persistence (from docs) - not getting it to work

2013-09-27 Thread amarok
I try to persist a knowledge session using the example code from Drools 5.5.0-Final Documentation. And I am stuck with following exception: javax.persistence.PersistenceException: [PersistenceUnit: org.drools.persistence.jpa] Unable to build EntityManagerFactory at

Re: [rules-users] Drools 5.5.0 memory leak

2013-09-27 Thread Matteo Cusmai
Hi Davide, I was not able to compile your code, I receive the following errors : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project drools-core: Compilation failure: Compilation failure: [ERROR]

Re: [rules-users] Drools 5.5.0 memory leak

2013-09-27 Thread Davide Sottara
At a glance, it seems you are mixing 5.x and 6.x versions. Did you clone my repo and then checkout the 5.6.x branch? On 09/27/2013 02:44 AM, Matteo Cusmai wrote: Hi Davide, I was not able to compile your code, I receive the following errors : [ERROR] Failed to execute goal