[root]/modules/integration/console/src/main/java/org/jbpm/integration/console

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 95 (100.0%) | 2194 (100.0%) | 23.0 |
| heiko.braun@jboss.com | 46 (48.4%) | 1544 (70.4%) | 33.5 |
| jbarrez | 11 (11.6%) | 423 (19.3%) | 38.4 |
| tom.baeyens@jboss.com | 38 (40.0%) | 227 (10.3%) | 5.9 |
Small enhancements in how the current activitities are displayed
9 lines of code changed in 1 file:
Fix BPMC-20: Parse error on process instance with two active nodes
11 lines of code changed in 1 file:
Fix for JBPM-2494: renamed isProcessInstance() -> getIsProcessInstance()
1 lines of code changed in 1 file:
Fix for JBPM-2507
2 lines of code changed in 1 file:
* Fix for JBPM-2353: remove transaction demarcation from console integration layer. Transactions will be managed now only by jBPM engine. This allows the console to run on Tomcat.
* Enhanced install script to allow jBPM and console installation into Tomcat.
* Enhanced install script to allow installation of standalone HSQLDB server.
410 lines of code changed in 7 files:
Fix bug: when starting a process instance with a start form the process variables are not set until the first waitstate. This is due to the fact that the 'setVariables' is called after starting the process instance.
1 lines of code changed in 1 file:
JBPM-2409 JBPM-2411 JBPM-2483 added user defined transaction boundaries to allow for domain model integration
27 lines of code changed in 3 files:
JBPM-2390 fix tasks and task comments the history
2 lines of code changed in 1 file:
JBPM-2383 made process definition query consistent wrt notSuspended() suspended() and updated the console integration query to only show the notSuspended process definitions
1 lines of code changed in 1 file:
Cleanup FormDispatcher API
17 lines of code changed in 1 file:
Retreive instance data through ProcessManagement impl
27 lines of code changed in 1 file:
JBPM-2233: Start a process with task form
5 lines of code changed in 1 file:
Fix JBPM-2295: Highlight multiple activities in GraphViewer
4 lines of code changed in 1 file:
Rename deployment plugin to process engine plugin. Changes to the model adaptor for managing jobs
203 lines of code changed in 3 files:
JBPM-2365 adding engine and api support for start task forms
2 lines of code changed in 1 file:
JBPM-2348 long taskDbid --> String taskId
8 lines of code changed in 2 files:
JBPM-2348 long deploymentDbid --> String deploymentId
8 lines of code changed in 3 files:
JBPM-2307 pruning the api to the minimal
1 lines of code changed in 1 file:
Process definition state in console model
18 lines of code changed in 3 files:
Include resources in deployment view
1 lines of code changed in 1 file:
select suspended deployments
77 lines of code changed in 2 files:
JBPM-2307 moved api package env to pvm internal
27 lines of code changed in 3 files:
JBPM-2339 JTA cleanup, creating jndi name constant for jboss global user transaction and adding retry interceptor properly to jta config
1 lines of code changed in 1 file:
DeploymentPlugin for the console, first cut
102 lines of code changed in 2 files:
JBPM-2252 removed access to getActivityName from the Execution API
15 lines of code changed in 2 files:
Prevent NPE in ModelAdapter
8 lines of code changed in 1 file:
grap viewer plugin for the console
4 lines of code changed in 2 files:
JBPM-2269 added image resource support for process definitions
2 lines of code changed in 1 file:
Add separate delete/end operation on instances
58 lines of code changed in 1 file:
JBPM-2250 renamed task lists to findPersonalTasks and findGroupTasks
3 lines of code changed in 1 file:
JBPM-2221 improved matching of outcome with outgoing transitions and added test case
13 lines of code changed in 1 file:
More finegrained task list access methods
18 lines of code changed in 1 file:
fix participant isGroup attribute
1 lines of code changed in 1 file:
Added due and create date, priority to TaskRef
5 lines of code changed in 1 file:
FormDispatcherPlugin Impl., first cut
102 lines of code changed in 3 files:
JBPM-2180 added task form
1 lines of code changed in 1 file:
Adopt task form url
3 lines of code changed in 1 file:
Add URL property to Task for referencing external forms
14 lines of code changed in 2 files:
Query for unassigned tasks
11 lines of code changed in 1 file:
JBPM-2173 add api to api packages
21 lines of code changed in 4 files:
(16 more)