The exception must come from this:

  |    private void readObject(ObjectInputStream ois)
  |       throws IOException, ClassNotFoundException
  |    {
  |       ObjectInputStream.GetField getField = ois.readFields();
  |       descriptor = (Descriptor) getField.get("attrDescriptor", null);
  |       if (descriptor == null)
  |          throw new StreamCorruptedException("Null descriptor?");
  |    }
  | 

This seems like a serialization issue.

I haven't looked into the details, but the first think to check is whether you 
use the exact same jboss libraries in the client and whether the client has 
access to your own jars.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876739#3876739

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876739


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to