Issue 11040

find a way for mybatis integration tests to work with a PrivateServiceModule without exposing its Datasource

11040
Reporter: mdoering
Assignee: mdoering
Type: Improvement
Summary: find a way for mybatis integration tests to work with a PrivateServiceModule without exposing its Datasource
Description: Right now the mybatis projects using the PrivateServiceModule need to expose its Datasource so integration tests work. This causes conflicts when more than one mybatis project is wired up in a single project. For example druapl mybatis and registry persistence join in the registry-ws project
Priority: Critical
Resolution: Fixed
Status: Closed
Created: 2012-04-25 22:41:19.255
Updated: 2013-12-06 13:15:59.248
Resolved: 2012-08-10 13:00:43.778


Author: mdoering@gbif.org
Created: 2012-08-10 13:00:43.804
Updated: 2012-08-10 13:00:43.804
        
Named guice bindings worked out.
See http://code.google.com/p/gbif-common-resources/source/detail?r=954 and http://code.google.com/p/gbif-common-resources/source/detail?r=955