Hi all,
When executing command install jpa -database MSSQL ...
In database.properties file it creates:
and with that entry i get following exception:Code:database.driverClassName=com.microsoft.jdbc.sqlserver.SQLServerDriver
but examination of Microsoft SQL Server JDBC Driver 2.0 March 2009Code:PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is java.lang.IllegalStateException: Could not load JDBC driver class [com.microsoft.jdbc.sqlserver.SQLServerDriver]
it seems theat right entry shoud be:
I tested this and it worked for me so if there is anyone else who has similar problem hope it helpsCode:database.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver![]()


Reply With Quote


