Ahah. Read the JavaDoc for @Begin!
And then change:
@Begin
| public String beginEdit() {
| log.info("Conversation begun by beginEdit()");
| return null;
| }
To:
@Begin
| public String beginEdit() {
| log.info("Conversation begun by beginEdit()");
| return "success";
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979531#3979531
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979531
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user