|
| 1.21 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.java | CTS changes the the order of port-components in webervices.xml, we can't use indexed ws4ee-deployment.xml.Instead there is a one ws4ee-deployment.xml that supports imports for the individual ports. |
| 1.18 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | CTS changes the the order of port-components in webervices.xml, we can't use indexed ws4ee-deployment.xml.Instead there is a one ws4ee-deployment.xml that supports imports for the individual ports. |
| 1.30 | modified | tdiesler | webservice/src/main/org/jboss/webservice/AxisService.java | CTS changes the the order of port-components in webervices.xml, we can't use indexed ws4ee-deployment.xml.Instead there is a one ws4ee-deployment.xml that supports imports for the individual ports. |
| 1.134 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | - Configuration of interceptor chain- Moved some code out to interceptors |
| 1.7 | modified | belaban | cache/src/main/org/jboss/cache/ReplicationQueue.java | Replaced Jobs as elements with MethodCalls |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/Replicatable.java | first check-in |
| 1.18 | modified | belaban | cache/src/main/org/jboss/cache/transaction/DummyTransaction.java | cleaned up 2PC impl |
| 1.7 | modified | belaban | cache/src/main/org/jboss/cache/tests/FileCacheLoaderTest.java | added some unit tests; will later be moved under testsuite |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.java | added some unit tests; will later be moved under testsuite |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.java | first slate of interceptors, moved some of the aspect functionality from TreeCache into these. Not yet done completely, will have to revisit after JavaOne |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/interceptors/CallInterceptor.java | first slate of interceptors, moved some of the aspect functionality from TreeCache into these. Not yet done completely, will have to revisit after JavaOne |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/interceptors/Interceptor.java | first slate of interceptors, moved some of the aspect functionality from TreeCache into these. Not yet done completely, will have to revisit after JavaOne |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.java | first slate of interceptors, moved some of the aspect functionality from TreeCache into these. Not yet done completely, will have to revisit after JavaOne |
| 1.1 | added | belaban | cache/src/main/org/jboss/cache/interceptors/TransactionInterceptor.java | first slate of interceptors, moved some of the aspect functionality from TreeCache into these. Not yet done completely, will have to revisit after JavaOne |
| 1.6 | modified | belaban | cache/docs/design/CacheLoader.txt | no message |
| 1.4 | modified | belaban | cache/src/etc/standalone/plain.bsh | added TXs |