[
https://jira.jboss.org/jira/browse/JBPM-1206?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-1206:
-----------------------------------
keep in mind that changes for this should not impact the schema. if changes would impact
the schema, it is better to document the limitation rather then to cause backwards
incompatible changes
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
Fix For: jBPM 3.3.2 GA
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