[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

shane.bryzak@jboss.com do-not-reply at jboss.com
Tue Dec 4 20:28:26 EST 2007


The request packet looks well-formed and complete, it's not clear why the exception is being thrown.  Just to try something different, I've wrapped the request's InputStream in an InputStreamReader for the parsing of the xml.  You can try this in the latest CVS version.

"samdoyle" wrote : 
  | Some questions though. 
  | 
  | 1.) Why are each of the response packets incrementing in conversation id?
  | 2.) Why do sometimes when I make a request it appears I get pack an empty response followed by a valid response?
  | 

1. Unless you explicitly set the conversation ID yourself (see the remoting docs) then whatever conversation ID is current at the end of the request will be sent back in the remoting response.
2. I've never seen anything like this, could you give me an example?

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

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



More information about the jboss-user mailing list