我使用RAD8.0,WebSphere Application Server 7.0.11,我创建数据源,使用j2c类型的用户名/密码有效,设置组件管理和容器管理来创建别名, 我使用ojdbc6.jar驱动,数据库oracle 10g。我可以使用sqldeveloper连接到数据库。 使用应用程序我得到错误ora 01017无效的用户名密码登录被拒绝。我也向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 snapshot-r22266:1084264致命一般错误org.apache.openjpa。 persistance.PersistanceExceptions。 请帮帮我