Re: [hibernate-dev] Standalone service registry

2014-01-16 Thread Karl von Randow
On 17/01/2014, at 1:42 am, Steve Ebersole wrote: > On 01/16/2014 02:42 AM, Karl von Randow wrote: >> Hi all, >> >> I had a conversation with Steve today on IRC about refactoring the >> org.hibernate.service package to make it standalone. The service registry >> implementation is mostly separab

Re: [hibernate-dev] Standalone service registry

2014-01-16 Thread Gunnar Morling
2014/1/16 Hardy Ferentschik > > On 16 Jan 2014, at 13:42, Steve Ebersole wrote: > > >> Part of the discussion that I had with Steve this morning, and the > piece that he particularly wanted to discuss here, is how to perform the > extraction and where to put it: > >> > >> * Is this standalone se

Re: [hibernate-dev] Standalone service registry

2014-01-16 Thread Hardy Ferentschik
On 16 Jan 2014, at 13:42, Steve Ebersole wrote: >> Part of the discussion that I had with Steve this morning, and the piece >> that he particularly wanted to discuss here, is how to perform the >> extraction and where to put it: >> >> * Is this standalone service registry its own project, sep

Re: [hibernate-dev] Standalone service registry

2014-01-16 Thread Steve Ebersole
Hi Karl, see inline... On 01/16/2014 02:42 AM, Karl von Randow wrote: > Hi all, > > I had a conversation with Steve today on IRC about refactoring the > org.hibernate.service package to make it standalone. The service registry > implementation is mostly separable from Hibernate core already, an