[rules-dev] Memory-usage: MarshallerReaderContext held indefinitely by ReteooStatefulSession

2013-02-11 Thread Magnus Vojbacke
Hi, I run into memory issues when using marshaling or unmarshalling Drools stateful sessions. I was going to send this to rules-users, but I think the content is too technical and implementation oriented to fit into that list. It seems that the memory consumption increases after a session has

Re: [rules-dev] Memory-usage: MarshallerReaderContext held indefinitely by ReteooStatefulSession

2013-02-11 Thread Mario Fusco
Hi Magnus, thanks for having reported this. What you found is quite interesting and I will give a look at this issue asap. In the meanwhile it would be great if you could open a ticket about it here: https://issues.jboss.org/browse/DROOLS Thanks again and regards, Mario On Mon, Feb 11, 2013 at

Re: [rules-dev] Memory-usage: MarshallerReaderContext held indefinitely by ReteooStatefulSession

2013-02-11 Thread Mario Fusco
Magnus, I am giving a look at this ticket just now but honestly cannot find where that MarshallerReaderContext is referenced inside the ReteooStatefulSession. It would be very helpful if you could send me the complete reference chain from the ReteooStatefulSession to the MarshallerReaderContext

[rules-dev] drools-examples: Alpha7 changes made by hand

2013-02-11 Thread Michael Anstis
Hi Mario, During the release of Alpha7 I had to change a couple of poms by hand as dependencies' version numbers were hard-coded: https://github.com/droolsjbpm/drools/commit/faa3bb0ff51d469ad37601d023234272aae4f7e1 Ideally the dependency version should be a variable in the parent pom. For

[rules-dev] kie-commons: Alpha7 changes made by hand

2013-02-11 Thread Michael Anstis
Hi Alexandre, For the Alpha7 release I had to change the version number for kie-commons (and child modules) by hand. You had said kie-commons was following Drools version numbers for Alpha7 consequentially kie-commons was released as 6.0.0.Alpha7. If this remains true you might want to change

Re: [rules-dev] drools-examples: Alpha7 changes made by hand

2013-02-11 Thread Mario Fusco
Hi Michael, This time I didn't it by mistake but intentionally (well, kind of): for some reason my Intellij Idea didn't like the pom when I wrote it without specifying the version of that dependency. I spent a while to figure out why, but in the end the only way I found to make Idea eating the