I am not sure what thing Gavin is mentioning when he says he and Scott
found an issue.  So this is based off an almost 2 month old discussion
Scott and I had.

>From my discussions with Scott, it was more an issue that Hibernate
attempting to configure the JACC provider itself was simply a broken
notion; that the configuration would actually need to get done from
within the container (JBoss) JACC configuration.

The reasoning was that we could configure a certain JACC context all-day
long, but as we have no control over which context is active during
calls into EJBs we could never guarantee that the context we configured
is the one active during resolution attempts.  The configuration happens
during Configuration.configure(), which in most cases is done outside
the scope of an EJB call.  

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Monday, May 16, 2005 6:27 AM
To: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] 3.0.4

Anybody had time to check this
http://forum.hibernate.org/viewtopic.php?t=940708&highlight=jacc

Gavin King wrote:

> We'll need to do a 3.0.4 release, probably this week to get my fixes 
> to subselect fetching, and enhancements to join fetching out there.
>
> Steve, do you have anything in the pipeline that should go in?
>





-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to