-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
jBPM 4.2
-
None
This is the same problem as JBPM-2474.
The problem is in HibernateIdMatcher.
if (sessionFactory!=null)
value.getClass() is returning the Javassist proxy class that is not found.
It needs to check for "value.getClass().getSuperClass()" if value instance of HibernateProxy.
- duplicates
-
JBPM-2474 Process variables of type hibernate-long-id/hibernate-string-id don't work
- Resolved