Subject Re: JayBird & Embeeded
Author Roman Rokytskyy
> at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:275)

Exactly this indicates that you're using JayBird 1.0.1. At this line
you can find exactly that call. In JayBird 1.5 there's javadoc comment
in this line. Check your classpath.

Roman