java - Could not connect to firebird database Mule ESB (via Generic Database Configuration) -


could not connect firebird database via mule esb (generic database configuration). day.

i have added firebird external depencies. jaybird-full-3.0.2 java 1.7. jdbc 4.1,

url connetion "jdbc:firebirdsql://10.10.12.3:3050://e:/db_total/asuka.fdb"

driver class name org.firebirdsql.jdbc.fbdriver

in properties have set user:dw password:somepass

when try test connection have next error

test connection failed org.mule.module.db.internal.domain.connection.connectioncreationexception:java.lang.nullpointerexception


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -