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