I have played around a bit more and have seen that the issue is related to the 
following:


  | Context ctx = Contexts.getConversationContext();
  | 
  |                 if (ctx != null) {
  |                         ctx.remove("needSelections");
  |                         ctx.flush();
  |                 }
  | 

If I remove the ctx.flush() the Exception is gone.... 
The question then is why the flush would cause this problem (or maybe it is 
just wrong to do the flush) ?

Later

L


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058872#4058872

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058872
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to