|
| 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 |
| 61623 | modified | fnasser@redhat.com | //branches/Branch_4_2/build/build-thirdparty.xml | Switch to use QDox built in Brew |
| 61620 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit/ContainerTestCase.java | fixed JNDI binding |
| 61618 | modified | bstansberry@jboss.com | //branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/JBossManager.java | [JBAS-4075] Use java.util.ConcurrentHashMap |
| 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 |
| 61585 | modified | adrian@jboss.org | //branches/Branch_4_2/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml | There's some port conflict somewhere, so use an anonymous portfor the JBossMQ recovery test(s). |
| 61581 | modified | adrian@jboss.org | //branches/Branch_4_2/messaging/src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java | [JBAS-3792] - Include FAQ explanation in the error message for missing messages in JBossMQ database. |
| 61580 | modified | darran.lofthouse@jboss.com | //branches/Branch_4_2/varia/src/main/org/jboss/jmx/adaptor/html/JMXOpsAccessControlFilter.java | JBAS-4231 - Make JMXOpsAccessControlFilter thread safe. |
| 61575 | modified | adrian@jboss.org | //branches/Branch_4_2/messaging/src/etc/server/examples/deploy/sybase-jdbc2-service.xml | [JBAS-4225] [JBAS-4230] - Fix the correlation SQL for sybase and be explicitabout which columns can be NULL and NOT NULL |
| 61572 | modified | adrian@jboss.org | //branches/Branch_4_2/messaging/src/etc/server/default/deploy/hsqldb-jdbc-state-service.xml | [JBAS-4225] [JBAS-4230] - Fix the correlation SQL for sybase and be explicitabout which columns can be NULL and NOT NULL |
| 61572 | modified | adrian@jboss.org | //branches/Branch_4_2/messaging/src/etc/server/examples/deploy/sybase-jdbc2-service.xml | [JBAS-4225] [JBAS-4230] - Fix the correlation SQL for sybase and be explicitabout which columns can be NULL and NOT NULL |