Re: [rules-users] Rule Compilation error when using custom classloader

2012-04-02 Thread M. Kramer
Hello, could it be that the same rules compile with the standard classloader but not with a custom one because of declared types? I found some pointers to this in older posts but got no clue what it is or how I can use it to get my apparently correct rules to compile. Any ideas? Thanks, M.

[rules-users] Rule Compilation error when using custom classloader

2012-03-14 Thread M. Kramer
Hello everybody, I would appreciate some help with the compilation of a rule that involves dynamically generated POJOs (minimal example at the end of the mail). When I add the packages of the generated POJOs manually to the imported packages of my Eclipse plug-in that executes the knowledge

[rules-users] Rule Compilation error : The Field ... is not visible

2009-04-01 Thread Ashish Soni
Hi All , I am sure there must be a silly mistake but i am not able to find out , please help me as what is wrong in below rule package Test import com.abc.api.document.Document import com.abc.api.line.LineItem rule split line item when $item : LineItem( grossAmount 1000 ) then modify(

RE: [rules-users] Rule Compilation error : The Field ... is not visible

2009-04-01 Thread Dave Macpherson
to trigger additional rules based on this update end From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Ashish Soni Sent: April-01-09 9:40 AM To: Rules Users List Subject: [rules-users] Rule Compilation error : The Field ... is not visible Hi

Re: [rules-users] Rule Compilation error : The Field ... is not visible

2009-04-01 Thread Ashish Soni
rules based on this update end *From:* rules-users-boun...@lists.jboss.org [mailto: rules-users-boun...@lists.jboss.org] *On Behalf Of *Ashish Soni *Sent:* April-01-09 9:40 AM *To:* Rules Users List *Subject:* [rules-users] Rule Compilation error : The Field ... is not visible Hi All

[rules-users] Rule compilation error

2008-08-28 Thread Ravi Krishnamurthy
Hello: I had generated the decisiontable using the eclipse plugin for drools 4.x. using the eclipse the DecisionsampleTest works fine but on running it from the command line gets the following error: /C:\FirstDroolPrj\binjava com.sample.DecisionTableTest org.drools.rule.InvalidRulePackage:

Re: [rules-users] Rule compilation error

2008-08-28 Thread Ravi Krishnamurthy
Removed the update(m) from the xsl. Then the command line worked fine. Still not able to understand why it worked inside the eclipse and not outside. regards, Ravi Ravi wrote: Hello: I had generated the decisiontable using the eclipse plugin for drools 4.x. using the eclipse the

[rules-users] Rule Compilation error

2007-10-03 Thread Michael Epstein
Hi, I have a JBRMS question. I have DSL that I am using, when I build a rule in the guided editor that uses the DSL it works fine. When I use the business rule text edit, the same [when] fails validation. Here is the error: Rule Compilation error Expression smcUnit is not an rvalue