in the CMP mode ,i write an EJB include two methods:
the fiist is create() ,and the second the findByPrimaryKey().
and i invoke the method create in a session bean to update a record
(find the record by the primary key and re-create it).But i can not find
this
record by invoking the method findByPrimaryKey().only if i restart jboss and
the finding will be O.K.
why? data cache? how to resolve it? because it is in the CMP mode ,i can not

invode the ejbLoad or ejbStore manually.

thx in advance

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to