[rules-users] Re: Problem loading drl with dsl

2007-06-08 Thread Chris Mathrusse
Chris Mathrusse sybase.com> writes: After stepping through the code a bit I learned that the Spring class LocalRuleExecutionSetProviderImpl is looking for the key dsl in the properties object that is passed in and that it expects the value object in the hash table to be either a java.io.Rea

[rules-users] Problem loading drl with dsl

2007-06-08 Thread Chris Mathrusse
JBoss Rules 4.0MR2 I'm trying to load my rules using a drl file with a dsl file. I've based this upon the conway example. The problem is each time I start my application and load the files I get the following error message: Caused by: org.drools.rule.InvalidRulePackage: [8,0]: unknown:8:0 requir

[rules-users] Re: objects

2007-06-07 Thread Chris Mathrusse
Chris Mathrusse sybase.com> writes: Please disregard this post. It was a duplicate. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] DSL editor

2007-06-07 Thread Chris Mathrusse
I'm using JBoss Rules 4.0MR2. I've installed the Eclipse IDE as well and begining to work with the DSL editor. It seems to be rather easy and intuitive except for one thing. The editor provides edit fields for Expression, Mapping, Object and scope. All of which make sense except for Object. What is

[rules-users] objects

2007-06-07 Thread Chris Mathrusse
I'm new to the rules syntax and a bit frustrated with trying to learn it. I've reviewed the docs but keep running into the same issue. I have a parent object, Message, that contains an Order. An Order has a status that I want to test. So looking at the documentation and taking my best guess I've cr

[rules-users] working with deep object graph

2007-06-06 Thread Chris Mathrusse
I'm using JBoss Rules 4.0MR2 and I'm just starting out trying to learn the concepts and syntax. My challenge is that I am placing into Working Memory a List of Message objects. A Message contains an Order, and Order contains a List of Line Items, a Line Item contains a Catalog, a Catalog contains a