[
https://jira.jboss.org/jira/browse/JBPM-1206?page=com.atlassian.jira.plug...
]
Thomas Diesler resolved JBPM-1206.
----------------------------------
Fix Version/s: (was: jBPM 3.2.6 GA )
Resolution: Out of Date
Out of date
<subclass name="org.jbpm.graph.log.SignalLog"
extends="org.jbpm.logging.log.CompositeLog"
discriminator-value="S">
</subclass>
ActionLog, SignalLog and TransitionLog hibernate mapping incorrect
------------------------------------------------------------------
Key: JBPM-1206
URL:
https://jira.jboss.org/jira/browse/JBPM-1206
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Engine
Affects Versions: jBPM 3.3.0 GA
Environment: linux, jboss 4.2.2
Reporter: pieter martin
Assignee: Thomas Diesler
When calling SignalLog.getChildren() it is always null. After some investigation I
noticed that SignalLog extends CompositeLog in the java class and ProcessLog in the
hibernate mapping files. i.e. in SignalLog.hbm.xml
extends="org.jbpm.logging.log.ProcessLog"
After editing the hibernate mapping file SignalLog.getChildren() returns the children.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira