Weblogic + Spring +JNDI+ SQL2008
My Web Application DB Server is SQL2008 and Wls version is 10.3.5. And when i confiure the JDBC in console uesd by microSoft Driver sqljdbc4.jar is OK(the DB Pool test is OK), and I have put the driver in the wls common lib directory, but when i startup the web application the console throw error message : cannot find the Class: com\microsoft\sqlserver\jdbc\ISQLServerConnection.
I use the driver directly(not by DB pool of wls), WEB works well. Or I use the Jndi create by driver of wls authenticate is also OK.WHY ?!
My Spring ApplicationContext content :