Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-17 Thread Guillaume SCHEIBEL
OGM in Glassfish 3: www.gscheibel.net/2013/06/how-to-use-hibernate-ogm-in-glassfish-3.html WDYT ? Guillaume 2013/6/6 Emmanuel Bernard > I've created a JIRA to publish the modules distro > https://hibernate.atlassian.net/browse/OGM-290 > > On Thu 2013-06-06 11:10, Sanne Grinovero wrote: > > Ah

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Emmanuel Bernard
I've created a JIRA to publish the modules distro https://hibernate.atlassian.net/browse/OGM-290 On Thu 2013-06-06 11:10, Sanne Grinovero wrote: > Ah right I might be confused with the Search modules as we release > those regularly, and upload to sourceforge as well. > > For OGM I think we should

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Sanne Grinovero
Ah right I might be confused with the Search modules as we release those regularly, and upload to sourceforge as well. For OGM I think we should do a release, as in the last one the modules where not available yet. (AFAIR as I can't check now) On 6 June 2013 10:17, Guillaume SCHEIBEL wrote: > I

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Guillaume SCHEIBEL
I didn't find a direct link to download them (btw, the link to download ogm from sourceforge http://sourceforge.net/projects/hibernate/files/hibernate-ogm/ is pointing to hsearch 4.3 files). May be we could propose (don't know where, ogm download page on hibernate.org or download page of AS 7) the

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Sanne Grinovero
Nice post! People don't necessarily have to build the modules from sources, you could put a download link or explain how to unpack them via Maven. On 6 Jun 2013 09:49, "Guillaume SCHEIBEL" wrote: > I'll do better, I'll try with another machine which doesn't know OGM at > all. > > > 2013/6/6 Emman

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Emmanuel Bernard
It still has to know about JBoss's nexus or use -s setting-example.xml which will go and look for the snapshot online. And thus be unpredictable. On Thu 2013-06-06 10:44, Guillaume SCHEIBEL wrote: > I'll do better, I'll try with another machine which doesn't know OGM at all. > > > 2013/6/6 Emmanu

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Guillaume SCHEIBEL
I'll do better, I'll try with another machine which doesn't know OGM at all. 2013/6/6 Emmanuel Bernard > Well make sure to clean your maven repo cache before you test. Or else > your local cache will contain the snapshot. Likewise, the remote repo > might contain an old snapshot and I dont' thi

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Emmanuel Bernard
Well make sure to clean your maven repo cache before you test. Or else your local cache will contain the snapshot. Likewise, the remote repo might contain an old snapshot and I dont' think you can guard against that. On Thu 2013-06-06 10:19, Guillaume SCHEIBEL wrote: > Thanks for your comments. Yo

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Guillaume SCHEIBEL
Thanks for your comments. You are right, "not a panacea" is what I meant. For the "mvn clean install" it worth to be tried, I'll keep you up to date on that. Next step, how to write a new datastore provider. Guillaume 2013/6/6 Emmanuel Bernard > Nice :) > > Do you really mean " OGM definitely

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-06 Thread Emmanuel Bernard
Nice :) Do you really mean " OGM definitely is a panacea". From your sentence it seems you meant " OGM definitely is not a panacea" > Then just go under %HIBERNATE_OGM_HOME% /hibernate-ogm-modules and > perform a mvn clean install. I suspect that won't work since the other maven modules are not