[hibernate-dev] Multi-tenancy and id generators

2013-05-20 Thread Steve Ebersole
https://hibernate.atlassian.net/browse/HHH-7582 brought up a question about identifier generation in separate-schema multi-tenant environments, specifically with regard to table generation. There is a similar problem with regard to sequences as well. If anyone had any thoughts... _

Re: [hibernate-dev] Jenkins notification plugin

2013-05-20 Thread Steve Ebersole
Btw, have not tried this yet but I do see BuildWatch in my Play results and Google says it is installable to my phone... On Sat 18 May 2013 06:51:20 PM CDT, Steve Ebersole wrote: > > Doh. I missed the sony watch part :) > > On May 18, 2013 5:57 PM, "Sanne Grinovero"

[hibernate-dev] [OGM] SimpleEntityMassIndexingTest using HSEARCH TestConstants methods

2013-05-20 Thread Guillaume SCHEIBEL
Hello, I've noticed in SimpleEntityMassIndexingTest.getBaseIndexDir() we are using a method from HSearch: TestConstants.getIndexDirectory(). The problem is in OGM this method is used like this: *File indexPath = new File( TestConstants.getIndexDirectory(), shortTestName );* but in Hsearch the

Re: [hibernate-dev] [OGM] SimpleEntityMassIndexingTest using HSEARCH TestConstants methods

2013-05-20 Thread Guillaume SCHEIBEL
There is a second wrong call: AssociationMassIndexerTest.getEntities() 2013/5/20 Guillaume SCHEIBEL > Hello, > > I've noticed in SimpleEntityMassIndexingTest.getBaseIndexDir() we are > using a method from HSearch: TestConstants.getIndexDirectory(). > > The problem is in OGM this method is use