[
http://jira.jboss.com/jira/browse/JBPM-306?page=all ]
Ronald van Kuijk closed JBPM-306.
---------------------------------
Resolution: Done
seems fixed in at least 3.2. No fixes will be made for 3.0 anymore, unless showstoppers
Bug in FieldInstantiator
-------------------------
Key: JBPM-306
URL:
http://jira.jboss.com/jira/browse/JBPM-306
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.0
Reporter: Bernd Ruecker
Assigned To: Tom Baeyens
Priority: Trivial
Original Estimate: 2 minutes
Remaining Estimate: 2 minutes
Line 117 it is
if (keyType!=null) {
valueClass = ClassLoaderUtil.loadClass(valueType);
}
but it should be
if (valueType!=null) {
valueClass = ClassLoaderUtil.loadClass(valueType);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira