1

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

  • Are you sure you set DB url correct? Also check password again. In WAS console you can test DS - doesnt require application. – JIV May 16 '13 at 11:04
  • DB url correct.Password corect.In WAS console test DS work.Using application have ora 01017 invalid user name password logon denied. – Jaglica Dragana May 16 '13 at 14:46
  • then show us code how u use DS, also DS mapping in your app if exist – JIV May 16 '13 at 15:16
  • in persistence.xml jdbc/NewOracle Only JNDI name in application same as in DS – Jaglica Dragana May 17 '13 at 10:45
  • you can edit your main post, add code there. Also spring beans mapping if you use or how you use persistence obj. – JIV May 20 '13 at 11:36
  • possible duplicate of [Oracle JDBC : invalid username/password (ora-01017)](http://stackoverflow.com/questions/8435234/oracle-jdbc-invalid-username-password-ora-01017) – brandizzi Apr 24 '14 at 22:15

0 Answers0