After my short investigation (based on chatroom) I know there is necessity to 
set up conversationId, like:

...
  | SeamRemote.getContext().setConversationId(context.getConversationId());
  | ...

This conversationId comes with response and I can read it from context in 
callback javascript function. It works (I suppose) only if long-running 
conversation starts in remote action (like in chatroom) and first time I can 
read conversationId is right after first remote action invocation. What about 
long-running conversation beginning in different action bean? How to receive 
conversationId value, the remote action should be invoke with?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to