Under AO 1.1.4 MSSQL driver cannot be found.
The MSSQL driver name that the factory is expecting is sqlserver but driverNameExtractor.getDriverName(dataSource returns Microsoft JDBC Driver 4.2 for SQL Server
Add notes...
(sigh) both 4.0 and 4.2 versions return the same string, with version replaced.
Microsoft maybe? Looking at what Hibernate does...
Hibernate doesn't seem to differentiate between JDBC drivers.
(fuckthisshit) I'm just going with Microsoft.
Releasing a hash for you now
Please test again with 1.1.5-af85210
It seems that the plugin is string matching the driver name, rather than driver class, as it was testing.
Updated the tests to use names.