Hi Oliver,
I saw your patch some time back, and have actually been using that myself, with a few extensions, in an application I've been working on. I'm hoping that it does make its way into...
Type: Posts; User: andrew.daws; Keyword(s):
Hi Oliver,
I saw your patch some time back, and have actually been using that myself, with a few extensions, in an application I've been working on. I'm hoping that it does make its way into...
What version of the web-app.xml are you using? If you are using the older 2.3 version the EL expressions are ignored by default and you'll need a jsp page directive to set isElIgnored = false.
...
OK, perhaps I'm misunderstanding something then. My understanding was that a Hibernate read-only transaction would effectively not flush (no need as it doesn't change the state of the cache at all)...
I'm using amixture of Hibernate and JCA data sources in a project, and I'm looking at implementing some query functions to the Hibernate Data Source as read-only transactions. It looks to me like...