0

I'm trying to add a Message Store using a Firebird SQL Database on WSO2 and it gives me the following error:

java.lang.ClassNotFoundException: org.firebirdsql.jdbc.FBDriver

Of course WSO2 cannot find the jar/driver/class for the Firebird connection.

The question is: How to configure properly a Message Store using Firebird Sql Database on WSO2?

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Victor Viola
  • 575
  • 1
  • 4
  • 14

1 Answers1

2

I had a similar issue .I have solved by putting jar in following location

<PRODUCT_HOME>/repository/components/lib 

You can download jar from following link:

http://www.firebirdsql.org/en/jdbc-driver/

soorapadman
  • 4,451
  • 7
  • 35
  • 47