|
| 60226 | modified | kabir.khan@jboss.com | //trunk/server/src/etc/conf/default/bootstrap-repo-beans.xml | Fix the AspectManager bean config |
| 60224 | modified | scott.stark@jboss.org | //trunk/build/build.xml | Move embedded to the optional group |
| 60222 | modified | kabir.khan@jboss.com | //trunk/embedded/build.xml | Fix build version 2 |
| 60221 | modified | kabir.khan@jboss.com | //trunk/embedded/build.xml | Remove references to aop-mc-int boot and deployer jars |
| 60220 | modified | kabir.khan@jboss.com | //trunk/server/src/etc/conf/default/bootstrap-beans.xml | Add bean to register the AspectManager in JMX |
| 60220 | added | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AspectManagerJMXRegistrar.java | Add bean to register the AspectManager in JMX |
| 60220 | modified | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AbstractAspectManager.java | Add bean to register the AspectManager in JMX |
| 60202 | modified | kabir.khan@jboss.com | //trunk/server/src/etc/conf/default/bootstrap-beans.xml | Remove dependency from AspectManager on the JMXKernel.mbeanServer |
| 60201 | modified | kabir.khan@jboss.com | //trunk/aspects/src/main/org/jboss/aop/deployers/AbstractAspectManager.java | Remove dependency from AspectManager on the JMXKernel.mbeanServer |
| 60193 | modified | bdecoste | //trunk/ejb3/src/main/org/jboss/ejb3/remoting/IsLocalInterceptor.java | fix for case where ejb is identically deployed on multiple nodes and jndi lookup is targeted for remote node - used to always use the local bean |
| 60189 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java | Update the test api usage |
| 60188 | modified | scott.stark@jboss.org | //trunk/profileservice/.classpath | Add jboss-aop-mc-int.jar |
| 60187 | modified | scott.stark@jboss.org | //trunk/profileservice/src/resources/profileservice-beans.xml | Update repository beans |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/builders/ServiceManagedObject.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/BaseManagedObject.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/mock/ds/DataSourceDeployment.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/ManagedDeploymentImpl.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/remoting/ProxyFactory.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/templates/FakeDsXmlDataSourceTemplate.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/builders/ServiceAttributeFields.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/builders/FakeConnectionFactoryDeployerManagedObjectBuilder.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/templates/DsXmlDataSourceTemplateInfo.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/mock/ds/FakeDataSourceDeployer.java | Update the component property handling |
| 60186 | modified | scott.stark@jboss.org | //trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java | Update the component property handling |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/deployers/spi/management/ManagedDeployment.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profile/repository/ProfileImpl.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/profileservice/aop/TrackingAdvice.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/repository/JavaSerializationAttachmentsSerializer.java | Update the profile service interfaces/aspects |
| 60185 | added | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/repository/TCLObjectInputStream.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/profileservice/spi/AttachmentsSerializer.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/repository/AbstractFileAttachmentsSerializer.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java | Update the profile service interfaces/aspects |
| 60185 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/profileservice/aop/DeployerAspects.java | Update the profile service interfaces/aspects |
| 60184 | modified | scott.stark@jboss.org | //trunk/server/src/etc/conf/default/bootstrap-repo-beans.xml | Update the repository bootstrap descriptor |
| 60183 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java | Revert the JBossServer install order |
| 60182 | modified | scott.stark@jboss.org | //trunk/testsuite/src/main/org/jboss/test/naming/test/ExternalContextUnitTestCase.java | JBAS-4048, look to all superclass interfaces when creating the proxy |
| 60179 | modified | scott.stark@jboss.org | //trunk/server/src/main/org/jboss/naming/ExternalContext.java | JBAS-4048, look to all superclass interfaces when creating the proxy |