|
| 1.30 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | get rid of non-ascii |
| 1.13 | modified | gavin | src/main/org/jboss/seam/util/Strings.java | get rid of non-ascii |
| 1.19 | modified | gavin | src/main/org/jboss/seam/web/ExceptionFilter.java | get rid of non-ascii |
| 1.10 | modified | gavin | src/test/misc/org/jboss/seam/test/ComponentTest.java | its 2.0, so I can remove stuff I hate :) |
| 1.8 | modified | gavin | src/test/misc/org/jboss/seam/test/Foo.java | its 2.0, so I can remove stuff I hate :) |
| 1.35 | modified | gavin | src/test/misc/org/jboss/seam/test/InterceptorTest.java | its 2.0, so I can remove stuff I hate :) |
| 1.14 | modified | gavin | src/main/org/jboss/seam/web/RedirectFilter.java | oops |
| 1.18 | modified | gavin | src/main/org/jboss/seam/web/ExceptionFilter.java | JBSEAM-1294 |
| 1.6 | modified | pmuir | trinidad/examples/seamdiscs/build.xml | Update to trinidad 1.0.1, package using ear/lib |
| 1.4 | modified | pmuir | trinidad/examples/seamdiscs/resources/META-INF/application.xml | Update to trinidad 1.0.1, package using ear/lib |
| 1.2 | deleted | pmuir | trinidad/lib/trinidad-api-1.0.0-incubating.jar | Update to trinidad 1.0.1, package using ear/lib |
| 1.1 | added | pmuir | trinidad/lib/trinidad-api-1.0.1.jar | Update to trinidad 1.0.1, package using ear/lib |
| 1.2 | deleted | pmuir | trinidad/lib/trinidad-impl-1.0.0-incubating.jar | Update to trinidad 1.0.1, package using ear/lib |
| 1.1 | added | pmuir | trinidad/lib/trinidad-impl-1.0.1.jar | Update to trinidad 1.0.1, package using ear/lib |
| 1.13 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedHibernateSession.java | detect attempt to register sync when no tx active |
| 1.10 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedPersistenceContext.java | detect attempt to register sync when no tx active |
| 1.3 | modified | gavin | src/main/org/jboss/seam/transaction/CMTTransaction.java | detect attempt to register sync when no tx active |
| 1.2 | modified | gavin | src/main/org/jboss/seam/transaction/EjbTransaction.java | detect attempt to register sync when no tx active |
| 1.11 | modified | gavin | src/main/org/jboss/seam/transaction/Transaction.java | detect attempt to register sync when no tx active |
| 1.6 | modified | gavin | src/main/org/jboss/seam/transaction/UTTransaction.java | detect attempt to register sync when no tx active |
| 1.12 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedHibernateSession.java | Some EJBs can be BMTsthrow exception if PC is closed with an active tx |
| 1.9 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedPersistenceContext.java | Some EJBs can be BMTsthrow exception if PC is closed with an active tx |
| 1.2 | modified | gavin | src/main/org/jboss/seam/transaction/CMTTransaction.java | Some EJBs can be BMTsthrow exception if PC is closed with an active tx |
| 1.5 | modified | gavin | src/main/org/jboss/seam/transaction/UTTransaction.java | Some EJBs can be BMTsthrow exception if PC is closed with an active tx |
| 1.3 | modified | gavin | ui/src/main/java/org/jboss/seam/ui/validator/ModelValidator.java | redesign model-based validation, according to advice of JacobJBSEAM-1593 |
| 1.5 | modified | gavin | src/main/org/jboss/seam/navigation/Param.java | redesign model-based validation, according to advice of JacobJBSEAM-1593 |
| 1.16 | modified | gavin | src/main/org/jboss/seam/persistence/HibernatePersistenceProvider.java | fix synchronizations for resource-local txnsmore logging |
| 1.11 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedHibernateSession.java | fix synchronizations for resource-local txnsmore logging |
| 1.8 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedPersistenceContext.java | fix synchronizations for resource-local txnsmore logging |
| 1.17 | modified | gavin | src/main/org/jboss/seam/persistence/PersistenceProvider.java | fix synchronizations for resource-local txnsmore logging |
| 1.6 | modified | gavin | src/main/org/jboss/seam/transaction/EntityTransaction.java | fix synchronizations for resource-local txnsmore logging |
| 1.5 | modified | gavin | src/main/org/jboss/seam/transaction/HibernateTransaction.java | fix synchronizations for resource-local txnsmore logging |
| 1.6 | modified | sbryzak2 | src/main/org/jboss/seam/webservice/SOAPRequestHandler.java | auto-propagation of conversation id on web service test page |
| 1.5 | modified | sbryzak2 | src/main/org/jboss/seam/webservice/SOAPRequestHandler.java | removed ws interceptor, fixed conversation id extractor method |
| 1.1 | added | gavin | src/main/org/jboss/seam/transaction/EjbTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.7 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedPersistenceContext.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.1 | added | gavin | src/main/org/jboss/seam/transaction/AbstractUserTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.1 | added | gavin | src/main/org/jboss/seam/transaction/CMTTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.3 | deleted | gavin | src/main/org/jboss/seam/transaction/EJBTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.5 | modified | gavin | src/main/org/jboss/seam/transaction/EntityTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.4 | modified | gavin | src/main/org/jboss/seam/transaction/HibernateTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.1 | added | gavin | src/main/org/jboss/seam/transaction/LocalEjbTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.2 | modified | gavin | src/main/org/jboss/seam/transaction/NoTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.1 | added | gavin | src/main/org/jboss/seam/transaction/SynchronizationRegistry.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.10 | modified | gavin | src/main/org/jboss/seam/transaction/Transaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.4 | modified | gavin | src/main/org/jboss/seam/transaction/UTTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.5 | modified | gavin | src/main/org/jboss/seam/transaction/UserTransaction.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.4 | modified | gavin | src/main/org/jboss/seam/transaction/package-info.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.8 | modified | gavin | src/main/org/jboss/seam/util/Work.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |
| 1.10 | modified | gavin | src/main/org/jboss/seam/persistence/ManagedHibernateSession.java | got rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management |