osgi-branch ( status update )

2012-01-08 Thread Göktürk Gezer
Hi Everyone, I finally completed component-hub. It's core functionality is implemented with the latest commits. Now it can be used to : * listen for annotated component's of any type,(Interceptors,Partitions,DirectoryBackedServers for now...) * create, cache and reconfigure instances of installed

Re: A Q about the TxnManager.beginReadonlyTransaction() method

2012-01-08 Thread Emmanuel Lécharny
On 1/8/12 9:21 AM, Selcuk AYA wrote: the checks are necessary so that the read only txn can be sure that txns after its start time are not flushed to partitions. This is explained in greater detail in the comments right above the code. I added dummytxn later on so some of the null checks became

Re: A Q about the TxnManager.beginReadonlyTransaction() method

2012-01-08 Thread Selcuk AYA
the checks are necessary so that the read only txn can be sure that txns after its start time are not flushed to partitions. This is explained in greater detail in the comments right above the code. I added dummytxn later on so some of the null checks became unnecessary but that is not a big deal.