Re: [hibernate-dev] Hibernate 4 Multi-tenancy Issue - No Entity Persisters Found

2015-07-01 Thread Jitu
As per the exception. it looks like hibernate is not not able to find querytranslator which means hibernate is not able to translate HQL query to SQL query. So increase log level to TRACE and provide more logs. On Wed, Jul 1, 2015 at 1:08 PM, amit shah wrote: > Hello, > > I have been trying to

Re: [hibernate-dev] Hibernate 4 Multi-tenancy Issue - No Entity Persisters Found

2015-07-01 Thread Jitu
I have tried hibernate 4 multi-tenancy with Spring. Please check if this helps you in anyway https://github.com/abjitu/multitenancy On Wed, Jul 1, 2015 at 10:35 PM, Jitu wrote: > As per the exception. it looks like hibernate is not not able to find > querytranslator which means hibernate