[jboss-user] [jBPM Users] - Re: jbpm4.1 task duedate does not persist

2009-09-30 Thread bixby
created https://jira.jboss.org/jira/browse/JBPM-2560 and supplied test case and patches View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258005#4258005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258005 __

[jboss-user] [jBPM Users] - Re: jbpm4.1 task duedate does not persist

2009-09-29 Thread bixby
I'd like to contribute some code to fix this. Is there a guide or doc somewhere about submission of code for the project? I guess first thing is to file a JIRA issue. To clarify the problem, the task definition's due date is not persisted and obviously therefore not referenced when the task ac

[jboss-user] [jBPM Users] - Re: jBPM 4.1 HistoryDetail records not being created for tas

2009-09-21 Thread bixby
Sorry I did but did not find anything with my exact problem. From what I did find, maybe I should consider this code as incomplete. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256281#4256281 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [jBPM Users] - jBPM 4.1 HistoryDetail records not being created for task ev

2009-09-21 Thread bixby
It appears that there is a bug in the Task related history detail creation code. None of the events other than comments create a HistoryDetail record. That means the assignment, due date and priority changes are not logged. I debugged things through and am pretty sure that it is just because the

[jboss-user] [JBoss jBPM] - Re: jBPM 4 jPDL schema issue

2009-06-23 Thread bixby
Created JBPM-2352 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239352#4239352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239352 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss jBPM] - jBPM 4 jPDL schema issue

2009-06-22 Thread bixby
I was trying to add a form attribute to one of my task elements and the jpdl ends up failing validation. Taking a look at the schema, it looks as if the task element is not referencing the taskType complex type that exists and has instead just got it's attributes defined in line. Is this someth