Ok, so my notes from the call, based on issues from the wiki
1. Multiple caches will probably only formally make it in the next
major Hibernate release - 3.3.
2 Notes on putForExternalRead() functionality, in addition to the
solution presented on the wiki:
- PFER only goes through if nod
2 Notes on putForExternalRead() functionality, in addition to the
solution presented on the wiki:
- PFER only goes through if node does not exist; no-op otherwise
(which is done to avoid the situation of hibernate putting a just read
object into cache and another thread/node have updated i
Hi,
I've bumped into an issue with trying to override settings/properties in
tools too allow users to use
their existing config minus the appserver specific settigns (e.g. tx
manager lookup).
I've created
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2452 and
would like
I don't think it should be applied to all properties, but the one
referred are worth it.
On 26 févr. 07, at 18:21, Max Rydahl Andersen wrote:
Hi,
I've bumped into an issue with trying to override settings/
properties in tools too allow users to use
their existing config minus the appserver
On Tue, 27 Feb 2007 04:14:12 +0100, Emmanuel Bernard
<[EMAIL PROTECTED]> wrote:
I don't think it should be applied to all properties, but the one
referred are worth it.
It's more or less all those that refers to a class that hibernate should
try and instantiate.
Others should be ok, at