|
| 1.8 | modified | dlloyd | enterprise/build.xml | Fix minor typo |
| 1.7 | modified | dlloyd | enterprise/build.xml | Fix JBPM-877 by defaulting to JTA transactions and setting isCurrentSessionEnabled to false in the DB persistence config |
| 1.4 | modified | dlloyd | enterprise/src/main/config/jbpm.cfg.xml | Fix JBPM-877 by defaulting to JTA transactions and setting isCurrentSessionEnabled to false in the DB persistence config |
| 1.55 | modified | tbaeyens | build/build.properties | fixed compile test classpath problem |
| 1.11 | modified | tbaeyens | jpdl/jar/build.xml | fixed compile test classpath problem |
| 1.9 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/persistence/db/DbPersistenceService.java | restored the endTransaction method |
| 1.24 | modified | dlloyd | console/build.xml | Minor change - build the jsf backport before doing anything else |
| 1.31 | modified | tbaeyens | build/base.project.build.xml | fixed enterprise build |
| 1.21 | modified | tbaeyens | jpdl/dist/build.xml | fixed enterprise build |
| 1.2 | modified | aguizar | jpdl/jar/src/main/java/org/jbpm/jpdl/JpdlException.java | replaced fixed-size array list of size one with singleton list |
| 1.5 | modified | aguizar | jpdl/jar/src/main/java/org/jbpm/graph/def/ProcessDefinition.hbm.xml | JBPM-851 removed global scope, enabled process definition lazy load again |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/sublang/exe/DeadlineExpressionTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/sublang/exe/DurationExpressionTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/sublang/exe/GeneralExpressionTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/sublang/exe/VariableAccessTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/sublang/xpath/GetVariableDataTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.5 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/sublang/xpath/GetVariablePropertyTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.4 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/def/MessageTypeDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.5 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/def/VariableDefinitionDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.5 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/def/XmlTypeDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.5 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/exe/ElementInstanceDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.4 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/exe/MessageValueDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.5 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/exe/MessageValueTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.2 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/variable/exe/XmlValueDbTestCase.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/wsdl/impl/MessageImplDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.5 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/wsdl/impl/OperationImplDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.4 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/wsdl/impl/PartnerLinkTypeImplDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.4 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/wsdl/impl/PropertyImplDbTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.4 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/wsdl/util/ServiceGeneratorTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.9 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/AbstractReaderTestCase.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.9 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/BpelReaderTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.7 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/InvokeReaderTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.4 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/PartnerLinkReaderTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/PickReaderTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.6 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/ReplyReaderTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.8 | modified | aguizar | bpel/library/src/test/java/org/jbpm/bpel/xml/ScopeReaderTest.java | JBPM-851 removed global scope, enabled process definition lazy load |
| 1.3 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/jpdl/xml/jpdl-3.2.xsd | added descriptions to the xsd |
| 1.54 | modified | tbaeyens | build/build.properties | added enterprise source and javadoc packages |
| 1.41 | modified | tbaeyens | build/build.xml | added enterprise source and javadoc packages |
| 1.6 | modified | tbaeyens | enterprise/build.xml | added enterprise source and javadoc packages |
| 1.20 | modified | tbaeyens | jpdl/dist/build.xml | added enterprise source and javadoc packages |
| 1.7 | modified | tbaeyens | jpdl/userguide/en/modules/deployment.xml | added enterprise docs: JBPM-878 |
| 1.53 | modified | tbaeyens | build/build.properties | updated jbpm version number to 3.2.GA |
| 1.40 | modified | tbaeyens | build/build.xml | updated jbpm version number to 3.2.GA |
| 1.2 | modified | tbaeyens | build/profiles/example.profile.properties | updated jbpm version number to 3.2.GA |
| 1.10 | modified | tbaeyens | jpdl/dist/src/main/resources/runtime/release.notes.html | updated jbpm version number to 3.2.GA |
| 1.7 | modified | tbaeyens | jpdl/dist/src/main/resources/suite/designer/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jbpm.gd.jpdl.ui.prefs | updated jbpm version number to 3.2.GA |
| 1.6 | modified | tbaeyens | jpdl/dist/src/main/resources/suite/designer/workspace/.metadata/.plugins/org.jbpm.gd.jpdl.ui/jbpm-installations.xml | updated jbpm version number to 3.2.GA |
| 1.10 | modified | tbaeyens | jpdl/jar/build.xml | updated jbpm version number to 3.2.GA |
| 1.2 | modified | tbaeyens | jpdl/jar/src/main/java/org/jbpm/jpdl/el/impl/JbpmVariableResolver.java | added transient variables to variable resolver: JBPM-540 |