I agree with you Chris, it does better simulate it. But Hibernate has
always been deployable outside of a container. Shouldn't it retain
that philosophy in its code base as well, architecting flexible
approaches that work seamlessly both in a JEE container and out?
That's my belief...
On Thu, Jun 19, 2008 at 5:39 PM, Chris Bredesen <cbredesen(a)redhat.com> wrote:
joël Winteregg wrote:
>
> I also had the same issue which was fixed using an update of the
> transaction manager I use (Bitronix 1.3). A light JNDI server is now
> embedded in it...
This is an alternative that I've discussed with others off list. IMHO, this
better simulates the in-container JTA environment.
-Chris