Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=730227

Andy Grimm <agr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |agr...@gmail.com

--- Comment #2 from Andy Grimm <agr...@gmail.com> 2011-09-12 20:54:29 EDT ---
It seems that this implementation includes more classes than what's built into
the JDK/JRE.  I have this same need (thought currently I'm using the geronimo
implementation).  As far as I can tell from merely unzipping jar files, OpenJDK
provides these classes:

javax/transaction/InvalidTransactionException.class
javax/transaction/TransactionRequiredException.class
javax/transaction/TransactionRolledbackException.class
javax/transaction/xa/XAException.class
javax/transaction/xa/XAResource.class
javax/transaction/xa/Xid.class

while the jboss and geronimo implementations provide:

javax/transaction/NotSupportedException.class
javax/transaction/RollbackException.class
javax/transaction/UserTransaction.class
javax/transaction/Transaction.class
javax/transaction/Synchronization.class
javax/transaction/HeuristicMixedException.class
javax/transaction/HeuristicCommitException.class
javax/transaction/InvalidTransactionException.class
javax/transaction/TransactionManager.class
javax/transaction/Status.class
javax/transaction/TransactionSynchronizationRegistry.class
javax/transaction/HeuristicRollbackException.class
javax/transaction/SystemException.class
javax/transaction/TransactionRequiredException.class
javax/transaction/TransactionRolledbackException.class
javax/transaction/xa/XAException.class
javax/transaction/xa/XAResource.class
javax/transaction/xa/Xid.class

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to