Directory modules/pvm/src/main/resources/

Directory Created:
2008-09-24 17:59
Total Files:
18
Deleted Files:
17
Lines of Code:
1246

[root]/modules/pvm/src/main/resources
                        Folder removed from repo org (0 files, 0 lines)
                            Folder removed from repo jbpm (0 files, 0 lines)
                                Folder removed from repo pvm (0 files, 0 lines)

Lines of Code

modules/pvm/src/main/resources/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 189 (100.0%) 3572 (100.0%) 18.8
tom.baeyens@jboss.com 171 (90.5%) 3394 (95.0%) 19.8
alex.guizar@jboss.com 7 (3.7%) 146 (4.1%) 20.8
koen.aers@jboss.com 3 (1.6%) 17 (0.5%) 5.6
jbarrez 4 (2.1%) 10 (0.3%) 2.5
ainze 1 (0.5%) 3 (0.1%) 3.0
thomas.diesler@jboss.com 3 (1.6%) 2 (0.1%) 0.6

Most Recent Commits

tom.baeyens@jboss.com 2009-10-30 09:44 Rev.: 5851

fixed duplicate index generation in hibernate mappings and oracle indexes upgrade

39 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.history.hbm.xml (+39 -34)
tom.baeyens@jboss.com 2009-10-27 12:31 Rev.: 5812

JBPM-2597 fix oracle schema creation errors

2 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.history.hbm.xml (+2 -2)
tom.baeyens@jboss.com 2009-10-23 20:27 Rev.: 5780

JBPM-2509 database upgrade ci scripts

0 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (-1)
tom.baeyens@jboss.com 2009-10-23 16:45 Rev.: 5779

JBPM-2509 database upgrade ci scripts

1 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+1 -1)
jbarrez 2009-10-23 12:30 Rev.: 5777

initial commit test-upgrade

2 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+2 -1)
alex.guizar@jboss.com 2009-10-20 05:16 Rev.: 5758

[JBPM-2509] add langid property to processes that do not have it

1 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.repository.hbm.xml (+1 -1)
tom.baeyens@jboss.com 2009-10-19 13:15 Rev.: 5755

renamed jbpm.console.webservice.port (and host) to jbpm.console.server.port and fixed tomcat setup for these properties

10 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.console.cfg.xml (new 10)
koen.aers@jboss.com 2009-10-07 23:48 Rev.: 5715

keep track of the definition id instead of the version while migrating

2 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.history.hbm.xml (+2 -2)
koen.aers@jboss.com 2009-10-05 19:45 Rev.: 5701

added subclass HistoryProcessInstanceMigrationImpl for instance migration details

5 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.history.hbm.xml (+5)
tom.baeyens@jboss.com 2009-09-24 13:05 Rev.: 5667

JBPM-2526 split up the command executor into a requires and a requiresNew policy flavour

25 lines of code changed in 5 files:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+1 -2), jbpm.tx.cmd.cfg.xml (del), jbpm.tx.hibernate.cfg.xml (+10 -1), jbpm.tx.jta.cfg.xml (+12 -1), jbpm.wire.bindings.xml (+2 -1)
tom.baeyens@jboss.com 2009-09-16 15:31 Rev.: 5651

JBPM-2526 switched the other persistent entities over to jbpm dbid generation

13 lines of code changed in 5 files:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+3 -3), jbpm.history.hbm.xml (+2 -2), jbpm.identity.hbm.xml (+3 -3), jbpm.repository.hbm.xml (+2 -2), jbpm.task.hbm.xml (+3 -3)
tom.baeyens@jboss.com 2009-09-16 13:52 Rev.: 5649

JBPM-2526 switched executions over to jbpm dbid generation

4 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+3 -1), jbpm.execution.hbm.xml (+1 -1)
jbarrez 2009-09-14 15:34 Rev.: 5636

Added eager fetching of ProcessInstance and parent execution to the Execution hbm mapping. This is required since these objects are accessible through the API.

5 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+5 -3)
tom.baeyens@jboss.com 2009-09-11 16:42 Rev.: 5632

JBPM-2526 first cut at id generator

13 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+5), jbpm.repository.hbm.xml (+8)
tom.baeyens@jboss.com 2009-08-18 16:12 Rev.: 5490

JBPM-2409 JBPM-2411 JBPM-2483 added user defined transaction boundaries to allow for domain model integration

19 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.tx.cmd.cfg.xml (new 19)
tom.baeyens@jboss.com 2009-08-12 15:09 Rev.: 5472

JBPM-2474 Process variables of type hibernate-long-id/hibernate-string-id don't work

2 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+2 -2)
tom.baeyens@jboss.com 2009-08-12 14:45 Rev.: 5471

JBPM-2474 Process variables of type hibernate-long-id/hibernate-string-id don't work

23 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+21 -15), jbpm.variable.types.xml (+2 -2)
tom.baeyens@jboss.com 2009-08-04 17:12 Rev.: 5421

JBPM-2409 JBPM-2411 started installer refactoring to support tomcat and ci script cleanup

18 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.tx.spring.cfg.xml (new 18)
koen.aers@jboss.com 2009-07-30 10:43 Rev.: 5387

JBPM-2419: change Job.dueDate in Job.duedate

10 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+10 -10)
tom.baeyens@jboss.com 2009-07-16 08:24 Rev.: 5307

JBPM-2417 first part of user provided authentication through service api

0 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (-2), jbpm.wire.bindings.xml (-1)
tom.baeyens@jboss.com 2009-07-13 21:21 Rev.: 5288

JBPM-2334 making business calendar configurable and customizable

18 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.businesscalendar.cfg.xml (new 18), jbpm.default.cfg.xml (-9)
tom.baeyens@jboss.com 2009-07-09 11:33 Rev.: 5268

JBPM-2395 fix mail listener: change task variable to task scope and JBPM-2396 remove TaskServive.getVariable method

1 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+1 -3)
tom.baeyens@jboss.com 2009-07-08 20:37 Rev.: 5261

JBPM-2393 fixed history logs for audit purposes

156 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+9 -5), jbpm.history.hbm.xml (+147 -41)
tom.baeyens@jboss.com 2009-07-07 19:00 Rev.: 5254

JBPM-2390 fix tasks and task comments the history

70 lines of code changed in 3 files:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (-21), jbpm.history.hbm.xml (+68 -8), jbpm.task.hbm.xml (+2 -8)
tom.baeyens@jboss.com 2009-06-30 14:58 Rev.: 5165

schema review updates: changed some hibernate strings to text and pruned unused lob field mappings

18 lines of code changed in 3 files:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+16 -17), jbpm.task.hbm.xml (+1 -1), jbpm.variable.types.xml (+1 -1)
jbarrez 2009-06-29 17:52 Rev.: 5160

JBPM-2309: support for retrieval of current activity of a task (eg to display in an image): added executionId/activityName to Task interface.

3 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.task.hbm.xml (+3)
jbarrez 2009-06-29 13:17 Rev.: 5151

Fix for JBPM-2357

0 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (-1)
tom.baeyens@jboss.com 2009-06-27 13:19 Rev.: 5136

JBPM-2365 adding engine and api support for start task forms

1 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.task.hbm.xml (+1 -1)
tom.baeyens@jboss.com 2009-06-24 17:06 Rev.: 5104

JBPM-2303 JBPM-2354 JBPM-2322 JBPM-2356 hibernate persistence cleanup

9 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+9)
tom.baeyens@jboss.com 2009-06-23 14:27 Rev.: 5093

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:

  • modules/pvm/src/main/resources: jbpm.tx.jta.cfg.xml (+1)
tom.baeyens@jboss.com 2009-06-16 20:43 Rev.: 5044

JBPM-2322 enabled module test-db in the integration test suite

2 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.tx.jta.cfg.xml (+1 -1), jbpm.wire.bindings.xml (+1 -1)
tom.baeyens@jboss.com 2009-06-08 12:49 Rev.: 5005

JBPM-2004 finished cleanup of test data

9 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+9)
tom.baeyens@jboss.com 2009-06-02 18:37 Rev.: 4977

JBPM-2283 JBPM-2215 making the value types concrete and documenting the migration limitations

0 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.wire.bindings.xml (-1)
tom.baeyens@jboss.com 2009-05-30 18:11 Rev.: 4953

JBPM-2048 simplify the DbSession and moved all Sessions to the implementation

3 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+2 -3), jbpm.wire.bindings.xml (+1 -5)
tom.baeyens@jboss.com 2009-05-30 13:36 Rev.: 4949

JBPM-2279 added expression resolution to the wire bindings and made it available during all aspects of execution

1 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.wire.bindings.xml (+1)
tom.baeyens@jboss.com 2009-05-28 12:55 Rev.: 4931

JBPM-2231 introducing system variables

9 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+9)
tom.baeyens@jboss.com 2009-05-28 12:03 Rev.: 4928

JBPM-2257 persisted task variables

9 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.task.hbm.xml (+9 -7)
tom.baeyens@jboss.com 2009-05-28 08:17 Rev.: 4924

JBPM-2277 refactor execution state, atomic operations and job information

1 lines of code changed in 1 file:

  • modules/pvm/src/main/resources: jbpm.execution.hbm.xml (+1 -16)
tom.baeyens@jboss.com 2009-05-26 19:11 Rev.: 4904

JBPM-2172 integrate jboss identity component, fixed JTA transaction wiring problem and fixed mail templates

35 lines of code changed in 4 files:

  • modules/pvm/src/main/resources: jbpm.default.cfg.xml (+21 -4), jbpm.jboss.idm.cfg.xml (new 13), jbpm.mail.templates.cfg.xml (del), jbpm.tx.jta.cfg.xml (+1 -2)
tom.baeyens@jboss.com 2009-05-26 14:35 Rev.: 4898

fixed integration test suite: removed use of synchronization for process instance end deletion and refactored example email templates

31 lines of code changed in 2 files:

  • modules/pvm/src/main/resources: jbpm.mail.templates.cfg.xml (new 31), jbpm.mail.templates.xml (del)

(52 more)

Generated by StatSVN 0.5.0