[jboss-user] [EJB/JBoss] - Re: EJB BMP finder causing out of memory

2008-01-07 Thread bobsmith
...or even "what's going on". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117539#4117539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117539 ___ jboss-user mailing list j

[jboss-user] [EJB/JBoss] - EJB BMP finder causing out of memory

2008-01-07 Thread bobsmith
I have a BMP bean on which I call finders that may return a very large number of rows from the db. My application is running out of memory and I am suspicious that it is because of the number of BMP beans being held in memory. Moving to commit option C made no difference. The bean is marked as

[jboss-user] [EJB/JBoss] - EntityReentranceInterceptor providing vital locking in 3.2.6

2007-02-28 Thread bobsmith
JBoss 3.2.6 Database is MySQL 4.1.14 I tried this question in the Installation/Configuration forum but with no success, so sorry for re-posting it here but this is probably where I should have put it in the first place. I have an Entity Bean that I know is not reentrant. I removed the Entity

[jboss-user] [Installation, Configuration & Deployment] - Does EntityReentranceInterceptor actually provide locking pr

2007-02-26 Thread bobsmith
JBoss 3.2.6 Database is MySQL 4.1.14 I have an Entity Bean that I know is not reentrant. I removed the EntityReentranceInterceptor from it's container's interceptor stack and now I am sometimes getting error messages when accessing the bean. The error I get is different each time. A selection a

[jboss-user] [JCA/JBoss] - How do I make a file available to a startup task - use a Res

2006-08-30 Thread bobsmith
I have a WAR file containing an XML file and I have a singleton class that, on first access, opens the xml file and configures itself from it. | org.xml.sax.InputSource is = new InputSource("http://localhost:8080/mywar/myfile.xml";); | That was fine until I needed to perform a startup tas