Service Virtualization

  • 1.  JDBC virtualisation

    Posted Apr 08, 2015 04:12 AM

    Venkatesh Sundaramoorthy 4 months ago

    Usage of Lisa JDBC Virtualized url

     

    Hi,

     

    Below is the JDBC url to record and play back virtual service. when I use Mysql connector the test connection always gives success message. I've the relevant jar files for Lisa and MySql in the build path of  project.

     

    DriverManager.getConnection("jdbc:lisasim:driver =com.mysql.jdbc.Driver;url=jdbc:mysql://localhost:3306/logparse","root","root");

     

    But, when I try hit the end point I am getting the below error, Does anyone know how to resolve this error. FYI: the same is working with a standalone java code.

     

    No suitable driver found for jdbc:lisasim:driver=com.mysql.jdbc.Driver;state=playback;url=jdbc:mysql://localhost:3306/company