【发布时间】:2015-01-09 04:15:18
【问题描述】:
我在我的 mule 流程中使用外部 jar。 jar 文件在 postgres 数据库中建立数据库连接。独立的 jar 文件工作正常。但是当我在我的骡子中使用这个 jar 文件时,它给出了错误
Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:postgresql://xxx/xxx
我在两个应用程序中都添加了 postgres jar 文件作为外部 jar(mule 应用程序和独立 jar)
【问题讨论】:
标签: java spring postgresql mule esb