aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes error in HFE p.208 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "error in HFE p.208" Watch "error in HFE p.208" New topic
Author

error in HFE p.208

cyril vidal
Greenhorn

Joined: Nov 02, 2004
Posts: 14
Hi,

HFE p.208 from ready state to does not exist state, we can read: ejbRemove() or timeout.
Of course, we should read remove() or timeout instead, because both of them imply ejbRemove() to be called, as mentionned in the spec p.77 and p.79.
Error not mentionned in o'reilly's errata pages..

Regards,
Cyril.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: error in HFE p.208
 
Similar Threads
HFE + ejbRemove(): something's missing?
HFE vs EJB Spec - session beans
ejbRemove() doesn't call ejbPassivate() ? - HFE p371 question #16
calling remove() on passivated SSBean
HFE + removeException() p.550