[rules-users] How to continue session, but remove all objects?

Wolfgang Laun wolfgang.laun at gmail.com
Wed Dec 15 06:28:08 EST 2010


Well, the subject of your email says "...remove *all *objects", but now you
say you want to keep them...

What's the distinction between the facts you want to keep and the ones you
want to retract? If they are in separate classes, it's simple: either with a
few rules or use kSession.getObjects(), with or without a filter, and call
retract from Java code.

-W


On 15 December 2010 12:02, saynyshy <saynyshy at gmail.com> wrote:

>
> Thanks, for you advice,
>
> but is there any possibilities to realize it to use only one session
> (without new creation for each object from list)
> because now it is "cheap", but in great size of list
> and amount of rules it shouldn't be more so productive :-S
>
> I need to use one session for all objects.
>
> Is it possible (without new session creation)???
> --
> View this message in context:
> http://drools-java-rules-engine.46999.n3.nabble.com/How-to-continue-session-but-remove-all-objects-tp2090965p2091348.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20101215/883d258c/attachment.html 


More information about the rules-users mailing list