Dear all,
I am using
JBOSS 3.2.3 with CMP.
Scenario :
Client side insert a new record(say, record A) through
EJB CMP entity bean. Then, I login to the database table and delete that record A manually.
However, I found that the EJB CMP container doesn't synchronize with the database again. i.e. entity bean of record A is still there, although the record A has been deleted by me manually using database client software.
I know EJB CMP usually call ejbLoad() and ejbStore() to synchronize the database. It seems it doesn't call these method.
Do I need to config. the JBOSS CMP so that it can call these two methods regularly.
Thanks
Benson