4 Replies Latest reply on Dec 21, 2007 3:33 PM by ericjava

    What does it take for a POJO to promote a conv. to long-runn

      Let's say I have a POJO like this:

      @Name("item") public class Item {
      //
      }

      What exactly do I need to put on that POJO to have it promote a conversation to a long-running conversation, and install itself in that conversation? It seems like it's possible to do this but I'm never completely sure what the minimum steps are for this to happen, or if it's even possible for a POJO to be a member of a long-running conversation. I've spent the evening trying various things to get this to happen, and no success, but strangely, there are examples in the Seam examples directory that seem to be POJOs, and that have @Begin annotations on them. Any reason for this?