[hibernate-issues] [Hibernate-JIRA] Commented: (OGM-161) Avoid the need to set the hibernate.dialect in configuration properties

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Apr 23 13:09:48 EDT 2012


    [ https://hibernate.onjira.com/browse/OGM-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46378#comment-46378 ] 

Emmanuel Bernard commented on OGM-161:
--------------------------------------

This is a test framework issue

{code}
org.hibernate.HibernateException: The dialect was not set. Set the property hibernate.dialect.
	at org.hibernate.dialect.Dialect.instantiateDialect(Dialect.java:236)
	at org.hibernate.dialect.Dialect.getDialect(Dialect.java:214)
	at org.hibernate.ogm.test.simpleentity.OgmTestCase.runBare(OgmTestCase.java:247)
	at com.intellij.junit3.JUnit3IdeaTestRunner.doRun(JUnit3IdeaTestRunner.java:139)
	at com.intellij.junit3.JUnit3IdeaTestRunner.startRunnerWithArgs(JUnit3IdeaTestRunner.java:52)
	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:199)
	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
{code}

> Avoid the need to set the hibernate.dialect in configuration properties
> -----------------------------------------------------------------------
>
>                 Key: OGM-161
>                 URL: https://hibernate.onjira.com/browse/OGM-161
>             Project: Hibernate OGM
>          Issue Type: Improvement
>          Components: core
>            Reporter: Sanne Grinovero
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list