Re: [Hibernate-devel] Re: JCS integration

2002-07-26 Thread Gavin_King/Cirrus%CIRRUS
>Found 2 issues with the current cache code: > >one with the tag, i edited vertex.hbm.xml to do my testing. >If i place the tag just after the one it "works" , no >error while parsing the xml >If i place the tag after and before , got >an error parsing the xml: This is intended. I decided i

[Hibernate-devel] Re: JCS integration

2002-07-25 Thread Christian Meunier
You rock ;) There is something that could be considered as a future upgrade. Atm each persistent class will have its own region cache, it might be usefull to be able to put more than one persistent class in a region cache. We could specify the following in the cache interface: public void setCla