I'm trying to run an existing web app on my machine (using WSAD as an
IDE) and I continually get an error when the app tries to perform a JNDI datasource lookup. Here is the code being executed:
And here is some of the stack trace I get when the exception occurs:
In that, it looks like I'm missing a class, com/microsoft/jdbcx/base/BaseXADataSource. Anyone know what that class is or where it might be found?
Thanks,
Corey
[ November 01, 2004: Message edited by: Corey McGlone ]