Hi,
I am trying to execute workflow in OpenKM 6.2 on windows(with tomcat).
Deployed the process successfully using Jboss Developer Studio.
My form has to pass between two users. I am able to get the form for the first user but it's not going to the second and it's giving the following exception.
I am trying to execute workflow in OpenKM 6.2 on windows(with tomcat).
Deployed the process successfully using Jboss Developer Studio.
My form has to pass between two users. I am able to get the form for the first user but it's not going to the second and it's giving the following exception.
Code: Select all
can anyone help me on this.2013-01-10 19:16:05,884 [http-bio-0.0.0.0-8070-exec-2] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM]
- Exception while dispatching incoming RPC call org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.jbpm.bytes.ByteArray.byteBlocks, no session or session was closed
at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:383)