Re: [hibernate-dev] Where are the batched fetch statements generated?

2012-11-14 Thread Steve Ebersole
Cool. Let me know how it goes On Nov 14, 2012 12:07 PM, "Clemens Eisserer" wrote: > Hi Steve, > > Sorry I missed the original series of emails, as unbelieveable as it > sounds, gmail was acting strange recently... > > Ok, this is pushed to master. All 3 styles are implemented. See >> issue for

Re: [hibernate-dev] GitHub CONTRIBUTING(.md)

2012-11-14 Thread Gunnar Morling
Cool :) Hardy, for HV we have https://community.jboss.org/wiki/ContributingToHibernateValidator. Do you want move/copy that completely to CONTRIBUTING.md or only the points most relevant for doing pull requests? Am 14.11.2012 20:43 schrieb "Steve Ebersole" : > Way ahead of you : > https://github

Re: [hibernate-dev] GitHub CONTRIBUTING(.md)

2012-11-14 Thread Steve Ebersole
Way ahead of you : https://github.com/hibernate/hibernate-orm/blob/master/CONTRIBUTING.md :) On Wed 14 Nov 2012 01:10:53 PM CST, Hardy Ferentschik wrote: > Nice. We should add this file to our repos. > > > > On 14 Nov 2012, at 19:26, Steve Ebersole wrote: > >> Interesting new GitHub feature : >

Re: [hibernate-dev] GitHub CONTRIBUTING(.md)

2012-11-14 Thread Hardy Ferentschik
Nice. We should add this file to our repos. On 14 Nov 2012, at 19:26, Steve Ebersole wrote: > Interesting new GitHub feature : > https://github.com/blog/1184-contributing-guidelines > > -- > st...@hibernate.org > http://hibernate.org > ___ > hiber

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Scott Marlow
Adding the "services=import" to the Hibernate ORM module helped us get further. We are making it to org.hibernate.ogm.persister.OgmEntityPersister but get stuck on Infnispan 5.2.x not liking org/hibernate/ogm/datastore/infinispan/default-config.xml. http://pastie.org/5378295 is from AS master

[hibernate-dev] GitHub CONTRIBUTING(.md)

2012-11-14 Thread Steve Ebersole
Interesting new GitHub feature : https://github.com/blog/1184-contributing-guidelines -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Scott Marlow
On 11/14/2012 12:01 PM, Emmanuel Bernard wrote: > 1. is the one that must be solved because if the integrator is not seen > then many other things won't work in Hibernate OGM, we heavily > reconfigure components. Okay, good to know that this is what we need to fix. I'll try again to get this to

Re: [hibernate-dev] Where are the batched fetch statements generated?

2012-11-14 Thread Clemens Eisserer
Hi Steve, Sorry I missed the original series of emails, as unbelieveable as it sounds, gmail was acting strange recently... Ok, this is pushed to master. All 3 styles are implemented. See > issue for details. > > On Thu, Nov 1, 2012 at 2:43 PM, Steve Ebersole > wrote: > > fwiw... I have a lot

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Steve Ebersole
You are speaking Chinese to me ;) I don't know what the distinction there means. What is "services=import"? Hibernate does a *highly* specialized form of java.util.ServiceLoader lookup, if thats what "services" there is supposed to mean. On Wed 14 Nov 2012 11:45:01 AM CST, Scott Marlow wrote:

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Scott Marlow
If its a classloader issue. I'll post the corrected classpath definitions online. OGM was on the Hibernate classloader but I might of missed the "services=import" part... I'll give it another try. On 11/14/2012 12:36 PM, Steve Ebersole wrote: > Well is it not working or is it not being seen?

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Steve Ebersole
Well is it not working or is it not being seen? Remember that Hibernate tries to find these Integrators based on the ClassLoader you hand it... On Wed 14 Nov 2012 11:33:30 AM CST, Scott Marlow wrote: > I would be guessing if I tried to explain why OgmIntegrator is not > working. > > On 11/14/20

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Scott Marlow
I would be guessing if I tried to explain why OgmIntegrator is not working. On 11/14/2012 12:11 PM, Steve Ebersole wrote: > But that's not what I am asking. I am asking why Integrator is not > working here in AS. I assume this is more module classpath bs? > > On 11/14/2012 10:54 AM, Scott Marlow

[hibernate-dev] Shards

2012-11-14 Thread Steve Ebersole
On https://github.com/hibernate/hibernate-orm/pull/407 Adriano has started work on porting Shards (based on the last release source) to the latest 4.1 code base. Shards really became a dump and run, which is why we did not even bother moving it over from SVN to GitHub when we migrated the other

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Steve Ebersole
But that's not what I am asking. I am asking why Integrator is not working here in AS. I assume this is more module classpath bs? On 11/14/2012 10:54 AM, Scott Marlow wrote: > See below details about OgmIntegrator not overriding ORM > ConnectionProviderInitiator. > > On 11/14/2012 11:09 AM, St

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Emmanuel Bernard
1. is the one that must be solved because if the integrator is not seen then many other things won't work in Hibernate OGM, we heavily reconfigure components. 2. is not a real problem, it's just that the configuration logic would need to be a bit different but AFAIR that was not trivial to do. I'm

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Scott Marlow
See below details about OgmIntegrator not overriding ORM ConnectionProviderInitiator. On 11/14/2012 11:09 AM, Steve Ebersole wrote: > Integrator is not working why? > >>> >>> People are still hitting the "Caused by: >>> org.hibernate.service.jndi.JndiException: Unable to l

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Steve Ebersole
Integrator is not working why? On 11/14/2012 10:05 AM, Scott Marlow wrote: > Which failure do we want to address? > > 1. The integrator approach is not helping when using OGM/ORM on AS7. > > 2. The earlier failure that I haven't yet seen when the place holder is > removed and we bootstrap with >

Re: [hibernate-dev] Documentation on OGM + JBoss AS

2012-11-14 Thread Scott Marlow
Which failure do we want to address? 1. The integrator approach is not helping when using OGM/ORM on AS7. 2. The earlier failure that I haven't yet seen when the place holder is removed and we bootstrap with HibernateOgmPersistence.createContainerEntityManagerFactory(). Something else? On 1