3 Replies Latest reply on May 10, 2002 8:01 AM by sebaseba

    Does the object have to implement Serializable to be bound i

    izhidov

      Couldn't find a more appropriate forum for the question.

      It seems that in order to bind an object into JNDI tree under JBoss it has to implement Serializable. JNDI API describes bind() as bind(String name, Object o) . It states Object not Serializable. So why am I getting java.io.NotSerializableException when I try to bind my object?