Ecsdie 2.0在那有下载的?并且能部署到Weblogic里面的

zh348857835 2007-09-24
如题?高手指导下
zh348857835 2007-09-24
难道这个论坛除了我以为,就没人在了吗?
zh348857835 2007-09-24
已经下好了,但部署到Weblogic还是不行
pharaohsprince 2007-09-25
我部署了·除了导出XLS文件有问题外其他都可以了··
有时间可以交流一下
zh348857835 2007-09-25
我也可以了,但我现在需要改成SQL Server的数据库,老是报错!~
哎,高手帮我哈
zh348857835 2007-09-25
严重: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myEasyDA' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'datasource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datasource' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not load JDBC driver class [com.microsoft.jdbc.sqlserver.SQLServerDriver]; nested exception is java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datasource' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not load JDBC driver class [com.microsoft.jdbc.sqlserver.SQLServerDriver]; nested exception is java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are:
PropertyAccessException 1:
org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not load JDBC driver class [com.microsoft.jdbc.sqlserver.SQLServerDriver]; nested exception is java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not load JDBC driver class [com.microsoft.jdbc.sqlserver.SQLServerDriver]; nested exception is java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
Caused by: java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver

高手,帮看哈
zh348857835 2007-09-25
高手,有MSN没,交流下
pharaohsprince 2007-09-25
错误显示·你的JDBC驱动有问题~~看看你的SPRING配置文件有没有写错
可能原因:
1.SQL SERVER 是不是SP4以上版本??要打补丁,否则JDBC有问题~
2.建议使用 net.sourceforge.jtds.jdbc.Driver 这个驱动~比SQL SERVER自带的好~
3.我习惯用proxool作为连接池~
zh348857835 2007-09-26
呵呵,犯了个低级错误,没加JDBC驱动,不报错拉,但页面里取不到值
bh_nesta 2008-02-20
pharaohsprince:请问weblogic中使用useAjax = "true"时,出现乱码,有没有办法解决?
Global site tag (gtag.js) - Google Analytics