0 Replies Latest reply on May 13, 2008 6:43 PM by sebastiendeg

    Proxy Serialization does not keep field values

    sebastiendeg

      Hello,

      I'm having a proxy object that is being serialized, but on the other side, the client application, it receives the proxy serialized but with all the property set to null.

      My Object is a Bean with typical getter/setter and a empty constrcutor.
      Is there anything i should do ?

      This of course works fine without the proxy.

      I'm in JBoss 4.2.2 using Stateless Session Bean.

      Thanks.