Thanks Gavin. Just checked out the latest CVS head and that solves the problem completely. Thanks to superflav for posting the testcase, too.
I wasn't using @EJB annotation but did do a jndi lookup for a different bean, which is the same thing according to the JIRA issue. Sorry I didn't spot the jira bug before.
The beta's looking pretty good so far, looking forward to seeing the final release!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985733#3985733
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985733
Hello,
i was using Conversation.instance().endAndRedirect() in my app.
This function returns a String in 1.1.0Beta1
But now it returns a boolean.
My usage is:
| public String saveProtocol() {
| //....
|
| return Conversation.instance().endAndRedirect();
| }
|
How have i to use this function with Beta2? Please be so kind to point me in the right direction.
The intention is, that the user should be able to create a protocol on every page of the app. After creation of the protocol the user is redirected to the page the user started from. This worked fine.
But now, i have no clue what i should do with the returned boolean.
Ciao,
Carsten Höhne
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985726#3985726
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985726