【发布时间】:2012-01-15 03:49:55
【问题描述】:
使用休眠时出现以下错误:
Exception in thread "main" javax.ejb.EJBException: org.hibernate.exception.JDBCConnectionException: Cannot open connection
...
...
Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/db
问题类似于:other question 但我认为我的 url 是对的!
【问题讨论】:
标签: mysql hibernate jakarta-ee ejb