Hi,
We're getting an exception in some of our own code compiled against
base-2.16.2pre
[java] Exception in thread "main" org.hibernate.SessionException:
proxies cannot be fetched by a stateless session
[java] at
org.hibernate.impl.StatelessSessionImpl.immediateLoad(StatelessSessionI
> It used to work on 2.12.x but I'm having trouble reproducing that now
> because I don't have a database with the correct schema easily to hand
> (we could dig up an old backup...).
>
> After some detective work, I believe it's something to do with
> http://dev.thep.lu.se/base/ticket/1350
> and
>
Thanks very much - that did the trick.
I should have looked more carefully at the google results, with
hindsight, the answer was actually there! (a changeset for the
documentation)
On Fri, Jan 21, 2011 at 1:46 PM, Nicklas Nordborg wrote:
>
>> It used to work on 2.12.x but I'm having trouble repr