我使用RAD8.0,WebSphere Application server 7.0.11,我创建数据源,使用j2c类型用户名/密码有效,设置组件管理和容器管理创建别名,我使用ojdbc6.jar驱动,数据库oracle 10g。我可以使用 sqldeveloper 连接到数据库。使用应用程序我收到错误或 01017 无效的用户名密码登录被拒绝。我也安装到 wsa 7.0.19。什么也没发生。我使用了相同的应用程序,并且它之前工作过。在 web.xml 中
<resource-ref>
<description>
Auto Generated - SDO Datasource connection to DEVRS08</description>
<res-ref-name>NewOracle</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
打开 jpa-2.0.2 快照-r22266:1084264 致命的一般错误 org.apache.openjpa。持久性。持久性异常。请帮我