Subject Re: [Firebird-Java] Help with Jaybird and Hibernate (inside MyEclipse)
Author Roman Rokytskyy
name="connection.url">jdbc:firebirdsql://localhost:3060/C:\dados\LIVRARIA.
> fdb</property>

Most likely you have specified wrong port - it should be 3050 unless you
have started Firebird server on that port.

The error message tells that it cannot connect to the database server.

Roman