Hi guys!
I'm from brazil and I'm having some problems with dynamic task creation...

I got a 
failed to lazily initialize a collection of role: 
org.jbpm.context.exe.ContextInstance.tokenVariableMaps

when a I call 


  | TaskMgmtInstance mgmt = pInstance.getTaskMgmtInstance();
  | mgmt.createTaskInstance(task, getExecutionContext());
  | 

it seams that isn't possible to initialize tokenVariableMaps collection...

while i'm debbuging i see a lot of objects that's loaded by CGLazyInitialize
but only tokenVariableMaps fails...

does anybody knows how to fix that?



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

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

Reply via email to