[jira] Created: (ODE-164) SecuritySubject attached to NormalizedMessage by ServiceMix is lost in ODE

2007-08-02 Thread jan cwik (JIRA)
SecuritySubject attached to NormalizedMessage by ServiceMix is lost in ODE -- Key: ODE-164 URL: https://issues.apache.org/jira/browse/ODE-164 Project: ODE Issue Type: Bu

[jira] Resolved: (ODE-73) Original Exception Lost

2007-08-02 Thread Tammo van Lessen (JIRA)
[ https://issues.apache.org/jira/browse/ODE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tammo van Lessen resolved ODE-73. - Resolution: Fixed Assignee: Matthieu Riou Has been fixed in #482693 by mriou > Original Except

Oracle datasource for Apache Ode

2007-08-02 Thread Fernando Lozano
I’m trying to configure Ode to use Oracle DB but I can’t seem to get the datasource right. My ode-axis2.properties looks like this: ode-axis2.tx.factory.class=org.apache.ode.axis2.util.JBossFactory ode-axis2.db.mode=EXTERNAL ode-axis2.db.ext.dataSource=java:/OracleDS I know it must be some

Re: Oracle datasource for Apache Ode

2007-08-02 Thread Alex Boisvert
Now it looks like your datasource configuration doesn't match your database setup, or your database is not available.I would double-check you datasource URL and such. alex On 8/2/07, fLozano <[EMAIL PROTECTED]> wrote: > > > Ok ok I got Ode to recognize the Oracle datasource. Now I get an ugl

Re: Oracle datasource for Apache Ode

2007-08-02 Thread fLozano
Here are my files, maybe you can see something I'm missing: standardjbosscmp-jdbc.xml java:/OracleDS OracleXe true . . . login-config.xml ode ode jboss.jca:service=L

Re: Oracle datasource for Apache Ode

2007-08-02 Thread Alex Boisvert
Can you telnet to 192.168.1.152:1521 from your machine? On 8/2/07, fLozano <[EMAIL PROTECTED]> wrote: > > oracle-ds.xml > > > > OracleDS > jdbc:oracle:thin:192.168.1.152:1521 > :XE > oracle.jdbc.driver.OracleDriver > ode > ode > > org.jboss.resource.adapter.jdbc.vendor.Or

Re: Oracle datasource for Apache Ode

2007-08-02 Thread fLozano
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 >> >> >> >> OracleDS >> jdbc:oracle:thin:192.168.1

Re: Oracle datasource for Apache Ode

2007-08-02 Thread fLozano
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