Re: [hibernate-dev] envers / new metamodel

2012-08-23 Thread Łukasz Antoniak
ation from ESET NOD32 Antivirus, version of virus signature database 7412 (20120823) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/ma

Re: [hibernate-dev] Eclipse-specific execution filters in POMs

2012-08-23 Thread Max Rydahl Andersen
hibernate doesn't use maven build anymore, so don't think this applies anymore? about m2e - upcoming version of m2e will allow storing these things *externally* to the pom.xml making this problem go away. /max On 23 Aug 2012, at 18:42, Brett Meyer wrote: > I know a lot of you don't use Eclips

Re: [hibernate-dev] org.hibernate.jpa.test.packaging.PackagingTestCase

2012-08-23 Thread Steve Ebersole
Ok, so it does do some filtering. However... task copyBundleResources (type: Copy) { ext.bundlesTargetDir = file( "${buildDir}/bundles" ) from file('src/test/bundles') into bundlesTargetDir filter(ReplaceTokens, tokens: [ buildDirName: buildDir.absolutePath,

Re: [hibernate-dev] Concept of "service availability"

2012-08-23 Thread Steve Ebersole
Ok, going to start working this up on master tomorrow. We will just tackle the "going away" problem if/when it actually arises. On Tue 21 Aug 2012 05:55:31 PM CDT, Steve Ebersole wrote: > Everyone else ok with this idea? > > On Tue 21 Aug 2012 08:27:25 AM CDT, Steve Ebersole wrote: >> Not so con

Re: [hibernate-dev] Hibernate Search documentation build problem

2012-08-23 Thread Emmanuel Bernard
Nicolas, we have opened https://hibernate.onjira.com/browse/HSEARCH-1183 if you could run mvn -v and paste your output in the issue that would help. Emmanuel On 23 août 2012, at 12:30, Nicolas Helleringer wrote: > Hi all, > > I have problem with the documentation build of Hibernate Search : >

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

2012-08-23 Thread Emmanuel Bernard
Looks good in theory but I see two hindrance - JPA and BV already define a way to interact with each other and the CDI integration has been mirrored consistency is good in this case - we could convince the JPA EG but that will require time an energy on something that already works ok If we en

[hibernate-dev] Eclipse-specific execution filters in POMs

2012-08-23 Thread Brett Meyer
I know a lot of you don't use Eclipse, but... Its Maven plugin (M2E) does not have connectors for several of Hibernate 3.3's lifecycle mappings. The only way to get the IDE to ignore them is to add the following (as an example). What are your opinions of having IDE-specific areas, like this,

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

2012-08-23 Thread Gunnar Morling
Emmanuel, What do you think about the idea outlined before of having an EntityListenerFactory in the JPA spec similar to BV's ConstraintValidatorFactory? I think the situation in JPA is very similar to BV and feel it would make sense to solve the problem similarly in both cases. This would also a

Re: [hibernate-dev] Sync master out to metamodel?

2012-08-23 Thread Strong Liu
okay, I have ( finally ) merged master onto metamodel, now time to rebase your changes :D On Aug 23, 2012, at 4:13 AM, Steve Ebersole wrote: > Ok, this is getting too frustrating. Strong I need you to do this > merge when you get back online. I threw away my attempts. > > > On Wed 22 Aug 2

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

2012-08-23 Thread Emmanuel Bernard
On 20 août 2012, at 11:41, Hardy Ferentschik wrote: > > 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

Re: [hibernate-dev] Hibernate Search documentation build problem

2012-08-23 Thread Hardy Ferentschik
We had similar issues before. Probably a little iconv will help :-) Is there a Jira issue? I can have a look. --Hardy On 23 Jan 2012, at 5:03 PM, Emmanuel Bernard wrote: > I have been able to reproduce that on OpenJDK 7 and Oracle's JDK 7. > JDK 6 works fine for me. > > Obviously JDK 7 reads U

Re: [hibernate-dev] Hibernate Search documentation build problem

2012-08-23 Thread Emmanuel Bernard
I have been able to reproduce that on OpenJDK 7 and Oracle's JDK 7. JDK 6 works fine for me. Obviously JDK 7 reads UTF-8 differently but I don't know how to fix that on our end. Anyone knows? On 23 août 2012, at 12:30, Nicolas Helleringer wrote: > Hi all, > > I have problem with the documentat

Re: [hibernate-dev] Running Gradle build against an Infinispan version passed as command line parameter?

2012-08-23 Thread Strong Liu
better to use "sed" to change the version number defined in the libraries.gradle On Aug 23, 2012, at 9:15 PM, Galder Zamarreño wrote: > That doesn't seem to work. It's still using the version defined in the > configuration file. > > On Aug 23, 2012, at 3:08 PM, Steve Ebersole wrote: > >> Try

[hibernate-dev] SessionFactory building, 5.0-style

2012-08-23 Thread Steve Ebersole
The initial design I had for building a SessionFactory using the new metamodel was 3 steps: 1) build ServiceRegistry 2) build Metadata 3) build SessionFactory using both ServiceRegistry and Metadata This changed a little as actually implemented in the metamodel branch: 1) build "boot strap" serv

Re: [hibernate-dev] Running Gradle build against an Infinispan version passed as command line parameter?

2012-08-23 Thread Galder Zamarreño
That doesn't seem to work. It's still using the version defined in the configuration file. On Aug 23, 2012, at 3:08 PM, Steve Ebersole wrote: > Try -P instead of -D. Not sure it will work, but -P is the means to set > project variables. > > On Thu 23 Aug 2012 08:02:28 AM CDT, Galder Zamarreño

[hibernate-dev] Running Gradle build against an Infinispan version passed as command line parameter?

2012-08-23 Thread Galder Zamarreño
Hi, I'd like to have a CI job that tests Hibernate Infinispan integration against the latest Infinispan 5.1. So, I'm wondering if there's a way in which you can define the Infinispan version to use via command line. Something like: ./gradlew clean build -DinfinispanVersion=5.1.7-SNAPSHOT The

[hibernate-dev] Hibernate Search documentation build problem

2012-08-23 Thread Nicolas Helleringer
Hi all, I have problem with the documentation build of Hibernate Search : [INFO] --- maven-jdocbook-plugin:2.3.5:generate (default-generate) @ hibernate-search-documentation --- 15 [main] INFO org.jboss.jdocbook.profile.ProfilerImpl - applying DocBook profiling [C:\Dev\hibernate-search\hibernate-