Release Name: 1.4.1
Notes:
o Maintenance version
o fixed bugs 251, 256, 275, 276, 277
o replaced enhydra-jdbc.jar by xapool.jar (version 1.2)
o updated commons-logging to version 1.0.3
Changes:
2003-05-14 15:19 jmesnil
* ext/log4j.properties (1.2): o corrected typo for o.o.jta logger
2003-05-14 15:11 jmesnil
* examples/tomcat/dbtest.xml (1.4): o PostgreSQL is default
database
2003-05-14 13:03 jmesnil
* archive/jotm.mf (1.13): o updated Implementation-Version
attribute to 1.4.1
2003-05-14 12:06 jmesnil
* src/org/objectweb/jotm/: Current.java (1.19), SubCoordinator.java
(1.15), Current.java (1.20): o sending of end() message to
XAResources is now done at the SubCoordinator level instead of
Current level (fix bug #256)
2003-05-13 17:02 jmesnil
* src/org/objectweb/jotm/SubCoordinator.java (1.14): o fixed bug
#276
2003-05-13 16:50 jmesnil
* src/org/objectweb/jotm/ControlImpl.java (1.18): o fixed bug #275
2003-05-13 14:58 jmesnil
* src/org/objectweb/jotm/TransactionImpl.java (1.16): o mark the
Coordinator as rollback only if in a distributed transaction (bug
#277)
2003-05-13 13:37 jmesnil
* externals/commons-logging.jar (1.2): o commons-logging 1.0.3
2003-05-13 13:22 jmesnil
* src/org/objectweb/jotm/:
jta/rmi/JTAClientTransactionInterceptor.java (1.3),
jta/rmi/JTAInterceptorInitializer.java (1.3),
jta/rmi/JTAServerTransactionInterceptor.java (1.4),
jta/rmi/JTATransactionServiceContext.java (1.4),
ots/OTSClientTransactionInterceptor.java (1.5),
ots/OTSORBInitializer.java (1.5),
ots/OTSServerTransactionInterceptor.java (1.6): o removed @version
tag (not updated)
2003-05-13 13:12 jmesnil
* .classpath (1.10): o Eclipse bin folder has been renamed
eclipse-bin (was output-eclipse)
2003-05-13 11:26 jmesnil
* src/org/objectweb/jotm/SubCoordinator.java (1.13): added log
statements
2003-05-13 10:35 jmesnil
* src/org/objectweb/jotm/TransactionImpl.java (1.15): o changed
exception catching in commit() method
2003-05-13 10:25 jmesnil
* src/org/objectweb/jotm/ControlImpl.java (1.17): o added a log
statement for 2PC vote result
2003-04-17 15:37 jmesnil
* src/org/objectweb/jotm/TransactionContext.java (1.4): o added
Javadoc
2003-04-17 15:27 jmesnil
* src/org/objectweb/jotm/Terminator.java (1.4): o added Javadoc
2003-04-17 15:19 jmesnil
* src/org/objectweb/jotm/Coordinator.java (1.4): o added Javadoc
2003-04-17 15:00 jmesnil
* src/org/objectweb/jotm/Control.java (1.4): o added Javadoc
2003-04-17 13:57 jmesnil
* src/org/objectweb/transaction/jta/: ResourceManagerEvent.java
(1.3), ResourceManagerEventListener.java (1.3), TMService.java
(1.4), TransactionManager.java (1.3): o corrected code style
2003-04-17 13:41 jmesnil
* src/org/objectweb/jotm/Jotm.java (1.11): o added Javadoc o
corrected code style
2003-04-17 10:30 jmesnil
* src/org/objectweb/jotm/Current.java (1.18): o Current must
implement Serializable (bug #251)
2003-04-15 10:13 jmesnil
* src/org/objectweb/jotm/: Current.java (1.17),
TransactionImpl.java (1.14): o changed name of management methods
(gave more meaningful name)
2003-04-14 15:46 jmesnil
* examples/jdbc/DatabaseHelper.java (1.5): o removed useless import
statement
2003-04-14 15:06 jmesnil
* examples/jdbc/DatabaseHelper.java (1.4): o removed
TraceTm.configure() method (configuration is done implicitely by
commons-logging)
2003-04-14 15:06 jmesnil
* .classpath (1.9): o added filters to avoid warning messages due
to duplication of resources in eclipse bin directory
2003-04-14 15:05 jmesnil
* src/org/objectweb/jotm/: ControlImpl.java (1.16),
StatusHelper.java (1.1), SubCoordinator.java (1.12): o write names
of status in log message (instead of their values) using
StatusHelper class o updated log message
2003-04-14 14:57 jmesnil
* src/org/objectweb/jotm/: TransactionImpl.java (1.13),
XAResourceHelper.java (1.1): o write names of XAResource flags in
log message (instead of their values) o updated log message
2003-04-14 14:54 jmesnil
* src/org/objectweb/jotm/Current.java (1.16): o corrected
indentation o updated log messages
2003-04-14 14:49 jmesnil
* src/org/objectweb/jotm/: Jotm.java (1.10), Main.java (1.14),
TraceTm.java (1.13): o removed TraceTm.configure() method
(configuration is done implicitely by commons-logging)
2003-04-11 16:56 jmesnil
* doc/examples.tex (1.18), doc/howto-tomcat-jotm.html (1.8),
examples/jdbc/README.txt (1.5), examples/jdbc/build.xml (1.4),
examples/tomcat/README.txt (1.5), examples/tomcat/build.xml (1.3),
examples/tomcat/dbtest.xml (1.3): o replaced references to
enhydra-jdbc.jar by xapool.jar
2003-04-11 16:53 jmesnil
* externals/objectweb-datasource.jar (1.3): o new version (due to
xapool.jar 1.2)
2003-04-11 16:53 jmesnil
* externals/enhydra-jdbc.jar (1.3), externals/xapool.jar (1.1),
.classpath (1.8): o replaced enhydra-jdbc.jar by xapool.jar
(version 1.2)
2003-04-11 16:24 jmesnil
* .cvsignore (1.3): o name of Eclipse output directory has been
changed (eclipse-bin instead of output_eclipse)
2003-04-11 16:20 jmesnil
* build.xml (1.32): o used a property 'project' instead of hard
coded 'jotm' in package-related targets
2003-04-03 16:59 jmesnil
* src/org/objectweb/jotm/ControlImpl.java (1.15): o replaced a
System.out.println() by a log message
2003-04-01 14:46 jmesnil
* doc/: examples.tex (1.17), howto-tomcat-jotm.html (1.7): o
corrected spelling of commons-logging.jar o updated version number
of JOTM to 1.4
2003-04-01 14:15 jmesnil
* archive/jotm.mf (1.12): o updated Implementation-Version
attribute to 1.4
|