【发布时间】:2011-09-18 14:22:45
【问题描述】:
我的 GWT 项目是使用谷歌应用引擎设置的。现在我想在 Google 应用引擎中运行休眠代码。
我添加了包含所有具有休眠实现的业务逻辑的业务逻辑 jar 文件。我放置了我的 businesslogic jar 文件 WEB-INF\lib 文件夹并添加到类路径中。运行应用程序后,当我单击登录按钮时,它应该验证用户名和密码。此用户验证已通过 hibernate 实现。但它会引发以下异常。
Caused by: org.datanucleus.exceptions.NucleusUserException: No available StoreManager
found for the datastore URL key "jdbc". Please make sure you have all relevant
plugins in the CLASSPATH (e.g datanucleus-rdbms?, datanucleus-db4o?), and consider
setting the persistence property "datanucleus.storeManagerType" to the type of store
you are using e.g rdbms, db4o
【问题讨论】:
标签: google-app-engine gwt datanucleus