Re: Trouble with entity-bean (CMP) and session Bean

2001-07-06 Thread Jeff Hubbach
In the orion-ejb-jar.xml file for your entity bean, there's a flag you can set to tell the container that other processes (another bean, or a human through a management tool like sqlplus) have access and can update the database without that bean's knowledge. In the tag, set exclusive-write-access

Trouble with entity-bean (CMP) and session Bean

2001-07-05 Thread jacker54
I have encounter such problem.       I am converting my product from weblogic to orion platform.       my project do some database update operation through both entity-bean and session-bean. at weblogic, there is no problem.       but at orion platform. I found entity-bean has o