Closed GoogleCodeExporter closed 9 years ago
It seems to me that you have exactly the same sql exception in the datasources
when you don't use javamelody. If I'm right, this can't be an issue in
javamelody.
I have in fact the same exception when I use a DataSource defined like yours in
server.xml.
And it works for me when I replace the following in server.xml
url="jdbc:oracle:thin:login/pass@localhost:1521:XXXX"
by
userName="login" passWord="pass"
url="jdbc:oracle:thin:@localhost:1521:XXXX"
Do you confirm that?
Original comment by evernat@free.fr
on 21 Oct 2010 at 9:40
closing as not a bug
Original comment by evernat@free.fr
on 30 Oct 2010 at 8:12
Just a quick comment for anyone else that runs into this: it seems to work
when we put in userName and passWord with the EXACT CAPITALIZATION. username=
and password= causes the same errors. Just FYI for anyone in the future.
Thanks for all the help! Wonderful product!
Original comment by eli...@espoc.com
on 30 Oct 2010 at 12:11
Original issue reported on code.google.com by
eli...@espoc.com
on 19 Oct 2010 at 1:33