Directory modules/pvm/src/main/java/org/jbpm/pvm/internal/xml/

Total Files:
8
Deleted Files:
0
Lines of Code:
2174

[root]/modules/pvm/src/main/java/org/jbpm/pvm/internal/xml

Lines of Code

modules/pvm/src/main/java/org/jbpm/pvm/internal/xml/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 69 (100.0%) 1764 (100.0%) 25.5
tom.baeyens@jboss.com 56 (81.2%) 1724 (97.7%) 30.7
koen.aers@jboss.com 5 (7.2%) 23 (1.3%) 4.6
alex.guizar@jboss.com 6 (8.7%) 16 (0.9%) 2.6
heiko.braun@jboss.com 2 (2.9%) 1 (0.1%) 0.5

Most Recent Commits

tom.baeyens@jboss.com 2009-10-13 17:25 Rev.: 5738

JBPM-2578 added pieces of merging of update dom into process dom

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+2 -2)
koen.aers@jboss.com 2009-10-07 21:10 Rev.: 5713

store and retrieve migration info in parse context map instead of process definition object

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1)
tom.baeyens@jboss.com 2009-10-06 16:38 Rev.: 5706

JBPM-2565 refactored custom parsing to use UserCodeReference

7 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Bindings.java (new)
tom.baeyens@jboss.com 2009-10-05 12:28 Rev.: 5691

JBPM-2565 switched to explicit use of jpdlparser attribute to indicate specific parser version, ignoring namespace declaration

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1)
tom.baeyens@jboss.com 2009-10-04 16:43 Rev.: 5682

added language version id

46 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+46 -16)
tom.baeyens@jboss.com 2009-09-25 15:04 Rev.: 5669

JBPM-2430 first cleanup of classloading

10 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1 -12), Parser.java (+1 -2), ProblemList.java (+8 -1)
tom.baeyens@jboss.com 2009-07-23 10:21 Rev.: 5340

bpmn parsing fixes

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+2)
tom.baeyens@jboss.com 2009-07-04 16:04 Rev.: 5226

JBPM-2372 complete javadocs

41 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Problem.java (new 41), ProblemImpl.java (-1), ProblemList.java (-1)
koen.aers@jboss.com 2009-06-19 16:53 Rev.: 5068

replace addProblem(String) by replace addProblem(String, Element) where possible in order to be able to retrieve the line number in case of problems (GPD-288)

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+2 -2)
alex.guizar@jboss.com 2009-05-27 10:14 Rev.: 4909

RESOLVED - issue JBPM-2148: StringBuffer use in jBPM 4
https://jira.jboss.org/jira/browse/JBPM-2148

2 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: ProblemImpl.java (+1 -1), ProblemList.java (+1 -1)
tom.baeyens@jboss.com 2009-05-20 10:22 Rev.: 4855

undoing r4838, wrong way of adding the elements to the problems

20 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1 -1), Parser.java (+7 -7), ProblemList.java (+12 -12)
koen.aers@jboss.com 2009-05-18 21:49 Rev.: 4838

- commented out the addProblem convenience implementations in org.jbpm.pvm.internal.xml.ProblemList
- replaced all convenience calls by addProblem(String, Exception, String, Element)

20 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1 -1), Parser.java (+7 -7), ProblemList.java (+12 -12)
tom.baeyens@jboss.com 2009-04-30 18:46 Rev.: 4685

JBPM-2176, JBPM-2170 added ant task for business archive deployment and allowed for example data to be created

27 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+2 -2), Parser.java (+2 -2), ProblemList.java (+23 -1)
tom.baeyens@jboss.com 2009-04-26 06:42 Rev.: 4620

JBPM-2163 new configuration, distribution and qa setup

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1 -2)
tom.baeyens@jboss.com 2009-04-18 18:43 Rev.: 4578

JBPM-2162 revert process archive deployment in examples

49 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: DomBuilder.java (+1 -2), Parse.java (+1), ProblemList.java (+47 -28)
alex.guizar@jboss.com 2009-04-16 23:39 Rev.: 4573

merge r4409:4572 from email branch

14 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: DomBuilder.java (+6 -23), Parse.java (+4 -13), Parser.java (+2 -1), ProblemList.java (+2 -6)
tom.baeyens@jboss.com 2009-04-16 20:28 Rev.: 4570

JBPM-2173 add api to api packages

4 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1 -1), ProblemImpl.java (+1 -1), ProblemList.java (+2 -2)
tom.baeyens@jboss.com 2009-04-10 15:22 Rev.: 4536

added import to jbpm configuration file parser

29 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+3 -5), ProblemList.java (+26 -35)
tom.baeyens@jboss.com 2009-04-09 15:28 Rev.: 4515

JBPM-2027 adding event listeners implementation

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+1 -1)
tom.baeyens@jboss.com 2009-03-30 18:03 Rev.: 4359

replaced ProcessService with RepositoryService

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: ProblemList.java (+1 -1)
tom.baeyens@jboss.com 2009-03-25 13:56 Rev.: 4327

task fixes, attempt to control mavens build mania in eclipse, start of alternative deployment

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: ProblemList.java (+1 -1)
tom.baeyens@jboss.com 2009-03-18 09:06 Rev.: 4269

introducing config tool

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Binding.java (+1 -1)
heiko.braun@jboss.com 2009-03-11 11:11 Rev.: 4225

JBoss AS integration. svn merge -r4176:HEAD https://svn.jboss.org/repos/jbpm/jbpm4/branches/hbraun

1 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Binding.java (new)
tom.baeyens@jboss.com 2009-02-15 14:22 Rev.: 3880

JBPM-2011 moved log package to org.jbpm.internal.log package

3 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+1 -1), Parser.java (+1 -1), ProblemList.java (+1 -1)
tom.baeyens@jboss.com 2009-01-20 10:19 Rev.: 3682

JBPM-1974 rename node to activity

28 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: DomBuilder.java (+21 -21), Parser.java (+7 -7)
tom.baeyens@jboss.com 2008-12-09 22:02 Rev.: 3297

exclusive handler

29 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+29)
tom.baeyens@jboss.com 2008-12-09 12:36 Rev.: 3284

schema validation

983 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: DomBuilder.java (new 851), Parse.java (+43 -23), Parser.java (+89 -99)
tom.baeyens@jboss.com 2008-12-08 23:35 Rev.: 3275

xml validation

111 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+26 -18), Parser.java (+35 -54), ProblemImpl.java (+14 -13), ProblemList.java (+36 -22)
tom.baeyens@jboss.com 2008-12-08 17:53 Rev.: 3274

starting jpdl schema docs and validation

20 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+16 -2), ProblemList.java (+4)
tom.baeyens@jboss.com 2008-11-26 19:01 Rev.: 3106

deployment parsing error collection

260 lines of code changed in 4 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (+7 -89), Problem.java (del), ProblemImpl.java (new 128), ProblemList.java (new 125)
tom.baeyens@jboss.com 2008-11-20 09:30 Rev.: 3010

first jpdl 4 test in test-db

45 lines of code changed in 3 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parse.java (new), Parser.java (+1 -32)
tom.baeyens@jboss.com 2008-10-31 11:21 Rev.: 2699

unification api proposals

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+1 -1)
tom.baeyens@jboss.com 2008-10-30 16:05 Rev.: 2682

unification api proposals

1 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/xml: Parser.java (+1 -1)
Generated by StatSVN 0.5.0