|
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/ByteArrayInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/DateInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/DoubleInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/HibernateLongInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/HibernateStringInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/LongInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.2 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/StringInstance.java | Make get/setObject uniformly protected in the VariableInstance heirarchy |
| 1.79 | modified | tbaeyens | /.classpath | removed examples from the eclipse classpath |
| 1.2 | modified | tbaeyens | jpdl/jar/src/test/java/org/jbpm/graph/exe/BusinessKeyDbTest.java | added business key test method |
| 1.3 | modified | tbaeyens | jpdl/dist/src/main/resources/suite/designer/readme.html | updated GPD readme in the suite package: JBPM-840 |
| 1.78 | modified | aguizar | /.classpath | synchronizing eclipse classpath with ant build properties |
| 1.1 | added | tbaeyens | jpdl/userguide/newuserguide.html | added link to the new reference manual outline in the wiki |
| 1.29 | modified | aguizar | build/base.project.build.xml | BPEL-238 added bpel libraries, fixed get.libs.unless.up.to.date |
| 1.52 | modified | aguizar | build/build.properties | BPEL-238 added bpel libraries, fixed get.libs.unless.up.to.date |
| 1.38 | modified | aguizar | build/build.xml | BPEL-238 added bpel libraries, fixed get.libs.unless.up.to.date |
| 1.5 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/VariableInstance.java | Revert patch that made all overridden getObject on VariableInstance subclasses public. Still need to find out why some are public and some are not |
| 1.3 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/Ejb3Instance.java | Revert patch that made all overridden getObject on VariableInstance subclasses public. Still need to find out why some are public and some are not |
| 1.4 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/JcrNodeInstance.java | Revert patch that made all overridden getObject on VariableInstance subclasses public. Still need to find out why some are public and some are not |
| 1.3 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/NullInstance.java | Revert patch that made all overridden getObject on VariableInstance subclasses public. Still need to find out why some are public and some are not |
| 1.3 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/context/exe/variableinstance/UnpersistableInstance.java | Revert patch that made all overridden getObject on VariableInstance subclasses public. Still need to find out why some are public and some are not |
| 1.51 | modified | dlloyd | build/build.properties | Remove commons-el leftovers |
| 1.14 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/ProcessBean.java | Test for presence of process image in process definition - JBPM-450 |
| 1.4 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/renderer/ProcessImageRenderer.java | Test for presence of process image in process definition - JBPM-450 |
| 1.4 | modified | dlloyd | console/src/main/webapp/main/process/view.xhtml | Test for presence of process image in process definition - JBPM-450 |
| 1.5 | modified | dlloyd | console/src/main/webapp/main/task/view.xhtml | Test for presence of process image in process definition - JBPM-450 |
| 1.4 | modified | dlloyd | jpdl/jar/src/main/java/org/jbpm/file/def/FileDefinition.java | Add file definition test to the jpdl jar |
| 1.4 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/IdentityBean.java | This accessor might as well be public |
| 1.4 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/tf/ui/TaskForm.java | Only consider new tasks which were assigned to the current actor, when processing results of a task form button |
| 1.20 | modified | dlloyd | console/src/main/webapp/WEB-INF/faces-config.xml | Remove unused managed bean |
| 1.7 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/JbpmContext.java | initial impl and basic tests for business key: JBPM-841 |
| 1.10 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/db/GraphSession.java | initial impl and basic tests for business key: JBPM-841 |
| 1.9 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/db/hibernate.queries.hbm.xml | initial impl and basic tests for business key: JBPM-841 |
| 1.4 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/graph/exe/ProcessInstance.hbm.xml | initial impl and basic tests for business key: JBPM-841 |
| 1.5 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/graph/exe/ProcessInstance.java | initial impl and basic tests for business key: JBPM-841 |
| 1.2 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/graph/node/EndState.hbm.xml | initial impl and basic tests for business key: JBPM-841 |
| 1.2 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/graph/node/EndState.java | initial impl and basic tests for business key: JBPM-841 |
| 1.1 | added | tbaeyens | jpdl/jar/src/test/java/org/jbpm/graph/exe/BusinessKeyDbTest.java | initial impl and basic tests for business key: JBPM-841 |
| 1.12 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.ui/META-INF/MANIFEST.MF | getting ready for 3.1.0 alpha3 release |
| 1.9 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.site/site.xml | getting ready for 3.1.0 alpha3 release |
| 1.32 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.feature/feature.xml | getting ready for 3.1.0 alpha3 release |
| 1.6 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.core/META-INF/MANIFEST.MF | getting ready for 3.1.0 alpha3 release |
| 1.43 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.build/build.xml | getting ready for 3.1.0 alpha3 release |
| 1.4 | modified | kaers | designer/jpdl/org.jbpm.gd.jpdl.build/release.notes.html | getting ready for 3.1.0 alpha3 release |