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

2011-08-04 Thread 에센 사그노브
Hello Liu, Thank you very much for your attention to this issue. We have reviewed all the thread you mentioned and some additional mentioned within those threads. As a result we have performed unit tests for Hibernate + CUBRID DB. There were 64 tests, 16 of which were related to data types. All 6

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Emmanuel Bernard
On 4 août 2011, at 21:39, Emmanuel Bernard wrote: > Note that I have not wired LuceneWork and Avro yet though all the structure > is here. Still not wired but I've decorrelated the List traversal from the serialization as well as the deserialization from the List construction. __

Re: [hibernate-dev] HV 4.2 and joda-time jar CNFE issue (but used to work with HV 4.1) ...

2011-08-04 Thread Gunnar Morling
Hi, I just had a short look into the relevant bits in HV. What I think is that in o.h.v.metadata.ConstraintHelper#isJodaTimeInClasspath() the class org.joda.time.ReadableInstant can successfully be loaded. Otherwise the Joda specific validator wouldn't be in the list of processed validators in o.

Re: [hibernate-dev] Using AS7 prepared Statement caching and Hibernate 4.0.0.Beta4 + 4.0.0.Beta5

2011-08-04 Thread Scott Marlow
Let me add, that in theory, the AS7 prepared statement cache, should not close the prepared statements while they are in use by Hibernate. Currently in AS7, if the cache fills up, the statement should be removed from the pool but not closed. I still would like to understand why the prepared sta

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Emmanuel Bernard
>>> 1) Remember all operations are implicitly scoped to a single index, so >>> for example you don't need to make a difference between >>> Optimize(classType) and OptimizeAll, they will do the same: optimize >>> the index. >> >> That's a good point. Is that your last word though? Will we want to

Re: [hibernate-dev] HV 4.2 and joda-time jar CNFE issue (but used to work with HV 4.1) ...

2011-08-04 Thread Scott Marlow
On 08/04/2011 10:59 AM, Hardy Ferentschik wrote: > I wonder though what he is actually validating (the actual annotated > bean). He is mentioning HV 4.1 and there we did not even have joda time > support > so I don't see how he validated Joda time instances using 4.1 without > providing a custom Co

Re: [hibernate-dev] HV 4.2 and joda-time jar CNFE issue (but used to work with HV 4.1) ...

2011-08-04 Thread Scott Marlow
On 08/04/2011 10:59 AM, Hardy Ferentschik wrote: > Hi, > > support for Joda time is new in Validator 4.2. See also > https://hibernate.onjira.com/browse/HV-307 > as you can see in the pom joda time is an optional dependency for HV 4.3 > (https://repository.jboss.org/nexus/service/local/repositories

Re: [hibernate-dev] HV 4.2 and joda-time jar CNFE issue (but used to work with HV 4.1) ...

2011-08-04 Thread Hardy Ferentschik
Hi, support for Joda time is new in Validator 4.2. See also https://hibernate.onjira.com/browse/HV-307 as you can see in the pom joda time is an optional dependency for HV 4.3 (https://repository.jboss.org/nexus/service/local/repositories/central/content/org/hibernate/hibernate-validator/4.2.0.F

[hibernate-dev] HV 4.2 and joda-time jar CNFE issue (but used to work with HV 4.1) ...

2011-08-04 Thread Scott Marlow
I'm just starting to ask questions about this issue on the jira https://issues.jboss.org/browse/AS7-1465 I asked where the joda-time-1.6.2.jar is in the deployment. Any other questions we should ask? Scott ___ hibernate-dev mailing list hibernate-dev@

[hibernate-dev] Using AS7 prepared Statement caching and Hibernate 4.0.0.Beta4 + 4.0.0.Beta5

2011-08-04 Thread Scott Marlow
https://issues.jboss.org/browse/AS7-1461 reflects a problem reported by two users. One user reported, that in a transaction that included multiple different entities being created, that Hibernate is trying to use a closed prepared statement. My question at this point is, what would happen if t

Re: [hibernate-dev] Does anyone know of any HQL internal changes between Hibernate 4.0.0.Beta3 and 4.0.0.Beta4?

2011-08-04 Thread Hardy Ferentschik
On Thu, 04 Aug 2011 14:17:07 +0200, Scott Marlow wrote: >> Hi Scott, from the network graph it looks like your commit was fine >> and should have been fast-forwarded, so I don't think there's >> something wrong with your repository. >> >> Are you using the github web ui to handle the pull reque

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-04 Thread Scott Marlow
On 08/04/2011 04:05 AM, Strong Liu wrote: > > --- > Strong Liu > http://hibernate.org > http://github.com/stliu > > On Aug 4, 2011, at 2:48 AM, Adam Warski wrote: > >> >> On Aug 3, 2011, at 5:44 PM, Strong Liu wrote: >> >>> Hi there, >>> >>> I get envers embedded into as7 :D >>> >>> see bel

Re: [hibernate-dev] Does anyone know of any HQL internal changes between Hibernate 4.0.0.Beta3 and 4.0.0.Beta4?

2011-08-04 Thread Scott Marlow
On 08/04/2011 06:25 AM, Sanne Grinovero wrote: >> I just pulled another change and got another merge. I rebased my repo >> (git pull --rebase upstream master) against master first but it looks >> like I might need to delete my repo and recreate it (cheap way to >> combine parent 2d52494b90507ba676

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-04 Thread Emmanuel Bernard
Interesting, we should add that information in the integrator section of Hibernate Core 4's doc. On 4 août 2011, at 10:34, Strong Liu wrote: > as Adam's post http://www.warski.org/blog/2011/08/using-envers-with-as7/ > if someone create an hibernate integrator, then he should follow adam's > app

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Sanne Grinovero
2011/8/4 Emmanuel Bernard : > > On 3 août 2011, at 20:06, Sanne Grinovero wrote: > >> 2011/8/3 Emmanuel Bernard : >>> Here is a first prototype of the serializable model and an almost complete >>> converter between List and this model. >>> >>> There is not test yet. It does compile but I don't kno

Re: [hibernate-dev] Does anyone know of any HQL internal changes between Hibernate 4.0.0.Beta3 and 4.0.0.Beta4?

2011-08-04 Thread Sanne Grinovero
> I just pulled another change and got another merge.  I rebased my repo > (git pull --rebase upstream master) against master first but it looks > like I might need to delete my repo and recreate it (cheap way to > combine parent 2d52494b90507ba676ef + parent 72078ade4d1f293d5c49). > > https://gith

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-04 Thread Strong Liu
On Aug 4, 2011, at 12:56 AM, Scott Marlow wrote: > On 08/03/2011 11:44 AM, Strong Liu wrote: >> Hi there, >> >> I get envers embedded into as7 :D >> >> see below: >> >> https://github.com/stliu/hibernate-core/tree/classloading >> https://github.com/stliu/jboss-as/tree/as7-928-2 >> >> 1. org.h

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-04 Thread Strong Liu
as Adam's post http://www.warski.org/blog/2011/08/using-envers-with-as7/ if someone create an hibernate integrator, then he should follow adam's approach create a module for that integrator, which depends on hibernate-core add "Dependencies: ingetrator name services" to app's META-INF no need to

Re: [hibernate-dev] classloading issue when trying to add envers to as7

2011-08-04 Thread Strong Liu
--- Strong Liu http://hibernate.org http://github.com/stliu On Aug 4, 2011, at 2:48 AM, Adam Warski wrote: > > On Aug 3, 2011, at 5:44 PM, Strong Liu wrote: > >> Hi there, >> >> I get envers embedded into as7 :D >> >> see below: >> >> https://github.com/stliu/hibernate-core/tree/cl

Re: [hibernate-dev] HSEARCH State to transfer

2011-08-04 Thread Emmanuel Bernard
On 3 août 2011, at 20:06, Sanne Grinovero wrote: > 2011/8/3 Emmanuel Bernard : >> Here is a first prototype of the serializable model and an almost complete >> converter between List and this model. >> >> There is not test yet. It does compile but I don't know if it works. > > (translation of