Re: [rules-users] Problem in Parsing Change-set.xml

2012-11-13 Thread anniejoseph
Hi, Thanks for your replay. I tried this and worked properly. Thanks and Regards Annie -- View this message in context: http://drools.46999.n3.nabble.com/Problem-in-Parsing-Change-set-xml-tp4020785p4020820.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Test if String endsWith()

2012-11-13 Thread Omar Baqueiro
Wolfgang, Vielen Dank für Ihre Hilfe! The eval() method worked like a charm. schöne Gruße O. -- -- Omar Baqueiro Espinosa Software Engineer | baque...@ooyala.com | +52 (33) 3817-0861 www.ooyala.com | blog | @ooyala ___ rules-users mailing list rules-u

Re: [rules-users] Test if String endsWith()

2012-11-13 Thread Wolfgang Laun
On 13/11/2012, Omar Baqueiro wrote: > It seems I have to use 5.0.I am using Drools as part of a third party > framework called MuleESB ( > http://www.mulesoft.org/documentation/display/MULE3USER/Drools+Module+Reference > ), so I don't think I have to use the provided version. > > Is the str[endsWi

Re: [rules-users] Test if String endsWith()

2012-11-13 Thread Omar Baqueiro
It seems I have to use 5.0.I am using Drools as part of a third party framework called MuleESB ( http://www.mulesoft.org/documentation/display/MULE3USER/Drools+Module+Reference ), so I don't think I have to use the provided version. Is the str[endsWith] operator available on this 5.0 version? Oth

Re: [rules-users] drools grid or other high availability solution?

2012-11-13 Thread Mark Proctor
you can do this yourself. -setup 1..n JVMs. -Each JVM creates a drools instance with the same rules -Create an facade interface where external application insert/update/retract are actually operations on an infinispan replication group. -Each JVM attaches an insert/update/delete listener to the

Re: [rules-users] Test if String endsWith()

2012-11-13 Thread Wolfgang Laun
Which version are you using? 5.4.0 works for me, using either Message( message.endsWith( "World" ) ) or Message( message str[endsWith] "World" ) -W On 13/11/2012, Omar Baqueiro wrote: > Follow up from my question. I have read more from the Drools expert > guide ( > http://docs.jboss.or