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

Total Files:
2
Deleted Files:
0
Lines of Code:
361

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 100 (100.0%) 4.0
tom.baeyens@jboss.com 22 (88.0%) 97 (97.0%) 4.4
koen.aers@jboss.com 2 (8.0%) 2 (2.0%) 1.0
alex.guizar@jboss.com 1 (4.0%) 1 (1.0%) 1.0

Most Recent Commits

tom.baeyens@jboss.com 2009-10-04 16:43 Rev.: 5682

added language version id

5 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: BindingParser.java (+1 -1), WireParser.java (+4 -4)
tom.baeyens@jboss.com 2009-09-25 15:04 Rev.: 5669

JBPM-2430 first cleanup of classloading

10 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: BindingParser.java (+2 -2), WireParser.java (+8 -3)
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)

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: BindingParser.java (+1 -1)
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

13 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+13 -8)
tom.baeyens@jboss.com 2009-05-20 10:22 Rev.: 4855

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

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: BindingParser.java (+1 -1)
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)

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: BindingParser.java (+1 -1)
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

2 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+2 -2)
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/wire/xml: BindingParser.java (+1 -3)
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/wire/xml: WireParser.java (+1 -4)
tom.baeyens@jboss.com 2009-02-15 14:22 Rev.: 3880

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

2 lines of code changed in 2 files:

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

JBPM-1974 rename node to activity

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+1 -1)
alex.guizar@jboss.com 2009-01-09 07:18 Rev.: 3623

include dependencies in test ear
remove spurious dependencies
parametrize jboss bind address
JBPM-1411

1 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+1)
tom.baeyens@jboss.com 2008-12-14 19:40 Rev.: 3380

added hql activity example

3 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+3 -1)
tom.baeyens@jboss.com 2008-12-09 22:02 Rev.: 3297

exclusive handler

0 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (-32)
tom.baeyens@jboss.com 2008-12-08 23:35 Rev.: 3275

xml validation

27 lines of code changed in 2 files:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: BindingParser.java (+20 -23), WireParser.java (+7 -8)
tom.baeyens@jboss.com 2008-12-02 09:46 Rev.: 3160

brought task component in sync with the new resource structure

12 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+12 -9)
tom.baeyens@jboss.com 2008-11-28 12:20 Rev.: 3144

JBPM-1893 : reorganised resources

17 lines of code changed in 1 file:

  • modules/pvm/src/main/java/org/jbpm/pvm/internal/wire/xml: WireParser.java (+17 -12)
tom.baeyens@jboss.com 2008-10-31 11:21 Rev.: 2699

unification api proposals

2 lines of code changed in 4 files:

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