Re: [hibernate-dev] How to run master unit test in Intellij with non-default DB

2015-06-04 Thread Gail Badner
I imported the project as a Gradle project and the Run/Debug configuration is listed under "Gradle". Gradle project: /home/gbadner/git/hibernate-orm-HHH-redo-again/hibernate-entitymanager Tasks: cleanTest test VM options: -Dhibernate.jdbc.use_get_generated_keys=false -Dhibernate.connection.pa

Re: [hibernate-dev] How to run master unit test in Intellij with non-default DB

2015-06-04 Thread Steve Ebersole
I would assume you are using the "Run with Gradle" stuff in IntelliJ rather than the normal "Run it in IntelliJ" stuff On Thu, Jun 4, 2015 at 7:01 PM Gail Badner wrote: > For 4.3 and before, when running a unit test in Intellij using a > non-default DB, I would simply add the JDBC jar as a modul

[hibernate-dev] How to run master unit test in Intellij with non-default DB

2015-06-04 Thread Gail Badner
For 4.3 and before, when running a unit test in Intellij using a non-default DB, I would simply add the JDBC jar as a module dependency and then add the hibernate-specific properties (e.g., for dialect, etc) as VM options in the Run/Debug configuration. This doesn't work for master because the

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-04 Thread Sanne Grinovero
On 29 May 2015 at 18:27, Scott Marlow wrote: > > > On 05/29/2015 01:05 PM, Sanne Grinovero wrote: >> >> Thanks Scott! >> >> 1. this error is expected: HS 5.2 is not compatible with ORM 5. >> We'll need a compatible WildFly version to release a compatible >> version, or alternatively know how to ge

Re: [hibernate-dev] Hibernate Search for Hibernate 5 - status

2015-06-04 Thread Sanne Grinovero
The necessary changes to be compatible with Hibernate ORM 5.0.0.CR1 are now merged, I'll release Hibernate Search 5.4.0.Alpha1 tomorrow. For this release only, we'll not publish a set of modules to overlay on WildFly. Sanne On 1 June 2015 at 20:56, Sanne Grinovero wrote: > Hi Guillaume, > than