I using RAD8.0,WebSphere Application server 7.0.11, I create datasource, use j2c type username/password valid, set component management and container management to created alias, I use ojdbc6.jar driver,database oracle 10g. I can connect to database using sqldeveloper. Using application I get error ora 01017 invalid user name password logon denied. I also pach to wsa 7.0.19. Nothing happend. I used same application and it was work earlier. In 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>
open jpa-2.0.2 snapshot-r22266:1084264 fatal general error org.apache.openjpa. persistance.PersistanceExceptions. Please help me