|
| 1.10 | modified | sbryzak2 | src/ui/org/jboss/seam/ui/resource/date/calendar.js | JBSEAM-1319 |
| 1.131 | modified | gavin | src/main/org/jboss/seam/core/Pages.java | put the workaround back in, since the bug reappears in TC6 |
| 1.11 | modified | gavin | src/main/org/jboss/seam/contexts/PassivatedEntity.java | JBSEAM-942, optimistic locking for passivated entities |
| 1.10 | modified | gavin | src/main/org/jboss/seam/persistence/HibernatePersistenceProvider.java | JBSEAM-942, optimistic locking for passivated entities |
| 1.12 | modified | gavin | src/main/org/jboss/seam/persistence/PersistenceProvider.java | JBSEAM-942, optimistic locking for passivated entities |
| 1.15 | modified | gavin | src/main/org/jboss/seam/mock/BaseSeamTest.java | JBSEAM-1443 |
| 1.63 | modified | gavin | src/main/org/jboss/seam/interceptors/ConversationInterceptor.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.6 | modified | gavin | src/main/org/jboss/seam/exceptions/AnnotationRedirectHandler.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.5 | modified | gavin | src/main/org/jboss/seam/exceptions/AnnotationErrorHandler.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.172 | modified | gavin | src/main/org/jboss/seam/core/Manager.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.3 | modified | gavin | src/main/org/jboss/seam/annotations/Namespace.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.4 | modified | gavin | src/main/org/jboss/seam/annotations/RaiseEvent.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.7 | modified | gavin | src/main/org/jboss/seam/annotations/Redirect.java | deprecate end() on exception annotationstolerate multiple calls to begin()/end(), esp for @ApplicationException |
| 1.62 | modified | gavin | src/main/org/jboss/seam/interceptors/ConversationInterceptor.java | deprecated ifOutcome() stuffsremoved @Rollbackimplemented JBSEAM-1031 |
| 1.21 | modified | gavin | src/main/org/jboss/seam/interceptors/RollbackInterceptor.java | deprecated ifOutcome() stuffsremoved @Rollbackimplemented JBSEAM-1031 |
| 1.15 | modified | gavin | src/main/org/jboss/seam/interceptors/TransactionInterceptor.java | deprecated ifOutcome() stuffsremoved @Rollbackimplemented JBSEAM-1031 |
| 1.3 | deleted | gavin | src/main/org/jboss/seam/annotations/Rollback.java | deprecated ifOutcome() stuffsremoved @Rollbackimplemented JBSEAM-1031 |
| 1.11 | modified | gavin | src/main/org/jboss/seam/persistence/PersistenceProvider.java | javadoc |
| 1.47 | modified | gavin | src/main/org/jboss/seam/core/ManagedPersistenceContext.java | better if jpa is hibernate |
| 1.9 | modified | gavin | src/main/org/jboss/seam/persistence/HibernatePersistenceProvider.java | better if jpa is hibernate |
| 1.10 | modified | gavin | src/main/org/jboss/seam/persistence/PersistenceProvider.java | better if jpa is hibernate |
| 1.37 | modified | gavin | src/main/org/jboss/seam/core/ManagedHibernateSession.java | improvements |
| 1.29 | modified | gavin | src/main/org/jboss/seam/core/ManagedJbpmContext.java | improvements |
| 1.46 | modified | gavin | src/main/org/jboss/seam/core/ManagedPersistenceContext.java | improvements |
| 1.4 | modified | gavin | src/main/org/jboss/seam/core/LocalTransactionListener.java | JBSEAM-1482 |
| 1.36 | modified | gavin | src/main/org/jboss/seam/core/ManagedHibernateSession.java | JBSEAM-1482 |
| 1.28 | modified | gavin | src/main/org/jboss/seam/core/ManagedJbpmContext.java | JBSEAM-1482 |
| 1.45 | modified | gavin | src/main/org/jboss/seam/core/ManagedPersistenceContext.java | JBSEAM-1482 |
| 1.7 | modified | gavin | src/main/org/jboss/seam/core/TransactionListener.java | JBSEAM-1482 |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/TransactionListener.java | some new events |
| 1.99 | modified | gavin | src/main/org/jboss/seam/contexts/Lifecycle.java | fix for unit tests |
| 1.98 | modified | gavin | src/main/org/jboss/seam/contexts/Lifecycle.java | fix for unit tests |
| 1.97 | modified | gavin | src/main/org/jboss/seam/contexts/Lifecycle.java | JBSEAM-798 |
| 1.27 | modified | gavin | src/main/org/jboss/seam/core/ManagedJbpmContext.java | JBSEAM-798 |
| 1.18 | modified | gavin | src/main/org/jboss/seam/framework/EntityHome.java | fix a subtle but very dangerous bug where changes to an entity injected via the entityhome did not get flushed |
| 1.14 | modified | gavin | src/main/org/jboss/seam/framework/HibernateEntityHome.java | fix a subtle but very dangerous bug where changes to an entity injected via the entityhome did not get flushed |
| 1.22 | modified | gavin | src/main/org/jboss/seam/framework/Home.java | fix a subtle but very dangerous bug where changes to an entity injected via the entityhome did not get flushed |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/security/digest/DigestUtils.java | JBSEAM-1476 removed commons-codec |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/util/Hex.java | JBSEAM-1476 removed commons-codec |
| 1.8 | modified | gavin | src/main/org/jboss/seam/annotations/ResumeProcess.java | JBSEAM-1094, JBSEAM-256 |
| 1.19 | modified | gavin | src/main/org/jboss/seam/annotations/StartTask.java | JBSEAM-1094, JBSEAM-256 |
| 1.20 | modified | gavin | src/main/org/jboss/seam/core/BusinessProcess.java | JBSEAM-1094, JBSEAM-256 |
| 1.44 | modified | gavin | src/main/org/jboss/seam/core/Jbpm.java | JBSEAM-1094, JBSEAM-256 |
| 1.56 | modified | gavin | src/main/org/jboss/seam/interceptors/BusinessProcessInterceptor.java | JBSEAM-1094, JBSEAM-256 |
| 1.3 | modified | gavin | src/main/org/jboss/seam/pages/ProcessControl.java | JBSEAM-1094, JBSEAM-256 |
| 1.4 | modified | sbryzak2 | src/test/jsUnit/jsUnitSeamRemoting.html | JBSEAM-1249 |
| 1.6 | modified | sbryzak2 | src/remoting/org/jboss/seam/remoting/remote.js | JBSEAM-1249 |
| 1.12 | modified | gavin | src/main/org/jboss/seam/pageflow/Page.java | minor |
| 1.2 | modified | gavin | src/main/org/jboss/seam/util/Base64.java | minor |
| 1.4 | modified | gavin | src/pdf/org/jboss/seam/pdf/ui/UIRectangle.java | minor |