Christophe Verré wrote:Mmmm... Sorry. It worked here with Groovy Version: 1.7.0 JVM: 1.5.0_07, WinXP.
Can you also try :
Christophe Verré wrote:Just in case, can you also try "groovy -v" and make sure you're using version 1.7 ?
Christophe Verré wrote:
Tim Holloway wrote:I don't understand. Regardless of whether a session bean is JSF-managed or managed via regular J2EE code, what are you trying to do?
It sounds like you're removing the bean from the session, modifying it, then returning it to the session. What's the point in removing/adding, when you can just leave the bean in the session and modify it in place?