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#4084894

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084894
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to