|
| 1.130 | modified | gavin | src/main/org/jboss/seam/Component.java | support for @Mutable |
| 1.3 | modified | gavin | src/main/org/jboss/seam/contexts/ServerConversationContext.java | ws |
| 1.18 | modified | gavin | src/main/org/jboss/seam/contexts/WebSessionContext.java | ws |
| 1.2 | modified | gavin | src/main/org/jboss/seam/drools/ManagedWorkingMemory.java | proper handling for mutable objects in session |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/Actor.java | proper handling for mutable objects in session |
| 1.21 | modified | gavin | src/main/org/jboss/seam/core/Init.java | proper handling for mutable objects in session |
| 1.8 | modified | gavin | src/main/org/jboss/seam/core/LocaleSelector.java | proper handling for mutable objects in session |
| 1.16 | modified | gavin | src/main/org/jboss/seam/core/ManagedHibernateSession.java | proper handling for mutable objects in session |
| 1.15 | modified | gavin | src/main/org/jboss/seam/core/ManagedPersistenceContext.java | proper handling for mutable objects in session |
| 1.64 | modified | gavin | src/main/org/jboss/seam/core/Manager.java | proper handling for mutable objects in session |
| 1.24 | modified | gavin | src/main/org/jboss/seam/core/Pageflow.java | proper handling for mutable objects in session |
| 1.1 | added | gavin | src/main/org/jboss/seam/annotations/Mutable.java | added mutable ann |
| 1.2 | modified | gavin | src/main/org/jboss/seam/core/PojoCache.java | ws |
| 1.35 | modified | gavin | doc/reference/en/modules/annotations.xml | caveat |
| 1.129 | modified | gavin | src/main/org/jboss/seam/Component.java | check if @Create/@Destroy makes sense |
| 1.5 | modified | gavin | doc/reference/en/modules/drools.xml | minor |
| 1.4 | modified | gavin | doc/reference/en/modules/drools.xml | update docs |
| 1.3 | modified | gavin | doc/reference/en/modules/drools.xml | update docs |
| 1.34 | modified | gavin | doc/reference/en/modules/annotations.xml | update docs |
| 1.2 | modified | gavin | src/main/org/jboss/seam/drools/DroolsHandler.java | support EL expressions and collections |
| 1.4 | modified | gavin | lib/hibernate-all.jar | upgraded to eejb patch2 |
| 1.7 | modified | gavin | lib/jboss-ejb3-all.jar | upgraded to eejb patch2 |
| 1.4 | modified | gavin | lib/thirdparty-all.jar | upgraded to eejb patch2 |
| 1.36 | modified | gavin | src/main/org/jboss/seam/ejb/SeamInterceptor.java | oops |
| 1.128 | modified | gavin | src/main/org/jboss/seam/Component.java | try to make it work on glassfish |
| 1.21 | modified | gavin | src/main/org/jboss/seam/Seam.java | try to make it work on glassfish |
| 1.35 | modified | gavin | src/main/org/jboss/seam/ejb/SeamInterceptor.java | try to make it work on glassfish |
| 1.2 | modified | gavin | src/main/org/jboss/seam/util/Validation.java | try to make it work on glassfish |
| 1.3 | modified | gavin | src/ui/org/jboss/seam/ui/ModelValidator.java | try to make it work on glassfish |
| 1.127 | modified | gavin | src/main/org/jboss/seam/Component.java | fix JBSEAM-266 config for session beans |
| 1.126 | modified | gavin | src/main/org/jboss/seam/Component.java | JBSEAM-266 treat remote interfaces the same as local |
| 1.8 | modified | gavin | src/main/org/jboss/seam/remoting/Call.java | JBSEAM-266 treat remote interfaces the same as local |
| 1.13 | modified | gavin | src/main/org/jboss/seam/remoting/InterfaceGenerator.java | JBSEAM-266 treat remote interfaces the same as local |