Hi
I want to integrate bonita and liferay, I read "Step by Step Bonitalife example" and create a process, install it, map user Test Test and I can see session ok!!! .
My problem is when I want to start the process in liferay by using of Process & Cases portlet. the portlet display an error message like this:
BonitaUtilException: No such field org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl.startedByDelegate ---- Debugging information ---- field : startedByDelegate class : org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl required-type : org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter path : /java.util.Collections$UnmodifiableRandomAccessList/c/org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl/startedByDelegate line number : 10 class[1] : java.util.ArrayList converter-type[1] : com.thoughtworks.xstream.converters.collections.CollectionConverter class[2] : java.util.Collections$UnmodifiableList version : null -------------------------------
and in my stacktrace I can see this:
org.bonitalife.runtime.exception.BonitaUtilException: No such field org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl.startedByDelegate
---- Debugging information ----
field : startedByDelegate
class : org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
required-type : org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path : /java.util.Collections$UnmodifiableRandomAccessList/c/org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl/startedByDelegate
line number : 10
class[1] : java.util.ArrayList
converter-type[1] : com.thoughtworks.xstream.converters.collections.CollectionConverter
class[2] : java.util.Collections$UnmodifiableList
version : null
-------------------------------<p> </p>
Any help appreciated?
Thans