Mauricio Salatino [
http://community.jboss.org/people/salaboy21] created the discussion
"Re: From where taskClient.getTasksAssignedAsPotentialOwner(user, "en-UK",
taskSummaryHandler); picks up the tasks"
To view the discussion, visit:
http://community.jboss.org/message/628278#628278
--------------------------------------------------------------
I've already explained how:
"you can have two different persistence units.. one for the JPAKnoledgeService and
the other to the minaTask Server in this case. That will allow you to configure different
databases for the sessions and for the tasks."
Probably right now you have a single persistence unit that includes the SessionInfo and
ProcessInstanceInfo entities plus all the Task Related entities. You can basically create
to different persistence units and configure different databases for each of them. All
that configuration is related with JPA and HIbernate, it is not really dependant on jBPM5.
Cheers
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/628278#628278]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]