|
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/SessionContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainerInvocation.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/mdb/ConsumerContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/injection/WebServiceContextPropertyInjector.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessBeanContext.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainerInvocation.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | deleted | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/webservice | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessLocalProxyFactory.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59890 | modified | thomas.diesler@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessRemoteProxyFactory.java | Implement WebServiceContext.getUserPrincipal(), isUserInRole() |
| 59889 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java | [JBAS-3917] Increase DLQMaxResent from zero to five. |
| 59887 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/work/JBossWorkManager.java | [JBAS-4002]As per the ExecutionContext API, the transaction timeoutis in seconds, not milliseconds. The JBossWorkManager incorrectlyhandled this as milliseconds. Simple converion to milliseconds. |
| 59882 | modified | weston.price@jboss.com | //trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl | [JBAS-3851] Added fast fail property to allow connection attemptto fail at first attempt rather than evaluate the entire pool. This is performance optimization and can be addressed by other meansthough this is the most 'direct' route. |
| 59882 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java | [JBAS-3851] Added fast fail property to allow connection attemptto fail at first attempt rather than evaluate the entire pool. This is performance optimization and can be addressed by other meansthough this is the most 'direct' route. |
| 59882 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPool.java | [JBAS-3851] Added fast fail property to allow connection attemptto fail at first attempt rather than evaluate the entire pool. This is performance optimization and can be addressed by other meansthough this is the most 'direct' route. |
| 59882 | modified | weston.price@jboss.com | //trunk/connector/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPoolMBean.java | [JBAS-3851] Added fast fail property to allow connection attemptto fail at first attempt rather than evaluate the entire pool. This is performance optimization and can be addressed by other meansthough this is the most 'direct' route. |
| 59878 | modified | scott.stark@jboss.org | //trunk/j2ee/src/main/javax/enterprise/deploy/spi/DeploymentManager.java | Update DeploymentManager for ee 5 |
| 59877 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java | Update DeploymentManager for ee 5 |
| 59876 | modified | scott.stark@jboss.org | //trunk/j2ee/src/main/javax/enterprise/deploy/shared/DConfigBeanVersionType.java | Update for ee 5 |
| 59867 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java | Add testRemoveDataSource and testUpdateDataSource stub |
| 59865 | modified | bdecoste | //trunk/ejb3/src/resources/ejb3-interceptors-aop.xml | changes for calling StatefulReplicationInterceptor when @Clustered is in child class and advised method is inherited |
| 59865 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | changes for calling StatefulReplicationInterceptor when @Clustered is in child class and advised method is inherited |