Re: StoreBase implementation

2010-11-05 Thread Mark Thomas
On 05/11/2010 14:30, Tiago Batista wrote: > Hello all > > I have been trying to develop an alternative session manager that uses > the JDBC store as a backend for a private project. > > I noted after a while that although the StoreBase only depends on the > Manager interface, it later (around lin

StoreBase implementation

2010-11-05 Thread Tiago Batista
Hello all I have been trying to develop an alternative session manager that uses the JDBC store as a backend for a private project. I noted after a while that although the StoreBase only depends on the Manager interface, it later (around line 170) casts the manager to PersistentManager without a