Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Can we set timezone for jbpm humantask"

To view the discussion, visit: https://community.jboss.org/message/778124#778124

--------------------------------------------------------------
I think that the issue is with hibernate which always converts the date object 
into local (set on jvm) time zone before persisting it. For now you could make 
use of event listeners that are triggered on various situations (task added, 
claimed, completed, etc) So you could use this mechanism to extend default 
behavior and add required data. Next use event tables for queries - as I would 
call it some sort of reports.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/778124#778124]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to