could you post the full stacktrace ? Bye, Norman
2009/11/26 fujimoto hs <[email protected]>: > Hello all, > > I tried to use JDBC Repositories with Oracle11g. > But connection can not get and error occured > "ORA-01017: invalid username/password; logon denied". > > Other clients software can connect same user. > Use DBCP only is successful. > > How can I get Connections? > Please help me. > > > config.xml(database-connections section only,Others default.) > ------------------------------------------------------------- > <data-source name="maildb" > class="org.apache.james.util.dbcp.JdbcDataSource"> > <driver>oracle.jdbc.driver.OracleDriver</driver> > <dburl>jdbc:oracle:thin:@XXX.XXX.XXX.XXX:1521:orcl</dburl> > <user>username</user> > <password>pass</password> > <max>2</max> > </data-source> > ------------------------------------------------------------- > > Env: > ------------------------------------------------------------- > jdk 1.6.0_13 > Oracle 11.1.0.7.0 > JamesServer 2.3.2 > ------------------------------------------------------------- > > P.S. > Oracle "case sensitive" is FALSE. > "org.apache.james.util.mordred.JdbcDataSource" can not connect too. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
