Is this the correct way to implement random conversation id's?
| @Observer("org.jboss.seam.beginConversation")
| public void RandowmConversationId()
| {
| Manager.instance().updateCurrentConversationId("" +
Math.round(Math.random() * Integer.MAX_VALUE));
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084894#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...