Skip to content

GRAILS-11189: Grails 2.3.7 doesn't work with multiple data sources or multiple GORM providers #1072

@graemerocher

Description

@graemerocher

Original Reporter: dmurat
Environment: Windows 7 64 bit, Oracle jdk 1.7.0_51 g4 bit
Version: 2.3.7
Migrated From: http://jira.grails.org/browse/GRAILS-11189

Steps to reproduce:
Create grails application with create-app command, say
{code}grails create-app demo-ds-bug{code}

Add additional data source for development environment, i.e
{code}dataSource_second {
dbCreate = "create-drop"
url = "jdbc:h2:mem:devDbSecond;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
}{code}

On {{run-app}}, application throws an exception saying it can not create 'transactionManager_second'.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions