Forum Discussion

Beno_Iskratel's avatar
Beno_Iskratel
Frequent Contributor
15 years ago

SOLID jdbc driver

Hello,

i copied solid jdbc jar file into \soapUI-Pro-3.6.2-SNAPSHOT\bin\ext and restared SoapUI.
Do i have to do something else to be able to use this driver?
I really need to know this.

I attached the driver, just remove ".txt".

With best regards,
Beno

2 Replies

  • Hello,

    It depends on where you want to use the driver. If you are using it in a groovy script, then you need to add the following line to the start of your script:


    com.eviware.soapui.support.GroovyUtils.registerJdbcDriver( "solid.jdbc.SolidDriver" )


    Other than that, you shouldn't have to do anything special.

    Regards,
    Dain
    eviware.com
  • Beno_Iskratel's avatar
    Beno_Iskratel
    Frequent Contributor
    Tnx Dain,

    it's in JDBC request, that's where I need it.
    I added this driver into JDBC Driver Properties (soapUI Preferences) manualy and it's working.

    For others, it goes something like this:
    Driver: SOLID/solid.jdbc.SolidDriver
    Conn String template: jdbc:solid:://<HOST:127.0.0.1>:<PORT:1325>/<USER>/<PASSWORD>

    After this, new Data Connection has to be created in Project Properties.
    That's all.
    I don't know if there is an even easier way to do it.
    I though that driver will just appear after i copied it into \bin\ext\, but it didn't (Build soapui-pro-3.6.2-daily-2010-11-10-[2], Build Date 2010/11/10 02:52).

    Beno