Re: OpenEJB with MySQL problem

2008-12-12 Thread Andrej Trifkovic
't have >> any problem. >> >> These are values which I have used in openejb.xml file: >> >> >> JdbcDriver com.mysql.jdbc.Driver >> JdbcUrl jdbc:mysql://localhost/test >> UserNameroot >> Passwordsa >>

Re: OpenEJB with MySQL problem

2008-12-11 Thread Rainer Pröbster
Hello, you included the MySQL driver (mysql-connector-java-5.x.y-bin) in WEB-INF/lib (!) folder, yes? Andrej Trifkovic schrieb: > Hello. > I was try to use OpenEJB plugin for Tomcat with MySQL database, but when > I deploy my war file, I get exception and message like this " Cannot > load JDBC

Re: OpenEJB with MySQL problem

2008-12-11 Thread Jazon
I put mysql-connector.jar under \apache-tomcat-6.0.18\webapps\openejb\lib directory and it works On Thu, Dec 11, 2008 at 12:29 PM, Andrej Trifkovic wrote: > Hello. > I was try to use OpenEJB plugin for Tomcat with MySQL database, but when I > deploy my war file, I get exception and message like

OpenEJB with MySQL problem

2008-12-11 Thread Andrej Trifkovic
Hello. I was try to use OpenEJB plugin for Tomcat with MySQL database, but when I deploy my war file, I get exception and message like this " Cannot load JDBC driver class 'com.mysql.jdbc.Driver' ", although I was include driver for MySQL in WEB-INF folder. Can you tell me what is the problem?