User: mulder
Date: 01/02/05 10:16:41
Removed: src/main/org/jboss/minerva/xa TransactionListener.java
XAClientConnection.java XAConnectionImpl.java
XADataSourceImpl.java XAResourceImpl.java
package.html
Log:
Replacing Minerva code with a JAR. It will be maintained externally
from now on. See src/lib/minerva-1_0b3.jar
Note: You must update all references to Minerva classes in your config
files. In particular:
org.jboss.minerva.xa.XADataSourceImpl -becomes-
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
You should plan to move to J2EE Connectors, since the wrappers
will eventually be deprecated in favor of a Connector using
LocalTransactions. Minerva currently includes JDBC Connector
implementations for JDBC for both LocalTransactions and JTA/XA transactions.