Paul,
First of all, it may have sense to add <schema> attribute to your
data-sources.xml file.
At the second hand, try to use
DataSource ds = (DataSource) ctx.lookup("java:comp/env/jdbc/DefaultDS");
instead of
DataSource ds = (DataSource) ctx.lookup("jdbc/DefaultDS");
It may help.
Alexey Ryndin.
- configuring jdbc with oracle... Paul Wilcox
- Re: configuring jdbc with oracle... Rafael Alvarez
- Re: configuring jdbc with oracle... DSmith
- Re: Re: configuring jdbc with oracle... John Hogan
- re: configuring jdbc with oracle... Alexey_Ryndin/Storactive
- re: configuring jdbc with oracle... Paul Wilcox
- re: configuring jdbc with oracle... Alexey_Ryndin/Storactive
- Re: re: configuring jdbc with oracle... John Hogan
- Fw: configuring jdbc with oracle... Falk Langhammer
