Title: Meddelande
Am I alone with this problem?
 
Serialization of the session bean : JNDI lookup in the getEJBObject failed as if there is no the name sought.
I checked the name inside the readObject. It's OK.
Although this problem (I fear to say bug) is not fatal. It's annoying.
 
 
  private void readObject(ObjectInputStream s) throws IOException,
  ClassNotFoundException
  {
    s.defaultReadObject();
    Handle handle = (Handle)s.readObject();
    Object obj= handle.getEJBObject();
    myRef = (Fluid)PortableRemoteObject.narrow(obj,MyClass.class);
  }

Sincerely,
 
Victor Dvornikov,
IDE Technologies 
 

Reply via email to