Re[2]: EJB pool management

2001-11-17 Thread Sergey G. Aslanov
- TK From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] TK Sent: Friday, November 16, 2001 11:07 AM TK To: Orion-Interest TK Subject: RE: EJB pool management TK I am sure there is a way, it is just not documented as the orionconsole.jar TK has provisions for invalidating the pools

EJB pool management

2001-11-16 Thread Sergey G. Aslanov
Hi all Who knows, can I manage Orion's EJB instances pool from code? For example, if data in DBMS was changed without help of EJB and I want to update it in pool. What have I to do? -- Sergey G. Aslanov CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

RE: EJB pool management

2001-11-16 Thread jroberson
Title: RE: EJB pool management I am sure there is a way, it is just not documented as the orionconsole.jar has provisions for invalidating the pools, and adjusting their sizes. it will probably be an ormi: call of some sort? -Original Message- From: Sergey G. Aslanov [mailto

RE: EJB pool management

2001-11-16 Thread Trujillo, Kris
Title: RE: EJB pool management If your EJB is not the only thing that will be updating a table then you have to deploy the ejb with "exclusive-write-access=false" in the orion-ejb-jar.xml. Checkout the documentation on the orion-ejb-jar.xml at http://www.orionserver.com/docs