> From: Bill Burke [mailto:[EMAIL PROTECTED]
> 
> Just wondering what you all need/want for better Hibernate-JBoss
> integration.  What is lacking.  What needs improving.  What sucks,
etc...

I've mentioned this before and Gavin sounded enthused, but just in case
I figure I should mention it again:

Make a hibernate session transparently follow the lifetime of an EJB
transaction, across EJB method calls.  If I load an entity in FirstEJB,
then call a method on SecondEJB (within the same transaction) which
loads that same entity, it should be serviced from the same session
cache (assuming FirstEJB and SecondEJB are local to each other, of
course).

In the same vein, flushing and closing the session should occur
automatically at the end of the transaction.

This would be very, very cool.

Jeff


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to