[JBoss Seam] - Conversation id - business key - howto
by bsmithjj
Hello,
I was reading Gavin's blog and saw this:
anonymous wrote :
| Also new in this release is ... and support for conversation propagation via a "business key" (ie. instead of seeing conversationId=3 in your URL, you would see orderId=45656).
|
Looking through the documentation on Conversations, I see this sample:
anonymous wrote :
| @Begin(id="#{myConversationIdGenerator.nextId}")
| public void editHotel() { ... }
|
I was wondering (because I don't see something obvious in the Javadocs, is there an interface, say, ConversationIdGenerator, that one can implement and register in components.xml as the conversation id generator for a Seam application?
Thanks
PS - the documentation for the Seam JSF controls section is outstanding now - great job!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033254#4033254
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033254
17Â years, 9Â months