|
| 1.126 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | Removal now works wrt CacheLoader, added some unit tests too |
| 1.3 | modified | belaban | cache/src/main/org/jboss/cache/tests/FileCacheLoaderTest.java | Removal now works wrt CacheLoader, added some unit tests too |
| 1.3 | modified | belaban | cache/src/main/org/jboss/cache/loader/FileCacheLoader.java | Removal now works wrt CacheLoader, added some unit tests too |
| 1.9 | modified | belaban | cache/src/main/org/jboss/cache/TreeCacheView2.java | no message |
| 1.32 | modified | belaban | cache/src/main/org/jboss/cache/Node.java | removed transient hashmap 'props' |
| 1.24 | modified | belaban | cache/src/main/org/jboss/cache/aop/TreeCacheAop.java | replaced call to _get() with get() |
| 1.16 | modified | tdiesler | webservice/src/main/org/jboss/webservice/server/InvokerProvider.java | dom4j drops namespace declaration when default ns has the same uri.From now on using DOM2 to process wsdl imports. |
| 1.13 | modified | ejort | iiop/src/etc/iiop-service.xml | TxPropagation: IORs as per spec, insert "Null" propagation context when required.Use ForeignTransaction marker when we get a "Null" propagation context. |
| 1.1 | added | ejort | iiop/src/main/org/jboss/tm/iiop/TxIORInterceptor.java | TxPropagation: IORs as per spec, insert "Null" propagation context when required.Use ForeignTransaction marker when we get a "Null" propagation context. |
| 1.1 | added | ejort | iiop/src/main/org/jboss/tm/iiop/TxIORInterceptorInitializer.java | TxPropagation: IORs as per spec, insert "Null" propagation context when required.Use ForeignTransaction marker when we get a "Null" propagation context. |
| 1.1 | added | ejort | iiop/src/main/org/jboss/tm/iiop/TxServerClientInterceptor.java | TxPropagation: IORs as per spec, insert "Null" propagation context when required.Use ForeignTransaction marker when we get a "Null" propagation context. |
| 1.1 | added | ejort | iiop/src/main/org/jboss/tm/iiop/TxServerClientInterceptorInitializer.java | TxPropagation: IORs as per spec, insert "Null" propagation context when required.Use ForeignTransaction marker when we get a "Null" propagation context. |
| 1.4 | modified | ejort | iiop/src/main/org/jboss/tm/iiop/TxServerInterceptor.java | TxPropagation: IORs as per spec, insert "Null" propagation context when required.Use ForeignTransaction marker when we get a "Null" propagation context. |
| 1.2 | modified | belaban | cache/src/main/org/jboss/cache/tests/FileCacheLoaderTest.java | no message |
| 1.125 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | all get()s and put()s are now supported by CacheLoader |
| 1.2 | modified | belaban | cache/src/main/org/jboss/cache/loader/FileCacheLoader.java | added .fdb suffix to all dirs, so we don't accidentally delete a dir that's not managed by the FileCacheLoader |
| 1.8 | modified | belaban | cache/src/main/org/jboss/cache/Modification.java | no message |