Re: [hibernate-dev] org.hibernate.cfg.Settings deprecated

2015-04-21 Thread Steve Ebersole
That's really more a function of bootstrapping, not the actual Settings object. And yes, these hibernate.properties et al are still picked up and used. On Tue, Apr 21, 2015 at 4:14 PM, Max Rydahl Andersen wrote: > As long as we can explicitly disable things via API like we could in past > this

Re: [hibernate-dev] org.hibernate.cfg.Settings deprecated

2015-04-21 Thread Max Rydahl Andersen
As long as we can explicitly disable things via API like we could in past this should be fine. i.e. in tools we used setting properties to disable second level caching, hibernate validator, connection pooling, tx management and search setup since it just doesn't either make sense or won't work

Re: [hibernate-dev] org.hibernate.cfg.Settings deprecated

2015-04-21 Thread Hardy Ferentschik
On Tue, Apr 21, 2015 at 01:09:53PM -0500, Steve Ebersole wrote: > Ok, silence will be taken as a vote to do whatever I feel is best > regardless of impact on these integration impls... So anyone? Sorry, I forgot about this one. TBH, I have not much useful to say on what the best way to do this is

Re: [hibernate-dev] org.hibernate.cfg.Settings deprecated

2015-04-21 Thread Steve Ebersole
Ok, silence will be taken as a vote to do whatever I feel is best regardless of impact on these integration impls... So anyone? On Thu, Apr 16, 2015 at 7:20 AM, Steve Ebersole wrote: > Last night I pushed some changes which included deprecating > org.hibernate.cfg.Settings in favor > of org.hib

Re: [hibernate-dev] [Validator] Build problems!?

2015-04-21 Thread Gunnar Morling
Ah, you may be running into this issue: https://jira.codehaus.org/browse/MCOMPILER-236 ("Compilation error due to MCOMPILER-157 in deploy phase"). Setting useIncrementalCompilation=false is named as a work-around there. Either that or using the annotation-plugin as I described probably both should

Re: [hibernate-dev] [Validator] Build problems!?

2015-04-21 Thread Gunnar Morling
Hi, I cannot reproduce that issue in HV. Could you try and run the Logging AP not via the compiler plug-in but via the maven-annotation-plugin ( https://code.google.com/p/maven-annotation-plugin/)? E.g. like so: maven-compiler-plugin

Re: [hibernate-dev] [Validator] Build problems!?

2015-04-21 Thread Sanne Grinovero
Interesting, an exception in the compiler?! I'll try it too, but could you try a more up to date JDK? On 21 April 2015 at 09:41, Hardy Ferentschik wrote: > Hi, > > I seem to have a odd build problem and wondering whether someone could verify > the problem > or in any ways enlighten me regarding

[hibernate-dev] [Validator] Build problems!?

2015-04-21 Thread Hardy Ferentschik
Hi, I seem to have a odd build problem and wondering whether someone could verify the problem or in any ways enlighten me regarding what's going on. I can build the Validator master branch w/o problem ('mvn clean install'), but a 'mvn deploy' (SNAPSHOT deploy) fails (output below). The funny th