|
| 1.20 | modified | telrod | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | JBCTS-226: Need to allow for null return types since could be an in only. |
| 1.4 | modified | belaban | testsuite/src/main/org/jboss/test/cache/test/standAloneAop/LocalAopEvictionTest.java | optimized imports |
| 1.2 | modified | belaban | testsuite/src/main/org/jboss/test/cache/test/standAloneAop/ReplicatedAopTest.java | optimized imports |
| 1.9 | modified | belaban | testsuite/src/main/org/jboss/test/cache/test/replicated/AsyncUnitTestCase.java | optimized imports |
| 1.3 | modified | belaban | testsuite/src/main/org/jboss/test/cache/test/local/TxConcurrentBankUnitTestCase.java | optimized imports |
| 1.2 | modified | belaban | testsuite/src/main/org/jboss/test/cache/bean/TreeCacheAopMBeanTesterBean.java | optimized imports |
| 1.14 | modified | belaban | cache/src/main/org/jboss/cache/aop/CacheInterceptor.java | changed to use correct Fqn methods |
| 1.3 | modified | belaban | cache/src/main/org/jboss/cache/aop/CachedList.java | changed to use correct Fqn methods |
| 1.5 | modified | belaban | cache/src/main/org/jboss/cache/aop/CachedListInterceptor.java | changed to use correct Fqn methods |
| 1.3 | modified | belaban | cache/src/main/org/jboss/cache/aop/CachedMap.java | changed to use correct Fqn methods |
| 1.4 | modified | belaban | cache/src/main/org/jboss/cache/aop/CachedMapInterceptor.java | changed to use correct Fqn methods |
| 1.4 | modified | belaban | cache/src/main/org/jboss/cache/aop/CachedSetInterceptor.java | changed to use correct Fqn methods |
| 1.42 | modified | belaban | cache/build.xml | added Sleepycat to classpath |
| 1.31 | modified | belaban | tools/etc/buildmagic/libraries.ent | added Sleepycat lib |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/tests/BdbjeCacheLoaderTest.java | first check-in |
| 1.24 | modified | belaban | cache/src/etc/tree-service.xml | added FileCacheLoader (commented) |
| 1.4 | modified | belaban | testsuite/src/main/org/jboss/test/cache/test/generic/FqnUnitTestCase.java | added test |
| 1.12 | modified | belaban | cache/src/main/org/jboss/cache/Fqn.java | - Made Fqn immutable- Added exists(Fqn, Object key) to TreeCache |
| 1.35 | modified | belaban | cache/src/main/org/jboss/cache/Node.java | - Made Fqn immutable- Added exists(Fqn, Object key) to TreeCache |
| 1.136 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | - Made Fqn immutable- Added exists(Fqn, Object key) to TreeCache |
| 1.8 | modified | belaban | cache/src/main/org/jboss/cache/tests/FileCacheLoaderTest.java | - Made Fqn immutable- Added exists(Fqn, Object key) to TreeCache |
| 1.3 | modified | belaban | testsuite/src/main/org/jboss/test/cache/test/generic/FqnUnitTestCase.java | no message |
| 1.18 | modified | patriot1burke | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | filter out non-dirs and non-jar files from jsp classpath. It causes errors with JDK 1.5if you don't. |
| 1.135 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | added getter for interceptor chain |
| 1.31 | modified | telrod | webservice/src/main/org/jboss/webservice/AxisService.java | Allowing for static definition of ws4ee-deployment.xml in the data/wsdl directory. |
| 1.22 | modified | telrod | webservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.java | Allowing for static definition of ws4ee-deployment.xml in the data/wsdl directory. |
| 1.81 | modified | ejort | server/src/etc/conf/default/standardjboss.xml | Remove NoTxPropagationInterceptor from the default config |
| 1.13 | modified | ejort | iiop/src/main/org/jboss/proxy/ejb/IORFactory.java | Implement protocol specific isIdentical |
| 1.63 | modified | ejort | server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java | Implement protocol specific isIdentical |
| 1.3 | modified | ejort | server/src/main/org/jboss/ejb/plugins/inflow/JBossMessageEndpointFactory.java | Implement protocol specific isIdentical |
| 1.5 | modified | ejort | server/src/main/org/jboss/ejb/EJBProxyFactory.java | Implement protocol specific isIdentical |
| 1.8 | modified | ejort | server/src/main/org/jboss/ejb/SessionContainer.java | Implement protocol specific isIdentical |
| 1.38 | modified | ejort | server/src/main/org/jboss/proxy/ejb/ProxyFactory.java | Implement protocol specific isIdentical |
| 1.4 | modified | ejort | iiop/src/main/org/jboss/proxy/ejb/EJBMetaDataImplIIOP.java | Don't allow primary key class retrieval for session beans.Why is this separate iiop class necessary? |
| 1.7 | modified | ejort | server/src/main/org/jboss/ejb/SessionContainer.java | Complete the implementation of some session container methods,required by IIOP invocations. |
| 1.74 | modified | ejort | server/src/main/org/jboss/ejb/StatefulSessionContainer.java | Complete the implementation of some session container methods,required by IIOP invocations. |
| 1.59 | modified | ejort | server/src/main/org/jboss/ejb/StatelessSessionContainer.java | Complete the implementation of some session container methods,required by IIOP invocations. |