Re: [hibernate-dev] XML to Relational mapping

2012-10-15 Thread Steve Ebersole
Again my mail client deciding to use the wrong reply address. Ugh, sorry. On Mon 15 Oct 2012 07:48:23 PM CDT, Steve Ebersole wrote: > It was just never really finished. It had lots of "holes". And no > one ever stepped up to take it on. > > On Sun 14 Oct 2012 02:11:11 AM CDT, Claude Mamo wrote

Re: [hibernate-dev] [HSearch] ServiceManager and services

2012-10-15 Thread Emmanuel Bernard
On Mon 2012-10-15 18:19, Hardy Ferentschik wrote: > > Basically for you a Service must allow for multiple implementations > > and a ServiceManager must offer a way to switch between various > > implementations. > > I orientate myself in this case at the ServiceLoader docs (especially since > we a

Re: [hibernate-dev] Connection release mode and Session.connection() deprecation

2012-10-15 Thread Scott Marlow
If we associate the db connection with the JTA transaction, I assume that we would release the connection after the transaction completes. On 10/15/2012 01:47 PM, Scott Marlow wrote: > If we have a bean (topbean) invoking another bean (childbean) method > that needs a new JTA transaction > (http:

Re: [hibernate-dev] Connection release mode and Session.connection() deprecation

2012-10-15 Thread Scott Marlow
If we have a bean (topbean) invoking another bean (childbean) method that needs a new JTA transaction (http://docs.oracle.com/javaee/6/api/javax/ejb/TransactionAttributeType.html#REQUIRES_NEW), we will want to use separate database connections for the two beans. I think that this would only be

Re: [hibernate-dev] hibernate-dev Digest, Vol 76, Issue 18

2012-10-15 Thread Steve Ebersole
Hey Marc, Trying to understand. Are you offering to host the Hibernate builds? On 10/10/2012 10:44 AM, Marc Schipperheyn wrote: > I have setup a jobs alternative on www.freelas.net. Right now we focus > mainly on the Dutch and Brazilian markets but you can always publish jobs > without a locatio

[hibernate-dev] Connection release mode and Session.connection() deprecation

2012-10-15 Thread Steve Ebersole
Was thinking some more today about the deprecation of Session.connection() The reason we deprecated it was that we need a way to scope access to the Connection because Session may have to release it due to "release mode". The back story here is that we added "connection release mode" as a way

Re: [hibernate-dev] [HSearch] ServiceManager and services

2012-10-15 Thread Hardy Ferentschik
On 12 Jan 2012, at 5:29 PM, Emmanuel Bernard wrote: > On Fri 2012-10-12 15:13, Hardy Ferentschik wrote: >> >> On 12 Jan 2012, at 3:00 PM, Steve Ebersole wrote: >> >>> "Java services api" == ServiceLoader I assume? >> >> correct >> >>> Going on that assumption: >>> >>> No. ServiceLoader is