The transactions uses a single connection, sets autocommit to false.
The connection is used throughout the duration of the jaxor session, then
the connection is commited when commmit is called on the JaxorContext
The connection is closed only when end is called on the transaction.