SQLServerDialectTest.testMaxResultsSqlServerWithCaseSensitiveCollation fails on
mssql2008R1 and mssql2008R2 due to Lock request TimeOut period exceeded
-------------------------------------------------------------------------------------------------------------------------------------------------------
Key: HHH-7323
URL:
https://hibernate.onjira.com/browse/HHH-7323
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 4.1.3
Reporter: Madhumita Sadhukhan
Assignee: Strong Liu
Refer
https://issues.jboss.org/browse/JBPAPP-9041
SQLServerDialectTest.testMaxResultsSqlServerWithCaseSensitiveCollation fails on
mssql2008R1 and mssql2008R2 with following stacktrace:
org.hibernate.hql.internal.ast.QuerySyntaxException: Product is not mapped [from Product
where description like 'Kit%']
at
org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:180)
Query failing:
* select id from Product2 with (updlock, rowlock, nowait) where id =?
08:38:09,174 WARN SqlExceptionHelper:143 - SQL Error: 1222, SQLState: S00051
08:38:09,175 ERROR SqlExceptionHelper:144 - Lock request time out period exceeded.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira