Re: [hibernate-dev] CUBRID Database Dialect for Hibernate

2011-07-14 Thread Strong Liu
here are some related topics: http://lists.jboss.org/pipermail/hibernate-dev/2010-April/005094.html http://lists.jboss.org/pipermail/hibernate-dev/2010-April/005101.html http://lists.jboss.org/pipermail/hibernate-dev/2010-April/005102.html http://lists.jboss.org/pipermail/hibernate-dev/2008-Septem

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Alex Snaps
Right, which would work once the ServiceRegistry will be used. Just did a couple of test with changing the RegionFactory Lookup code and it seems like it's all working fine. So that is injected, it'll use ClassLoaderService.locateResource now. Still have to look into why it didn't work when the met

Re: [hibernate-dev] Bean Validation 1.1 on review ballot

2011-07-14 Thread Hardy Ferentschik
Yeah :-) On Thu, 14 Jul 2011 11:18:24 +0200, Emmanuel Bernard wrote: > http://jcp.org/en/jsr/detail?id=349 > > :) > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Bean Validation 1.1 on review ballot

2011-07-14 Thread Emmanuel Bernard
http://jcp.org/en/jsr/detail?id=349 :) ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Strong Liu
okay, so the problem is you need ServiceRegistry in your ehcache RegionFactory impl, right? you can do it this way: class EhcacheRegionFactory implements RegionFacotry{ private ClassLoaderService classLoaderService; @InjectService public void setClassLoaderService(ClassL

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Alex Snaps
Strong, I did fix that that way now indeed (moved the static method to RegionFactoryInitiator and made it public for now, given the hack still in place). I'll look into having the EhcacheIntegratorService loaded none the less and so I get the ClassLoaderService available in the EhcacheRegionFactori

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Strong Liu
Alex (i already commented in your pull request) cache provider is integrated by org.hibernate.cache.internal.RegionFactoryInitiator, and the mapLegency should go into this class too. it is in process of moving from SettingsFactory.createRegionFactory to RegionFactoryInitiator --- Stro

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Alex Snaps
Yeah. I wanted to have an EhcacheIntegratorService registered, that would, during the integrate call, do the potential mapping from old to new name (so this would be able to use class.getName()). Also, I could keep a ref to the ServiceRegistry, so I'd be able to address any classloader concerns

Re: [hibernate-dev] save the planet one non character stroke at a time

2011-07-14 Thread Sanne Grinovero
2011/7/14 Hardy Ferentschik : > +1 and I think this undueness applies not only to HHH ;-) Quoting Emmanuel: "issues related to the project " [of the pull request] So there should be no doubt. > On Wed, 13 Jul 2011 22:49:08 +0200, Steve Ebersole > wrote: > >> I guess maybe this is hassle based on

Re: [hibernate-dev] save the planet one non character stroke at a time

2011-07-14 Thread Hardy Ferentschik
+1 and I think this undueness applies not only to HHH ;-) On Wed, 13 Jul 2011 22:49:08 +0200, Steve Ebersole wrote: > I guess maybe this is hassle based on which project key you are talking > about. For HHH- that is not an undue burden imo. ___ hibe

[hibernate-dev] CUBRID Database Dialect for Hibernate

2011-07-14 Thread 에센 사그노브
Hi, I am the CUBRID open source RDBMS Project Manager. Our parent company NHN has extensively been using Hibernate in its services together with CUBRID Database Server. Here I would like to attach the CUBRIDDialect.java class file which supports CUBRID version 8.3.0 and higher (8.3.0, 8.3.1, and