Trying to set an object into a EJB Bean array from a remote app.

I am trying to set a object to an stateful EJB which has an array.

If I do this in the Web container in a servlet it works fine but when I try do the same in the remote application I am getting an marshalling error

Let me put the codes
and more details
Was this page helpful?