Hello jaime1,

Tuesday, May 14, 2002, 12:51:00 AM, you wrote:

j> People recently i stay make some change in Petstore 1.1.2 and its parch ,
j> but i find problem when a work with BMP. I create an EJB BMP to access an
j> Table , but after 50 Tx. my JBoss out memory

 Since you use BMP, you open/close connections 'manually'. Be sure you
handle them properly. If a connection remains openned after the
transaction is complete it doesn't get back to the connection pool.
As a result, with time you'll get out of memory exception.

j> I review the petstore but only have a few example of how update the
j> information a table.
j> I try to make an manager  for an Table NEW_TABLE , but the problem exist.
j> I use how DB SAPDB
j> any people have an example of how create a new module in the petstore
j> Regards
j> Jaime

j> _______________________________________________________________

j> Have big pipes? SourceForge.net is looking for download mirrors. We supply
j> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
j> _______________________________________________
j> JBoss-user mailing list
j> [EMAIL PROTECTED]
j> https://lists.sourceforge.net/lists/listinfo/jboss-user


-- 
Best regards,
 Alex Loubyansky                           mailto:[EMAIL PROTECTED]



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to