Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Scott Marlow
Not a big deal to change the WildFly default which is in code, since we don't have a suitable configuration file for the setting. We should update org.jboss.as.jpa.config.Configuration.PROVIDER_MODULE_HIBERNATE_OGM, which currently is set to "org.hibernate:ogm". WildFly 8.x is already final,

Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Sanne Grinovero
On 9 January 2015 at 10:33, Gunnar Morling wrote: > > > 2015-01-09 11:26 GMT+01:00 Sanne Grinovero : >> >> On 9 January 2015 at 09:56, Gunnar Morling wrote: >> > 2015-01-08 23:21 GMT+01:00 Sanne Grinovero : >> >> >> >> I just noticed that the main module for Hibernate OGM has slot="ogm", >> >> wh

Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Gunnar Morling
2015-01-09 11:26 GMT+01:00 Sanne Grinovero : > On 9 January 2015 at 09:56, Gunnar Morling wrote: > > 2015-01-08 23:21 GMT+01:00 Sanne Grinovero : > >> > >> I just noticed that the main module for Hibernate OGM has slot="ogm", > >> while the various dialect extension modules use the "main" slot. >

Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Sanne Grinovero
On 9 January 2015 at 09:56, Gunnar Morling wrote: > 2015-01-08 23:21 GMT+01:00 Sanne Grinovero : >> >> I just noticed that the main module for Hibernate OGM has slot="ogm", >> while the various dialect extension modules use the "main" slot. Good point. So let's use "org.hibernate.ogm" slot="4.1.1

Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Gunnar Morling
2015-01-08 23:21 GMT+01:00 Sanne Grinovero : > I just noticed that the main module for Hibernate OGM has slot="ogm", > while the various dialect extension modules use the "main" slot. > I think this stems from the fact that we just use "org.hibernate" as module name which conflicts with the ORM m

Re: [hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-09 Thread Davide D'Alto
+1 There is already a JIRA open to rename the module: https://hibernate.atlassian.net/browse/OGM-698 We can update it with more details. On Thu, Jan 8, 2015 at 10:21 PM, Sanne Grinovero wrote: > I just noticed that the main module for Hibernate OGM has slot="ogm", > while the various dialect ex

[hibernate-dev] Slot name for modules of Hibernate OGM

2015-01-08 Thread Sanne Grinovero
I just noticed that the main module for Hibernate OGM has slot="ogm", while the various dialect extension modules use the "main" slot. My understanding is that "main" should be reserved for the version included in a specific application server version, so we'd better avoid it to make it possible t