[JBoss JIRA] Deleted: (JBPM-1222) create query builder
by Tom Baeyens (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1222?page=com.atlassian.jira.plug... ]
Tom Baeyens deleted JBPM-1222:
------------------------------
> create query builder
> --------------------
>
> Key: JBPM-1222
> URL: https://jira.jboss.org/jira/browse/JBPM-1222
> Project: JBoss jBPM
> Issue Type: Task
> Reporter: Tom Baeyens
>
> a simple query builder should be created that helps to build queries for finding process executions based on:
> * variable values
> * properties of related process domain object
> * current state of an execution (keep in mind the composite nodes)
> * start and end dates
> this might be done as a kind of convenience layer on top of the hibernate criteria API. i think (and heard it through others as well) that building a query in HQL might be more easy then using the criteria API.
> while doing this, we have to think about the things we expose and the documentation concequences: if we expose the full hibernate model, then we have to document it properly.
> please add more concrete queries if you know some.
> What are the queries that you use in your BPM project ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Deleted: (JBPM-1208) problems with activity instances
by Tom Baeyens (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1208?page=com.atlassian.jira.plug... ]
Tom Baeyens deleted JBPM-1208:
------------------------------
> problems with activity instances
> --------------------------------
>
> Key: JBPM-1208
> URL: https://jira.jboss.org/jira/browse/JBPM-1208
> Project: JBoss jBPM
> Issue Type: Bug
> Reporter: Tom Baeyens
>
> Guillaume reported:
> I tried to use a pvm with activityInstances in Orchestra and I had some problems in ExecutionImpl:
> - method createActivityInstanceScope: hasActivityInstances is set to true only if activityInstances == null. But with hibernate, when a collection is fetched from the database, it is never null, but it is an empty collection. As a result, hasActivityInstances is never set to true.
> - method destroyActivityInstanceScope: if the list of activityInstances is empty, it is set to null. This creates an exception with hibernate.
> - method destroyActivityInstanceScope: this methods modifies the node field of the execution, this breaks the value of previousNode. (previous node is used in bpel sequences)
> Why is the execution node updated when an ActivityInstance is destroyed ?
> regards,
> Guillaume
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months