Re: [oae-dev] Problem when connecting with MySQL in Sakai3

2013-01-22 Thread Bhanu Teja
M To: Bhanu Teja Cc: oae-dev@collab.sakaiproject.org Subject: Re: [oae-dev] Problem when connecting with MySQL in Sakai3 Hi Bhanu, The error is probably happening because the mysql drivers haven't been properly imported yet. I can't see what your pom.xml file looks like, but in the case f

Re: [oae-dev] Problem when connecting with MySQL in Sakai3

2013-01-22 Thread Branden Visser
Hi Bhanu, The error is probably happening because the mysql drivers haven't been properly imported yet. I can't see what your pom.xml file looks like, but in the case for dynamically-loaded JDBC drivers like this, the Import-Package definitions in your pom.xml won't suffice. For this, you'd want

[oae-dev] Problem when connecting with MySQL in Sakai3

2013-01-22 Thread Bhanu Teja
Hi All, I am using MySQL for my sakai3 application. Portal connected to MySQL and required tables were created. Now, I am just trying to write a simple app in nakamura, to connect to MySQL. In this stage, I am getting ClassNotFoundException. Please find the attachments. These are my