So is it ok for instance having a final or abstract ejbHome method?
I don't know abt the final. But definitely not for abstract. The Container is responsible for implementing abstract accessors (getter/setter) in entity bean class, but not the ejbHome method.
Joyce
