Hello all.
 
The very strange thing happend to me. I have to EJBs:
A: stateless session
B: entrity BMP
 
so A calls findbyPrimaryKey(10), gets reference, then calls getPK() and buum! , it gets 13. PK is java.lang.Integer.
 
In this case, in B ejbFindByPrimaryKey is not called. This only happens after 1 hour or so working on JBoss.
 
Thus more questions:
are in your implementation sure EJB nonreentrant or I have to set something?
is ejbLoad sure called before bussines methos
is entity bean, after is removed, not used by any other ejbFind...
 
bye and thanx

Reply via email to