Re: [rules-users] questions on guvnor and drools 5.0

2010-04-13 Thread Libor Nenadál
Hi Jean! Dne 13. dubna 2010 19:41 Jean-Denis Maroie [via Drools - Java Rules Engine] ml-node+716101-1775405691-43...@n3.nabble.comml-node%2b716101-1775405691-43...@n3.nabble.com napsal(a): In the test scenario I want to create a list of objects and apply some rules on it. But Im unable to

Re: [rules-users] questions on guvnor and drools 5.0

2009-08-17 Thread Libor Nenadál
After digging through the source code I realized that in the Test Scenario you can assign previously created instance to complex type using = prefix. So if you created object instance engineInstance, you can assign this instance to a car object instance using engine: =engineInstance (without the

[rules-users] questions on guvnor and drools 5.0

2009-06-01 Thread Garner, Shawn
I was wondering if somebody can help me with some questions: 1) Is there any more detail on how to setup Guvnor with a database? 2) How do you use the test scenarios with complex object structures? -eg Create a fact in working memory that has another Object in it which in turn has a list