|
| 58882 | modified | scott.stark@jboss.org | //trunk/testsuite/.classpath | Update sources paths for thirdparty elements |
| 58881 | added | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/deployment/StreamingDeploymentTestCase.java | Update to support both jmx and remote targetType tests |
| 58881 | added | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/deployment/BaseDeploymentTestCase.java | Update to support both jmx and remote targetType tests |
| 58881 | added | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/deployment/JMXDeploymentTestCase.java | Update to support both jmx and remote targetType tests |
| 58881 | deleted | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/deployment/DeploymentTestCase.java | Update to support both jmx and remote targetType tests |
| 58880 | modified | scott.stark@jboss.org | //trunk/server/src/etc/conf/default/jboss-service.xml | Comment the JSR88 handler |
| 58879 | modified | scott.stark@jboss.org | //trunk/server/src/etc/conf/default/jboss-service.xml | Add a JSR88 subsystem handler of type org.jboss.deployment.remoting.DeployHandler |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/src/etc/jsr88-service.xml | Add support for a remoting streaming target implementation. |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/spi/SerializableTargetModuleID.java | Add support for a remoting streaming target implementation. |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/build.xml | Add support for a remoting streaming target implementation. |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/.classpath | Add support for a remoting streaming target implementation. |
| 58878 | added | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/remoting/DeployHandler.java | Add support for a remoting streaming target implementation. |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/spi/JMXTarget.java | Add support for a remoting streaming target implementation. |
| 58878 | added | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/remoting | Add support for a remoting streaming target implementation. |
| 58878 | added | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/remoting/StreamingTarget.java | Add support for a remoting streaming target implementation. |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/spi/factories/DeploymentFactoryImpl.java | Add support for a remoting streaming target implementation. |
| 58878 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java | Add support for a remoting streaming target implementation. |
| 58877 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/services/DeploymentManagerService.java | Correct the module type identification and add an ejb3DeployerType. |
| 58877 | modified | scott.stark@jboss.org | //trunk/deployment/src/main/org/jboss/deployment/services/DeploymentManagerServiceMBean.java | Correct the module type identification and add an ejb3DeployerType. |
| 58867 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/security/RunAsSecurityInterceptorFactory.java | fixed NPEs |
| 58866 | modified | anil.saldhana@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/security/JaccAuthorizationInterceptor.java | do not do jacc checks if the realmMapping is null - security is not configured- need to check this again |
| 58865 | modified | anil.saldhana@jboss.com | //trunk/ejb3/src/main/org/jboss/ejb3/security/Ejb3AuthenticationInterceptor.java | avoid NPE |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/JndiFieldInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/UserTransactionFieldInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/JndiPropertyInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/UserTransactionPropertyInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/TimerServiceMethodInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/TimerServiceFieldInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/EJBContextMethodInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/TimerServicePropertyInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/AbstractPropertyInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/EJBContextFieldInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/EJBContextPropertyInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/lang/reflect/AbstractAccessibleObjectBeanProperty.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/lang/reflect/BeanProperty.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/lang/reflect/MethodBeanProperty.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/JndiMethodInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/UserTransactionMethodInjector.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/lang/reflect/FieldBeanProperty.java | refactored ResourceHandler to clean up duplicate code |
| 58861 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/lang/reflect | refactored ResourceHandler to clean up duplicate code |
| 58861 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/ResourceHandler.java | refactored ResourceHandler to clean up duplicate code |
| 58860 | added | wolfc | //trunk/ejb3/src/main/org/jboss/injection/lang | refactored ResourceHandler to clean up duplicate code |