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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -