Posted By:
Juan_Ruiz
Posted On:
Thursday, November 14, 2002 04:03 AM
I am using an Entity Bean CMP version EJB2.0. I have a table with 35 registrations, I make update on the 35 every 10 seconds. It works me well until in a certain moment ago the update of a registration and the table is blocked, for what is blocked when carrying out the following update on another registration the application. I have also detected that the one numbers of "Beans In Count it Uses" it leaves increasing of 35 in 35 and when the number is high, the Bean begins to passivation. I don't understand because if I am always working on the same 35 registrations every time that I use one of them it believes me a new instance of that Entity Bean. Th
More>>
I am using an Entity Bean CMP version EJB2.0.
I have a table with 35 registrations, I make update on the 35 every 10 seconds.
It works me well until in a certain moment ago the update of a registration
and the table is blocked, for what is blocked when carrying out the
following update on another registration the application.
I have also detected that the one numbers of "Beans In Count it Uses" it leaves increasing of 35 in 35 and when the number is high, the Bean begins to passivation.
I don't understand because if I am always working on the same 35 registrations every time that I use one of them it believes me a new instance of that Entity Bean.
This is the content of my file weblogic-ejb-jar.xml:
<?xml version="1.0"?>
EJB//EN" "http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd">
BvalorCotizacionesEB
100
5
600
Database
Transaction
False
True
WebLogic_CMP_RDBMS
6.0
META-INF/weblogic-rdbms-jar.xml
True
WebLogic_CMP_RDBMS
6.0
True
30
True
r4CotizacionesBridge.BvalorCotizacionesEB
TRANSACTION_SERIALIZABLE
BvalorCotizacionesEB
Remote
*
Does somebody know as solving this problem?
Thank you in advance.
<<Less