[jboss-jira] [JBoss JIRA] Updated: (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:16:18 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBPM-1043?page=all ]

Martin Putz updated JBPM-1043:
------------------------------

    Attachment: JBPM-1043.patch.txt

attached patch for JpdlXmlReader - the Action object was not set up properly on notify="yes" marked tasks

> 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
>         Attachments: JBPM-1043.patch.txt
>
>
> 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