ActionLog, SignalLog and TransitionLog hibernate mapping incorrect
------------------------------------------------------------------
Key: JBPM-1206
URL:
http://jira.jboss.com/jira/browse/JBPM-1206
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core Engine
Affects Versions: jBPM jPDL 3.2.2
Environment: linux, jboss 4.2.2
Reporter: pieter martin
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:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira