Hi,
I have a process with a form attachment. The form is filled by user during the process, and the data is store in a type. In one of the activities, I should delete the package. I get the r_object_id of the package and using DQL Write activity try to delete it. (delete izin_type OBJECT where r_object_id='xxxx') But my process fails in this activity. This is the message in the bpm.log. Can you help me solve this issue?
2011-10-05 15:33:29,611 ERROR [http-0.0.0.0-9080-1] [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bpm].[DoMethod]] - Servlet.service() for servlet DoMethod threw exception
javax.servlet.ServletException: DfException:: THREAD: http-0.0.0.0-9080-1; MSG: [DM_WORKFLOW_E_MANU_PACKAGE]error: "Failed to manufacture packages for activity 'DQL_izin_sil' (7) of workflow (4d021b888000b501)."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-0.0.0.0-9080-1; MSG: [DM_WORKFLOW_E_BINDING_PACKAGE]error: "Package binding failed because no object could be identified by package ID (09021b88800875a2) with package label 'CURRENT'."; ERRORCODE: 100; NEXT: null