2 Replies Latest reply on Mar 30, 2007 12:34 PM by gavin.king

    Conversation id - business key - howto

      Hello,

      I was reading Gavin's blog and saw this:


      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:


      @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!