[rules-users] How to remove a persisted session from the database ?

drooRam rajeshram7 at yahoo.com
Wed Sep 15 14:33:38 EDT 2010


I have done something like below to remove the persisted session :

		SessionInfo si = em.find(SessionInfo.class, sessionId);
		em.remove(si);

call the above lines in a transactional context. its done.
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/How-to-remove-a-persisted-session-from-the-database-tp1473926p1481588.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list