• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WSAD and Struts

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I wonder if anyone using WSAD and Struts could answer my data source question ?
My application is currently using a data source to access an Oracle database with no troubles.
However now that I am attempting to use the same data source in a struts version of the application, I am getting a Class Cast Exception thrown when I attempt to look up the data source using JNDI. I actually get an Object of type com.ibm.ejs.cm.JDBC1PhaseRF instead of a DataSource object.
Any suggestions to why this would be the case ?
Thanks Aisling
 
reply
    Bookmark Topic Watch Topic
  • New Topic