我在 grails2.2.0 中有我的应用程序。我想使用以下设置部署部署在 apache tomcat7 上的这个应用程序战争:
第一个带有 Oracle 数据源的 WAR
第二个 WAR,数据源为 SQL。
虽然我使用最应该的方法执行此操作,但将其设置在 app-config.properties 文件中,但当我运行应用程序时,WAR 指向 SQL 时出现以下错误。
造成的
BeanCreationException: Error creating bean with name 'sessionFactory':
Cannot resolve reference to bean 'lobHandlerDetector' while setting bean proper
ty 'obHandler';
nested exception is org.springframework.beans.factory.BeanCreat
ionException: Error creating bean with name 'lobHandlerDetector': Invocation of
init method failed;
nested exception is org.springframework.jdbc.support.MetaDat
aAccessException: Error while extracting DatabaseMetaData;
nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.mi
crosoft.sqlserver.jdbc.SQLServerDriver
请协助解决此问题。