Re: [hibernate-dev] Multitenancy Per Schema Fails With NPE

2015-05-03 Thread amit shah
Great! that helped. Removing the config property worked out. On Mon, Apr 27, 2015 at 4:29 PM, Steve Ebersole wrote: > You are trying to use auto schema validation. That is not yet supported > for multi-tenancy. None of the auto schema tools are. If you need to run > any of the schema tools, y

Re: [hibernate-dev] Trying Hibernate 5.0.0.Beta2

2015-05-03 Thread Petar Tahchiev
Hi guys, I finally managed to reproduce it - here's a small application that will generate the provided exception: https://github.com/paranoiabla/hibernate-hsql-issue Please notice that it works fine with Hibernate 4.3.x I think it has to do something with the CommerceCustomerModel - If I remov