Re: [hibernate-dev] JPA callback listeners and CDI

2012-08-20 Thread Hardy Ferentschik
On 18 Jan 2012, at 7:30 PM, Steve Ebersole wrote: > 2) The way this is currently implemented, using JPA now has a dependency > on the CDI API being available on the classpath. We need to decide if > that is unreasonable. The other option is to handle it like we do for > BeanValidation and us

Re: [hibernate-dev] (no subject)

2012-08-20 Thread Steve Ebersole
Also, I have been thinking that there really ought to be different types of "integrators". Not sure what we gain by forcing MetadataContributingIntegrator, ServiceContributingIntegrator, TypeContributingIntegrator, etc to extend Integrator On Sat 18 Aug 2012 05:50:29 PM CDT, Steve Ebersole wr

[hibernate-dev] Concept of "service availability"

2012-08-20 Thread Steve Ebersole
This ties together a few different discussions that have been going on simultaneously on the mailing list that I think are all related. Right now to configure certain services (select one impl over another) users generally give the FQN for that impl Class. For example to use C3P0 connection po

Re: [hibernate-dev] (no subject)

2012-08-20 Thread Strong Liu
reuse the IntegratorService / ServiceLoader ? On Aug 21, 2012, at 2:14 AM, Steve Ebersole wrote: > Also, I have been thinking that there really ought to be different types of > "integrators". Not sure what we gain by forcing > MetadataContributingIntegrator, ServiceContributingIntegrator, >