[jboss-user] [JBoss Seam] - What does it take for a POJO to promote a conv. to long-runn

EricJava do-not-reply at jboss.com
Thu Dec 20 03:59:02 EST 2007


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?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114529#4114529

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114529



More information about the jboss-user mailing list