I've written some CMP EJB with Jboss 3.2.3 and JConnector 3.1/MySQL. The CMP Beans are connected to remote via a stateless Management Bean.
I use the 'default' setup for jboss, which means about 100 Beans should keep in memory. Though, after creating some thousand beans (depending on the java -Xmx settings) jboss throws a Out of memory. It seems like the Beans never get destroyed. There is a self-referential CMP bean (A) and a bean (B) containing refrence to (A), so in database-world, each A has many A's, each A has many B, each B has exactly one A. Any hints about how to find out more about the memory-leak is welcome. Best regards, Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833938#3833938 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833938 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
