Hello,
I have two Seam applications. One I was able to deploy on our Linux server without any problem. The other, I kept running on this error everytime:
anonymous wrote : 2008-01-19 05:34:13,120 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] SocketClientInvoker[144426c, socket://192.168.1.175:3873] disconnecting ... 11430
I am sure what went wrong. I searched around and the only thing that I suspect could be wrong was my JMS (and is the only different in my Seam apps) but I am not so sure.
Have anyone seen this error before?
I am using Seam 1.2.0GA on JBoss 4.2.1GA. (I also use JBossMQ for my messaging).
Any help is greatly appreciated. Thanks
-Tony
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121479#4121479
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121479
Even with this tag, there are problems when the form is submitted via ENTER. For example, it appears that in Firefox, the redirect following the form submission is executed as a POST. That's the way it looks in Wireshark, anyway.
In my case, if the user presses ENTER on the last page of a wizard and the action method ends the conversation, I see the "wizard complete" page flash up for a second, but then it redirects me to my no-conversation-view-id page and there's a warning in the Seam log about the conversation having expired.
As a workaround, I'm disabling the ENTER key for text fields in my forms. The code on this site seems to do the trick nicely: http://www.webcheatsheet.com/javascript/disable_enter_key.php
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121474#4121474
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121474