"EricJava" wrote : On your method annotated with @Begin, do you have @Begin(join=true)? I know you have join on the s:link but I think it needs to be on the @Begin annotation.
Yes, I did have join=true. I think the things I mentioned about @Begin, like always start conversation if void type method and never start conversation if return null, does not care if the join is set to true or false. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128042#4128042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128042 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
