Ok, I think I got it to use Oracle. It binds the connection and it throws no errors. But now... and I'm sorry for being a pain but... now Ode.war does not deploy. I can't see the helloworld example anywhere in the axis2 homepage and I and neither are the deployment services there.
Any clues as to why this is? fLozano wrote: > > Eh... Actually I can't. How does this affect my configuration? Is it > fixable?? > > Alex Boisvert wrote: >> >> Can you telnet to 192.168.1.152:1521 from your machine? >> >> >> On 8/2/07, fLozano <[EMAIL PROTECTED]> wrote: >>> >>> oracle-ds.xml >>> >>> <datasources> >>> <local-tx-datasource> >>> <jndi-name>OracleDS</jndi-name> >>> <connection-url>jdbc:oracle:thin:192.168.1.152:1521 >>> :XE</connection-url> >>> <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> >>> <user-name>ode</user-name> >>> <password>ode</password> >>> <exception-sorter-class-name> >>> org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter >>> </exception-sorter-class-name> >>> </local-tx-datasource> >>> >>> </datasources> >>> >> >> > > -- View this message in context: http://www.nabble.com/Oracle-datasource-for-Apache-Ode-tf4206573.html#a11970194 Sent from the Apache Ode Dev mailing list archive at Nabble.com.
