[jboss-user] [JBoss jBPM] - Re: LazyInitializationException on init ProcessInstance.inst

2008-07-31 Thread AJanz
ah ok...at lastthere is some light ;-))) after writing my own command for what i want everything is ok code is | | | public Object execute(JbpmContext jbpmContext) throws Exception { | // TODO Auto-generated method stub | List returnObject=null; |

[jboss-user] [JBoss jBPM] - Re: LazyInitializationException when setting variable

2007-11-26 Thread SidKennedy
can you explain what you did ti solve the problem for other users having the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410#410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=410 ___

[jboss-user] [JBoss jBPM] - Re: LazyInitializationException

2007-06-25 Thread roccolocko
You don't need to do any hibernate stuff if you are woking directly with the class TaskInstance, its all done inside the JBPM API. Your are probably not correctly starting the JBPM context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057526#4057526 Reply

[jboss-user] [JBoss jBPM] - Re: LazyInitializationException when setting variable

2007-06-14 Thread roccolocko
solved View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054581#4054581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054581 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss jBPM] - Re: LazyInitializationException with ExtensionsFilter

2006-08-01 Thread kukeltje
jbpm itself has a path in the web.xml it says /faces/* Besides that, the jBPM context filter should also do its work. Turn on debug logging of org.jbpm and see if the context is not loaded while saving What I mean is that on a post from JSF the jBPMContextFilter SHOULD be triggered. Besides