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/orion-ejb-jar.xml.html.  This basically turns off caching off the EJB.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 16, 2001 11:07 AM
To: Orion-Interest
Subject: 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:[EMAIL PROTECTED]]
Sent: Friday, November 16, 2001 6:38 AM
To: Orion-Interest
Subject: EJB pool management


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

Reply via email to