0 Replies Latest reply on Oct 3, 2018 11:15 PM by lakshmiprasad1987

    InvalidClassException:Class does not extend stream superclass while invoking EJB(which is running on JBOSS 7.0.0) from Remote standalone java Client

    lakshmiprasad1987

      Hi Team,

       

      Am trying to invoke an business logic method of EJB stateless bean which accepts 2 parameters.

      First parameter is an simpleDate and the second parameter is an userdefined Java object which alreday implements Serializable interface and laos had an public default construtor.

       

      when i invoke this method from Remote client am getting below exception, can some one help me on how to fix this issue?

      caughtjava.io.InvalidClassException: com.bp.mobo.model.Exchange; Class does not extend stream superclass.

       

      Looks like during deserialization something is going wrong which i could not figure it out.