2008/12/31 Robert Blackburn <rwblackb...@gmail.com>:
> (..)
>
> Any help or suggestions would be appreciated
>

Just some suggestions that come to mind:

Have you considered googling for "StringUtils indexOfIgnoreCaseRespectQuotes"?
E.g. it may be Connector/J bug #25047 fixed in v. 5.0.5
Check, what version of MySQL Connector/J you are using.

> com.mysql.jdbc.Connection.parseCallableStatement(Connection.java:4422)

The name suggests that the operation being performed is preparing some
sql Statement. Are you sure that it is "getConnection()" call that is
failing? Looks
like that succeeded, but some other call few lines later is failing.


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to