I don't understand the joined conversation not well in the booking example.

I see in the HotelSearchingAction a method with @Begin(join=true) this starts a 
conversation to be joinend with the HotelBookingAction that also starts a 
conversation, this conversation is terminated with when calling the confirm 
method. But I don't see when the HotelSearchingAction @End(clear method) is 
called. Is this done by Seam when the hotelBookingAction @End(confirm) is 
called?


So for now I have this in my head...

@Begin(join=true) start a conversation that can be used in other conversations, 
if this conversation is not ended a new one can not be started without getting 
an exception, right?

@Begin(nested=true) starts a conversation but needs another conversation that 
already must have started, right?

@End ends a conversation like usual, but are joinend conversations also ended? 



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to