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

2012-11-14 Thread Scott Marlow
t;>> we are currently using on AS master branch)? >>>>>>>> >>>>>>>> Which version of OGM should I try to use? Previously, I built OGM >>>>>>> >from git master but I noticed that there is a beta1 available also. >>>&

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

2012-11-14 Thread Scott Marlow
I built OGM >>>>>> >from git master but I noticed that there is a beta1 available also. >>>>>>> >>>>>>> On 11/10/2012 05:41 PM, Scott Marlow wrote: >>>>>>>> Hi Sanne, >>>>>>>> >>

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

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
ow wrote: > >>>>>>Hi Sanne, > >>>>>> > >>>>>>I'm not sure why the module names didn't show for ogm/orm. > >>>>>> > >>>>>>I'll try again with the demo app. > >>>>&

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
also. >>>>>> >>>>>> On 11/10/2012 05:41 PM, Scott Marlow wrote: >>>>>>> Hi Sanne, >>>>>>> >>>>>>> I'm not sure why the module names didn't show for ogm/orm. >>>>>>>

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

2012-11-14 Thread Scott Marlow
gt;>>> >>>>>> I'll try again with the demo app. >>>>>> >>>>>> Scott >>>>>> >>>>>> >>>>>> Sent from my tardis >>>>>> >>>>>> >>>>>

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

2012-11-13 Thread Emmanuel Bernard
t;> > >>>>I'm not sure why the module names didn't show for ogm/orm. > >>>> > >>>>I'll try again with the demo app. > >>>> > >>>>Scott > >>>> > >>>> > >>>>Sent from my tar

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

2012-11-13 Thread Scott Marlow
>>>> >>>> >>>> -----Original Message- >>>> From: Sanne Grinovero [sa...@hibernate.org] >>>> Received: Saturday, 10 Nov 2012, 2:56pm >>>> To: Scott Marlow [smar...@redhat.com] >>>> CC: Emmanuel Bernard [emman...@hib

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

2012-11-12 Thread Scott Marlow
y again with the demo app. >>> >>> Scott >>> >>> >>> Sent from my tardis >>> >>> >>> -Original Message- >>> From: Sanne Grinovero [sa...@hibernate.org] >>> Received: Saturday, 10 Nov 2012, 2:56p

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

2012-11-12 Thread Emmanuel Bernard
, 10 Nov 2012, 2:56pm > >To: Scott Marlow [smar...@redhat.com] > >CC: Emmanuel Bernard [emman...@hibernate.org]; Hibernate Dev > >[hibernate-dev@lists.jboss.org] > >Subject: Re: [hibernate-dev] Documentation on OGM + JBoss AS > > > > > >Hi Scott, >

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

2012-11-12 Thread Scott Marlow
ived: Saturday, 10 Nov 2012, 2:56pm > To: Scott Marlow [smar...@redhat.com] > CC: Emmanuel Bernard [emman...@hibernate.org]; Hibernate Dev > [hibernate-dev@lists.jboss.org] > Subject: Re: [hibernate-dev] Documentation on OGM + JBoss AS > > > Hi Scott, > we don't have that erro

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

2012-11-10 Thread Scott Marlow
m] CC: Emmanuel Bernard [emman...@hibernate.org]; Hibernate Dev [hibernate-dev@lists.jboss.org] Subject: Re: [hibernate-dev] Documentation on OGM + JBoss AS Hi Scott, we don't have that error when testing on AS 7.1.1 with the kitchensink-ogm demo [1] so I'm confident the error is caused

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

2012-11-10 Thread Sanne Grinovero
Hi Scott, we don't have that error when testing on AS 7.1.1 with the kitchensink-ogm demo [1] so I'm confident the error is caused by some difference in the module; indeed I remember it being tricky to put the right things together: I can't test it on 7.2-SNAPSHOT now. We definitely don't specify

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

2012-11-09 Thread Scott Marlow
On 11/09/2012 11:37 AM, Emmanuel Bernard wrote: > On Fri 2012-11-09 11:15, Scott Marlow wrote: >> On 10/01/2012 11:12 AM, Emmanuel Bernard wrote: >>> On Mon 2012-10-01 10:51, Scott Marlow wrote: I got further yesterday (after removing the ---PlaceHolderDSForOGM--- property from HibernateO

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

2012-11-09 Thread Emmanuel Bernard
On Fri 2012-11-09 11:15, Scott Marlow wrote: > On 10/01/2012 11:12 AM, Emmanuel Bernard wrote: > >On Mon 2012-10-01 10:51, Scott Marlow wrote: > >>I got further yesterday (after removing the > >>---PlaceHolderDSForOGM--- property from HibernateOgmPersistence). > >>Not sure what the long term change

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

2012-11-09 Thread Scott Marlow
On 10/01/2012 11:12 AM, Emmanuel Bernard wrote: > On Mon 2012-10-01 10:51, Scott Marlow wrote: >> I got further yesterday (after removing the >> ---PlaceHolderDSForOGM--- property from HibernateOgmPersistence). >> Not sure what the long term change is (perhaps we should only add >> the ---PlaceHold

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

2012-10-07 Thread Scott Marlow
[hibernate-dev@lists.jboss.org] Subject: Re: [hibernate-dev] Documentation on OGM + JBoss AS If that does not slow down the test suite significantly, I'd favor a module to limit project explosion. On 5 oct. 2012, at 06:56, Scott Marlow wrote: > On 10/05/2012 06:16 AM, Sanne Grinovero wrote

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

2012-10-05 Thread Emmanuel Bernard
If that does not slow down the test suite significantly, I'd favor a module to limit project explosion. On 5 oct. 2012, at 06:56, Scott Marlow wrote: > On 10/05/2012 06:16 AM, Sanne Grinovero wrote: >> Thanks Scott, that documentation arrived just in time: >> https://forum.hibernate.org/viewto

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

2012-10-05 Thread Scott Marlow
On 10/05/2012 06:16 AM, Sanne Grinovero wrote: > Thanks Scott, that documentation arrived just in time: > https://forum.hibernate.org/viewtopic.php?f=31&t=1024476 > > It looks like we could simplify things by creating an AS7 module, and > release it in tandem with an OGM release. > > What could be

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

2012-10-05 Thread Sanne Grinovero
Thanks Scott, that documentation arrived just in time: https://forum.hibernate.org/viewtopic.php?f=31&t=1024476 It looks like we could simplify things by creating an AS7 module, and release it in tandem with an OGM release. What could be the best way to distribute this module? Is there a "clean"

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

2012-10-01 Thread Sanne Grinovero
You don't have to build it but having it in the cache woud help :) The test is building and materializing an AS7 module on the filesystem containing all dependencies, including Hibernate Search (among others) and uses ShrinkWrap to do that; if you look in the test you should find a line which forc

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

2012-10-01 Thread Scott Marlow
On 10/01/2012 12:23 PM, Sanne Grinovero wrote: > On 1 October 2012 17:08, Scott Marlow wrote: >> On 10/01/2012 11:05 AM, Sanne Grinovero wrote: >>> >>> On 1 October 2012 15:51, Scott Marlow wrote: I got further yesterday (after removing the ---PlaceHolderDSForOGM--- property from H

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

2012-10-01 Thread Scott Marlow
On 10/01/2012 01:46 PM, Sanne Grinovero wrote: > On 1 October 2012 18:07, Scott Marlow wrote: >> On 10/01/2012 12:23 PM, Sanne Grinovero wrote: >>> >>> On 1 October 2012 17:08, Scott Marlow wrote: On 10/01/2012 11:05 AM, Sanne Grinovero wrote: > > > On 1 October 2012 15:51,

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

2012-10-01 Thread Sanne Grinovero
On 1 October 2012 18:07, Scott Marlow wrote: > On 10/01/2012 12:23 PM, Sanne Grinovero wrote: >> >> On 1 October 2012 17:08, Scott Marlow wrote: >>> >>> On 10/01/2012 11:05 AM, Sanne Grinovero wrote: On 1 October 2012 15:51, Scott Marlow wrote: > > > I got further yest

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

2012-10-01 Thread Scott Marlow
On 10/01/2012 12:23 PM, Sanne Grinovero wrote: > On 1 October 2012 17:08, Scott Marlow wrote: >> On 10/01/2012 11:05 AM, Sanne Grinovero wrote: >>> >>> On 1 October 2012 15:51, Scott Marlow wrote: I got further yesterday (after removing the ---PlaceHolderDSForOGM--- property from H

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

2012-10-01 Thread Sanne Grinovero
On 1 October 2012 17:08, Scott Marlow wrote: > On 10/01/2012 11:05 AM, Sanne Grinovero wrote: >> >> On 1 October 2012 15:51, Scott Marlow wrote: >>> >>> I got further yesterday (after removing the ---PlaceHolderDSForOGM--- >>> property from HibernateOgmPersistence). Not sure what the long term >

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

2012-10-01 Thread Scott Marlow
On 10/01/2012 11:05 AM, Sanne Grinovero wrote: > On 1 October 2012 15:51, Scott Marlow wrote: >> I got further yesterday (after removing the ---PlaceHolderDSForOGM--- >> property from HibernateOgmPersistence). Not sure what the long term >> change is (perhaps we should only add the ---PlaceHolder

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

2012-10-01 Thread Emmanuel Bernard
On Mon 2012-10-01 10:51, Scott Marlow wrote: > I got further yesterday (after removing the > ---PlaceHolderDSForOGM--- property from HibernateOgmPersistence). > Not sure what the long term change is (perhaps we should only add > the ---PlaceHolderDSForOGM--- for the non-container case). That may h

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

2012-10-01 Thread Sanne Grinovero
On 1 October 2012 15:51, Scott Marlow wrote: > I got further yesterday (after removing the ---PlaceHolderDSForOGM--- > property from HibernateOgmPersistence). Not sure what the long term > change is (perhaps we should only add the ---PlaceHolderDSForOGM--- for > the non-container case). Nice. Is

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

2012-10-01 Thread Scott Marlow
I got further yesterday (after removing the ---PlaceHolderDSForOGM--- property from HibernateOgmPersistence). Not sure what the long term change is (perhaps we should only add the ---PlaceHolderDSForOGM--- for the non-container case). http://pastie.org/4891549 is the out from running one of th

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

2012-09-27 Thread Emmanuel Bernard
I'd still prefer a small section in our reference documentation. Stuff in the wiki is as useful as peeing in a violin as we say in France ;) Emmanuel On Thu 2012-09-27 9:52, Scott Marlow wrote: > On 09/27/2012 09:02 AM, Emmanuel Bernard wrote: > >Hey Scott, > > > >I stumbled upon https://hiberna

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

2012-09-27 Thread Scott Marlow
On 09/27/2012 09:02 AM, Emmanuel Bernard wrote: > Hey Scott, > > I stumbled upon https://hibernate.onjira.com/browse/OGM-117 and wondered > if you could contribute a paragraph or two on how to use Hibernate OGM > in JBoss AS latest. > The documentation is hosted in http://github.com/hibernate/hiber

[hibernate-dev] Documentation on OGM + JBoss AS

2012-09-27 Thread Emmanuel Bernard
Hey Scott, I stumbled upon https://hibernate.onjira.com/browse/OGM-117 and wondered if you could contribute a paragraph or two on how to use Hibernate OGM in JBoss AS latest. The documentation is hosted in http://github.com/hibernate/hibernate-ogm, there is a documentation module. If you can make