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
[
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
Im trying to configure Ode to use Oracle DB but I cant 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
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
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
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
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
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