I have an enterprise application running with Jbpm 3.1.1. I have recently done some profiling work on it and encountered something I can't explain.
Every TaskInsatnce which I get by calling getTaskList on the taskMgmntSession is never released from memory. So I'm wondering who is holding these references and why? If it is some kind of cache why don't I get the same instances when I call the same list?
Any how I'd appreciate any ideas on this issue and how to expore it. Since in our enterprise system where people get hundreds of tasks a day and we have over a 100 users the memory will klog up rather quickly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045494#4045494
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045494
My environment:
Windows
JBoss 4.0.5 with EJB3
MySQL 5.0.37 with Connector 5.0.4
JDK 1.5
I downloaded JBoss Portal 2.6-CR2, placed it in the deploy directory, started the server up, logged in as admin, clicked the Admin link (that worked), then clicked the dashboard link and got a blank white page with the stack trace I posted earlier. According to another developer here, this was the same for CR1 as well.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045493#4045493
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045493
"fatbatman" wrote : When revamped will it be possible to register a PojoCacheListener for a specific topic pattern or similar?
|
| I'd like to use the PojoCache across a cluster of servers and it would be nice if specific servers could register a listener for a particular topic they're interested in, rather than regsitering for all PojoCache event's then deciding if relevant to them or not.
|
| James
What type of filtering capabilities are you looking for? Would something fqn based like addListener("/blah/foo/*", listener) be sufficient?
-Jason
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045488#4045488
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045488