Bug 1077285 - [HHH-9057] Correct global identifier quoting for mssql
Summary: [HHH-9057] Correct global identifier quoting for mssql
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Hibernate
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR6
: EAP 6.3.0
Assignee: Brett Meyer
QA Contact: Zbyněk Roubalík
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks: 1073085
TreeView+ depends on / blocked
 
Reported: 2014-03-17 16:07 UTC by Martin Simka
Modified: 2015-09-01 04:00 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:28:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Simka 2014-03-17 16:07:02 UTC
https://hibernate.atlassian.net/browse/HHH-9057

EAP 6.3.0.DR4
Hibernate 4.2.10

org.hibernate.test.annotations.quote.QuoteGlobalTest.testTableGeneratorQuoting

Stacktrace:
java.lang.AssertionError: The identifier generator table should have validated.  Missing sequence or table: `[hibernate_sequences]`
	at org.junit.Assert.fail(Assert.java:93)
	at org.hibernate.test.annotations.quote.QuoteGlobalTest.testTableGeneratorQuoting(QuoteGlobalTest.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:63)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:62)

Comment 1 Brett Meyer 2014-03-17 19:22:09 UTC
Corrected upstream and will be a part of the ORM component upgrade in 1073085

Comment 3 Martin Simka 2014-04-01 11:13:12 UTC
verified on EAP 6.3.0.DR6


Note You need to log in before you can comment on or make changes to this bug.