|
| 1.46 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.build/build.xml | *** empty log message *** |
| 1.45 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.build/build.xml | fix the build so that it runs on linux |
| 1.13 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/wsdl/util/ServiceGenerator.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.1 | added | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/AbstractProblemHandler.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.9 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/AppDescriptorReader.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.22 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/BpelReader.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.7 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/DefDescriptorReader.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.4 | deleted | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/DefaultProblemHandler.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.5 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/ErrorHandlerAdapter.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.5 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/ErrorListenerAdapter.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.4 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/ProblemCollector.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.1 | added | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/ProblemCounter.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.4 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/ProblemHandler.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.3 | modified | aguizar | bpel/library/src/main/java/org/jbpm/bpel/xml/ProcessWsdlLocator.java | cleaned up the problem handler hierarchy according to guidelines in joshua bloch's "effective java":* made error adapters package private* introduced a skeletal implementation of the problem handler designed for subclassing* documented the concrete implementations |
| 1.6 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/graph/exe/ProcessInstance.hbm.xml | Remove problematic unique key, replace with simple index on the key column for now. Fixes JBPM-913 |