|
| 61629 | deleted | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | modified | epbernard | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/EntityTest.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | modified | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/ExtendedEntityManager.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | deleted | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/TransactionScopedHibernateSession.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | modified | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/injection/PcEncInjector.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | modified | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/ExtendedPersistenceContext.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | modified | epbernard | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/EntityTestBean.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | added | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/hibernate/ExtendedSessionInvocationHandler.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | added | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/hibernate/TransactionScopedSessionInvocationHandler.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | added | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/hibernate | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61629 | modified | epbernard | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/unit/EntityUnitTestCase.java | EJBTHREE-714 use a Proxy based approach to implement the Hibernate session wrappers |
| 61626 | modified | bdecoste | //branches/Branch_4_2/ejb3/build-test.xml | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/propertyreplacement/StatelessBean.java | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/propertyreplacement/unit | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/propertyreplacement/unit/PropertyReplacementTestCase.java | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/propertyreplacement/META-INF/jboss.xml | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/propertyreplacement | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/propertyreplacement | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/propertyreplacement/META-INF | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/propertyreplacement/propertyreplacement-service.xml | test for property replacement based on StringProperyReplacer in dd object factories |
| 61626 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/propertyreplacement/StatelessRemote.java | test for property replacement based on StringProperyReplacer in dd object factories |
| 61624 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/metamodel/EjbJarDDObjectFactory.java | replaced SystemPropertiesService with StringPropertyReplacer |
| 61624 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/metamodel/JBossDDObjectFactory.java | replaced SystemPropertiesService with StringPropertyReplacer |
| 61620 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit/ContainerTestCase.java | fixed JNDI binding |
| 61595 | modified | bstansberry@jboss.com | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/StatefulBeanContext.java | [EJBTHREE-923] Avoid unnecessary passivation/activation callbacks for beans cached on remote nodesAvoid leak to TM via XPC cleanup Synchronization |
| 61593 | modified | bstansberry@jboss.com | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCache.java | [EJBTHREE-923] Avoid unnecessary passivation/activation callbacks for beans cached on remote nodes |
| 61561 | modified | epbernard | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/EntityTest.java | EJBTHREE-687 em.getDelegate() delegates to the inner em.getDelegate() method |
| 61561 | modified | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/ExtendedEntityManager.java | EJBTHREE-687 em.getDelegate() delegates to the inner em.getDelegate() method |
| 61561 | modified | epbernard | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/TransactionScopedEntityManager.java | EJBTHREE-687 em.getDelegate() delegates to the inner em.getDelegate() method |
| 61561 | modified | epbernard | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/EntityTestBean.java | EJBTHREE-687 em.getDelegate() delegates to the inner em.getDelegate() method |
| 61561 | modified | epbernard | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/unit/EntityUnitTestCase.java | EJBTHREE-687 em.getDelegate() delegates to the inner em.getDelegate() method |