Hello, I want to know if this will work. Suppos you have several local entitybeans let's say ABean, BBean and CBean. Is it possible that you define an interface BasicEJBLocalObject which extends EJBLocalObject. This interface defines 2 methods setValueObject and getValueObject. The local component interfaces of ABean, BBean and CBean will extend the BasicEJBLocalObject. So my question is whether the specs allows this? And if I call a setValueObject or getValueObject it will call the corresponding method of the EJB?
Thanks a lot. Dries =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
