[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSER-83 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956629#3956629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956629 --

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-10 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBSER-83 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956615#3956615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956615 --

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread [EMAIL PROTECTED]
You are probably playing with readResolves. Can you send us any piece of code showing what you're doing? Also, are you playing with inner classes on the complex object? Thanks, Clebert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955855#3955855 Reply to

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread timfox
Ok, so what we need to do is find out what part of the complex object is causing the problems. Can you send me the class (you can remove any confidential/irrelevant suff) we can investigate what is going on. Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread rtm333
Setting the serializationtype to java did not change the behaviour or stack trace at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955828#3955828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955828 Using Tomca

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread timfox
Sometimes JBoss Serialization has a problem serializing complex objects. I suspect this is what is happening in your case, especially since you are doing stuff with readresolve. As a workaround you can use java serialization instead. Just need to change "serialiaztiontype" to "java" in remoting

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread rtm333
Unfortunately, this is a rather complex object consisting of several layers of custom classes and collection types. At the "leaves" is an "enumeration" object type, that uses readResolve() to enforce uniqueness. These objects are nested within a HashMap, within two layers of wrapper classes an

[JBoss-user] [JBoss Messaging] - Re: Failed to read payload

2006-07-06 Thread timfox
What is the object you are trying to persist that fails? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955788#3955788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955788 Using Tomcat but need to do more? Need to sup