|
| 1.8 | modified | wolfc | j2ee/src/main/javax/ejb/SessionContext.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.35 | modified | wolfc | server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.31 | modified | wolfc | server/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.24 | modified | wolfc | ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.7 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/unit/EjbContextUnitTestCase.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.5 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/Stateful.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.6 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatefulBean.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.3 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatefulRemote.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.4 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/Stateless.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.4 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatelessBean.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.3 | modified | wolfc | ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatelessLocal.java | EJBTHREE-650: getInvokedBusinessInterface return type fixed |
| 1.17 | modified | dimitris | varia/src/main/org/jboss/varia/scheduler/Scheduler.java | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.126 | modified | jgreene | varia/build.xml | Fix build |
| 1.6 | modified | starksm | mbeans/build.xml | Remove the xdoclet refs |
| 1.29 | modified | starksm | kernel/build.xml | Move the container, depdendeny and kernel module classpath defs to module.ent |
| 1.59 | modified | starksm | tools/etc/buildmagic/modules.ent | Move the container, dependency and kernel module defs here |
| 1.7 | modified | csuconic | cluster/src/main/org/jboss/invocation/pooled/server/PooledInvokerHA.java | JBAS-3376 A MarshalledObject doesn't make sense on this return, as this would be a Marshaller of a Marshaller |
| 1.27 | modified | kkhan | aspects/.classpath | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.1 | added | kkhan | aspects/build-retro.xml | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.3 | modified | kkhan | aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.31 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.5 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/AspectManagerService32.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.16 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/JBossClassPool.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.9 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.8 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.7 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.3 | modified | kkhan | aspects/src/main/org/jboss/aop/deployment/JBossScopedClassLoaderHelper.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.125 | modified | kkhan | build/build-thirdparty.xml | Upgrade to snapshot of jboss retro and javassist |
| 1.4 | deleted | jerrygauth | cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionTreeCache.java | JBCLUSTER-127, removed unnecessary files |
| 1.3 | deleted | jerrygauth | cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionTreeCacheMBean.java | JBCLUSTER-127, removed unnecessary files |
| 1.5 | deleted | jerrygauth | cluster/src/main/org/jboss/ha/framework/server/DistributedStateTreeCacheImpl.java | JBCLUSTER-127, removed unnecessary files |
| 1.3 | deleted | jerrygauth | cluster/src/main/org/jboss/ha/framework/server/DistributedStateTreeCacheImplMBean.java | JBCLUSTER-127, removed unnecessary files |
| 1.4 | deleted | jerrygauth | cluster/src/main/org/jboss/ha/framework/server/HAPartitionTreeCacheImpl.java | JBCLUSTER-127, removed unnecessary files |
| 1.17 | modified | dimitris | varia/src/main/org/jboss/varia/scheduler/ScheduleManager.java | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.4 | modified | dimitris | varia/src/main/org/jboss/varia/scheduler/ScheduleManagerMBean.java | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.16 | modified | dimitris | varia/src/main/org/jboss/varia/scheduler/Scheduler.java | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.5 | modified | dimitris | varia/src/main/org/jboss/varia/scheduler/SchedulerMBean.java | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.11 | modified | dimitris | varia/src/etc/schedule-manager-service.xml | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.7 | modified | dimitris | varia/src/etc/scheduler-service.xml | JBAS-3282, add FixedRate attribute. The default JMX Timer scheduling behaviour of FixedDelay execution (as of JDK5 or JBoss v4.0.5) is overriden in the config using FixedRate true |
| 1.5 | modified | asaldhana | tomcat/src/main/org/jboss/net/ssl/JBossSocketFactory.java | JBAS-3392: If the securityDomain has not been injected, make a noise. |
| 1.8 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/InstrumentorFactory.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.42 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/MethodExecutionTransformer.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.8 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/OptimizedCallerInvocations.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.7 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/OptimizedConstructionInvocations.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.9 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/OptimizedConstructorInvocations.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.5 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/OptimizedFieldInvocations.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.6 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/OptimizedInvocations.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.10 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/OptimizedMethodInvocations.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.16 | modified | kkhan | aop/src/main/org/jboss/aop/instrument/TransformerCommon.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |
| 1.3 | modified | kkhan | aop/src/test/org/jboss/test/aop/jdk15/dynamic/common/scenario/ScenarioRunner.java | Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist |