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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...