|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Can we do this with drools ?Hi,
I don't know how to ask this in words. But can we do something like : rule "define trx type" when Transaction(code == ${type1.code") then doSomething .... So, we define the type.code in a properties file. Thanks |
|
|
Re: Can we do this with drools ?ferry97 wrote:
> Hi, > I don't know how to ask this in words. > But can we do something like : > > rule "define trx type" > when > Transaction(code == ${type1.code") > sorry no. But it's a nice idea, maybe submit a patch? You could probably do this yourself already if you use MVEL templating as a pre-parser. > then > doSomething .... > > So, we define the type.code in a properties file. > Thanks > _______________________________________________ rules-users mailing list rules-users@... https://lists.jboss.org/mailman/listinfo/rules-users |
|
|
MVEL problemHello, _______________________________________________ rules-users mailing list rules-users@... https://lists.jboss.org/mailman/listinfo/rules-users |
|
|
RE : MVEL problemHello again, _______________________________________________ rules-users mailing list rules-users@... https://lists.jboss.org/mailman/listinfo/rules-users |
|
|
Re: Can we do this with drools ?Thanks Mark for the info.
Could you show me how to do it using mvel ? or refer me a link that explaining all this ? |
|
|
Re: Can we do this with drools ?Thanks Mark for the info.
Could you show me how to do it using mvel ? or refer me a link that explaining all this ?
|
|
|
Re: Can we do this with drools ?
ferry97 wrote:
http://docs.codehaus.org/display/MVEL/Templating+GuideThanks Mark for the info. Could you show me how to do it using mvel ? or refer me a link that explaining all this ? Mark Proctor wrote: _______________________________________________ rules-users mailing list rules-users@... https://lists.jboss.org/mailman/listinfo/rules-users |
|
|
Re: Can we do this with drools ?There are some undocumented classes in drools-decisiontables that should let you do this. Have a look at DataProviderCompilerIntegrationTest.java
cheers Steve On Tue, Mar 25, 2008 at 12:03 PM, ferry97 <vri_97@...> wrote:
-- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 steven.williams@... www.objectconsulting.com.au consulting | development | training | support our experience makes the difference _______________________________________________ rules-users mailing list rules-users@... https://lists.jboss.org/mailman/listinfo/rules-users |
| Free embeddable forum powered by Nabble | Forum Help |