You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Yuriy Zubarev <yu...@yahoo.ca> on 2001/03/20 02:32:35 UTC

Parsing error

Hello everyone,

I encountered a weird problem and got "javax.servlet.ServletException:
Parsing error processing resource path /WEB-INF/struts-config.xml" error
message. The tags that caused this error are as follow:

<data-sources>
  <data-source
    ...
  />
</data-sources>

When I chenged the code to

  <data-source
    ...
  />

I didn't get that error message any more (I got another but it doesn't
relate to parsing problem).

So what is so special about <data-sources> tags?

Thank you for your time.

Best of luck.

_______________________________________________________
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca

Re: Parsing error

Posted by Yuriy Zubarev <yu...@yahoo.ca>.
Hello again.

Sorry friends, false alarm. I was dumb enough to forget to put jar file
with javax.sql.* classes in my web application classpath.

Best of luck.


_______________________________________________________
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca