Yves Martin [
https://community.jboss.org/people/ymartin] created the discussion
"Re: invoking an EJB over iiop"
To view the discussion, visit:
https://community.jboss.org/message/796378#796378
--------------------------------------------------------------
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 ?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/796378#796378]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]