I don't think its possible to end and start a new conversation in a single request (yet). I am not 100% sure of the seam lifecycle, but i believe i have read in this forum that its not possible, but might be implemented in some future version. Why not start the conversation when you click the link to newBlogEntry?
If the table of entries must be part of a conversation try to nest the conversations...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038749#4038749
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038749
Hello :-)
I've got two bean seam Seam1, Seam2.
I ouject Seam1 in the context and I can get it in Seam2. It works well.
In Seam1, I've got a getter/setter method on a non seam object Object1.
When I try to get Object1 in my Seam2, I've got a nullPointerException.
When I display attributes of my object1 in my JSF it works but I need to do some stuff before displaying.
Could you please help me ?
thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038746#4038746
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038746
"sabdulkareem" wrote :
| 4. The Sender and Receiver applications tries to get Connections using Recovery Algorithms.
|
JBM uses transparent failover so there is no need to recover the connections yourself, i.e. you don't need to implement an Exception Listener.
When failover occurs the connections should automatically be failed over onto a different server.
Have a look at the clustering examples that come with the distro.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038745#4038745
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038745