[akka-user] Re: Help with exception with Slick JDBC connector for MS SQL Server

2017-11-15 Thread 'indusbull' via Akka User List
My bad. It was typo while I was formatting to post here. Corrected app.conf with same exception - application.config slick-sqlserver { profile = "slick.jdbc.SQLServerProfile$" db { dataSourceClass = "slick.jdbc.DriverDataSource" properties = { driver =

[akka-user] Help with exception with Slick JDBC connector for MS SQL Server

2017-11-13 Thread 'indusbull' via Akka User List
I am trying Slick (JDBC) Connector tutorial to connect to MS SQL Server 2012 in my prototype Java Akka project. But I am having difficulties since last few hours to connect to DB through JDBC. It keeps throwing below exception