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