[jboss-jira] [JBoss JIRA] Created: (JBPM-1043) ProcessDefinition delete throws HibernateException: null index column for collection: org. jbpm.graph.def.ProcessDefinition.actions

Martin Putz (JIRA) jira-events at lists.jboss.org
Tue Aug 21 09:11:44 EDT 2007


ProcessDefinition delete throws HibernateException: null index column for collection: org. jbpm.graph.def.ProcessDefinition.actions 
------------------------------------------------------------------------------------------------------------------------------------

                 Key: JBPM-1043
                 URL: http://jira.jboss.com/jira/browse/JBPM-1043
             Project: JBoss jBPM
          Issue Type: Bug
          Components: Core Engine
    Affects Versions:  jBPM jPDL 3.2.1
            Reporter: Martin Putz
         Assigned To: Tom Baeyens


if the process definition contains a task with notify="yes", eg.

	<task-node name="mail">
		<task name="email info" notify="yes">
			<assignment actor-id="mputz"></assignment>
		</task>
		<transition to="end-state1"></transition>
	</task-node>

the deletion of this process definition results in the stated HibernateException:
null index column for collection: org. jbpm.graph.def.ProcessDefinition.actions 

-- 
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

        



More information about the jboss-jira mailing list