我正在构建一个 Play 2.1.1 应用程序以在 Websphere 8.5 上运行并使用Play2War来构建战争。该应用程序在我使用时运行良好,play ~run
但是当我构建并将战争部署到 Websphere 时,我收到错误消息:
models.MyModel is NOT an Entity Bean registered with this server
我尝试创建文件APP_HOME/conf/ebean.properties
并添加了以下行:
ebean.search.jars=myplayapp.jar
不幸的是,这没有奏效。
有人遇到过这个问题吗?