• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HFE + ejbRemove(): something's missing?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

in spec EJB2.0 �10.5.3, p.176, it's told us that

The container synchronizes the instance's state before it invokes the ejbRemove method

, so if not done, it must call the ejbLoad method.
I've read the chapter dedicated to entity bean's synchronization in HFE, but didn't see anything about this subject. Did I misread?
In the same order of idea, I've noted that no page was existing, indicating us what it's allowed to do during remove, i.e.
- bean things you can do during entity construction p.327
- bean things you can do during entity creation p.338
- bean things tou can do during activation and loading p.354
- bean things you can do during passivation and storing p.355

but what about things we can do during entity's remove??

Regards,
Cyril.
 
reply
    Bookmark Topic Watch Topic
  • New Topic