Hello,
I need some help to get my EJB3 published over IIOP.
My interface Service extends EJBObject.
I have added ServiceHome which extends EJBHome
My bean ServiceBean now have to implement 5 methods I do not know how to write them:
- EJBHome getEJBHome()
- Handle getHandle()
- Object getPrimaryKey()
- boolean isIdentical(EJBObject arg0)
- void remove()
Am I on the right path ? How to implement these five methods ?