Re: Datasource JNDI

2010-03-16 Thread Clinton Begin
Did you try writing a quick pure java test to see if it's the jndi config or something else? On 2010-03-16, phasor wrote: > > Hi, > > I´m facing a problem when deploying an extjs app(using ibatis plugin) to > oracle application server 10. > In sqlmapconfig.xml i´m referencing a jndi datasource th

Re: Datasource JNDI

2010-03-16 Thread phasor
I have already tried deploying without the com/env but the problem remains. Thank you richard Richard Yee wrote: > > Bruno, > Remove java:comp/env from your datasource name in sqlmapconfig and > data-sources.XML > Richard > > Sent from my iPhone > > On Mar 16, 2010, at 4:08 AM, phasor

Re: Datasource JNDI

2010-03-16 Thread Richard Yee
Bruno, Remove java:comp/env from your datasource name in sqlmapconfig and data-sources.XML Richard Sent from my iPhone On Mar 16, 2010, at 4:08 AM, phasor wrote: Hi, I´m facing a problem when deploying an extjs app(using ibatis plugin ) to oracle application server 10. In sqlmapconf