6 Replies Latest reply on Jul 2, 2004 4:45 AM by darranl

    JavaBean passing to a session between two different VM

    tklivan

      Hi all,

      I need some direction or answers if possible.

      I have a client that runs remotely (another vm) and JBOSS having some session beans on another VM. I instantiates a normal javabean and sets the properties in it and passes it as a parameter to the session bean, the value on the session bean is null. If I were to run it within the same vm, it works.

      I have already serialized the javabean through implementing java.io.Serializable.

      Please do tell me where i went wrong.