[rules-users] Drools Fusion - Intersection Of Events

2014-06-26 Thread code4dc
Hey guys, I am using the Drools Fusion temporal parameters to try to detect if two events have *any* overlap between the two of them. Can anyone suggest the cleanest way to do this using the temporal parameters? Currently I am comparing the two events using 'overlaps', 'overlappedby', 'includes' a

[rules-users] OptaPlanner mailing list split off

2014-06-26 Thread Geoffrey De Smet
Hi, The OptaPlanner mailing list has been split off from the Drools mailing list, at the request of several users, to keep the verbosity of this mailing lists down. If you have a question about OptaPlanner, now use these URL's: - Ask a usage question on StackOverflow: http://stackoverflow.c

[rules-users] Fwd: Regarding drools 6 workbench

2014-06-26 Thread Michael Anstis
-- Forwarded message -- From: Ganesh Neelekani Date: 26 June 2014 06:35 Subject: Re: Regarding drools 6 workbench I am facing some strange issue if you use webservice "Unknown kieSession name:ksession-rules if use @webservice", Do I need to change code if you I use webservice Ple

Re: [rules-users] BRMS Build & Deploy

2014-06-26 Thread Michael Anstis
I can't remember in which version it was fixed, but "Build & Deploy" now honours the section in a project's pom and applicable server configuration in settings.xml The fix was made March/April 2014 and hence will be in 6.1.0.CR1. On 26 June 2014 04:24, Zahid Ahmed wrote: > Hi, > > > > I have

Re: [rules-users] Searching for an object in a list inside a map

2014-06-26 Thread JarkkoMakela
Hi! You could try something like this. I'm not 100% sure that this works: $player : Player(name == "John") $roster : TeamRoster($teams : teams, $teams.get("Dodgers") contains $player) -Jarkko -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-Searching-for-an-obj