Skip to content

Commit 5b6519e

Browse files
committed
GRAILS-8378 removed call to set SessionFactory name
1 parent ef650fe commit 5b6519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-hibernate/src/main/groovy/org/codehaus/groovy/grails/plugins/orm/hibernate/HibernatePluginSupport.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class HibernatePluginSupport {
144144
def hibConfig = application.config["hibernate$suffix"] ?: application.config.hibernate
145145

146146
def hibConfigClass = ds?.configClass
147-
def hibProps = [(Environment.SESSION_FACTORY_NAME): ConfigurableLocalSessionFactoryBean.name + suffix]
147+
def hibProps = [:]
148148

149149
if (ds.loggingSql || ds.logSql) {
150150
hibProps."hibernate.show_sql" = "true"

0 commit comments

Comments
 (0)