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?