EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.
Project
Developer
Wiki
|
|
|
[
Permlink
| « Hide
]
Loris Bouzonnet - 22/Oct/08 01:00 PM
In fact, that's not a bug since not specified.
In iiop, the object are not serializable.
You can get the EJB handle that is serializable. The other way is to follow IIOP guidelines by using the IOR (Identifying Object Reference) ior = ORB.object_to_string(object); object = ORB.string_to_object(ior) ORB is available by using lookup("java:comp/ORB") Don't forget the call to PortableRemoteObject.narrow(oject, XXX.class) after that you get the object. |
||||||||||||||||||||||||||||||||||||||||