DataSourceSecurityFilter ClassNotFoundException [message #915505] |
Mon, 17 September 2012 08:31  |
Eclipse User |
|
|
|
Hi,
I have an application up and running and it works fine (it loads data from the database). So I think everything works OK with the database driver.
When I turn the DataSourceSecurityFilter on, and try to login, I get an ClassNotFoundException on com.microsoft.sqlserver.jdbc.SQLServerDriver.
My config file looks like
org.eclipse.scout.http.servletfilter.security.DataSourceSecurityFilter#active=true
org.eclipse.scout.http.servletfilter.security.DataSourceSecurityFilter#jdbcDriverName=com.microsoft.sqlserver.jdbc.SQLServerDriver
org.eclipse.scout.http.servletfilter.security.DataSourceSecurityFilter#jdbcMappingName=jdbc:sqlserver://xxxx;databaseName=xxx
org.eclipse.scout.http.servletfilter.security.DataSourceSecurityFilter#jdbcUsername=xxxx
org.eclipse.scout.http.servletfilter.security.DataSourceSecurityFilter#jdbcPassword=xxxx
org.eclipse.scout.http.servletfilter.security.DataSourceSecurityFilter#selectUserPass=SELECT name FROM con_account WHERE name=? and password=?
It picks-up this configuartion so I think it is OK.
So what else do I have to do to make it find the class SQLServerDriver for the authentication process
Regards Bertin
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04644 seconds