Thanks Ronald, I resolved the problem. In fact it became quite easier to find out the problem after your post.
Basically problem was in the process instance table, unique constraint was imposed on (ID_, PROCESSDEFINITION_) composite column. I just removed unique constraint and it worked. Thanks once again Regards Naseem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047201#4047201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047201 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
