Re: [rules-users] java.lang.OutOfMemoryError: Java heap space

2007-11-12 Thread vdelbart
Hello, I add this 4 lines in my code before the session.dispose() and the problem disapear : session.removeEventListener((WorkingMemoryEventListener)logger); session.removeEventListener((AgendaEventListener)logger);

[rules-users] Drools and jBPM integration

2007-11-12 Thread Fabian Weisensee
Hi there I have some questions concerning Drools and jBPM integration. I know there is this wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmAndDrools but first it's not really detailed and second does it seem to be outdated. 1) I changed the FireRulesActionHandler from the wiki to

Re: [rules-users] Drools and jBPM integration

2007-11-12 Thread Fabian Weisensee
Yes, thanks for your help. I'll try your suggestion for #2. I resolved the deployment problem by myself. It was just a mistake with the JBoss ESB deploying... But now I have another problem. The rule file is found, but there seem to be some problems with the parser. The

Re: [rules-users] java.lang.OutOfMemoryError: Java heap space

2007-11-12 Thread Edson Tirelli
Thanks for reporting and providing workaround. I will look into fixing that. 2007/11/12, vdelbart [EMAIL PROTECTED]: Hello, I add this 4 lines in my code before the session.dispose() and the problem disapear : session.removeEventListener((WorkingMemoryEventListener)logger);

Re: [rules-users] Drools and jBPM integration

2007-11-12 Thread Mark Proctor
Aziz Boxwala wrote: Fabian, Response to #1: I believe the rule file needs to reside in the root directory of the archive/directory of the example application. I have not tried that out so not sure. We just take a Reader, so the file can be anywhere. In our examples we tend to put stuff in

Re: [rules-users] Drools and jBPM integration

2007-11-12 Thread Mark Proctor
Fabian Weisensee wrote: Yes, thanks for your help. I'll try your suggestion for #2. I resolved the deployment problem by myself. It was just a mistake with the JBoss ESB deploying... But now I have another problem. The rule file is found, but there seem to be some problems with the parser.

Re: [rules-users] Drools and jBPM integration

2007-11-12 Thread Fabian Weisensee
Well, I'm sorry if this was a dumb question. I'm writing my master thesis about serviceoriented architectures and this drools/jbpm project is only a very tiny part of it, so I don't have time to dig so deeply into this topic. And I thought I could rely on the only official documentation for