Subject Re: JayBird & Embeeded
Author Roman Rokytskyy
> Complete stack trace:
> ERROR: org.firebirdsql.jdbc.FBSQLException: Resource Exception.
> Unable to complete network request to host "embedded".
> Reason: Unable to complete network request to host "embedded".

Sorry, that's not a stack trace. I need something like

java.sql.SQLException: ......
at ....
at ....
at .....

and so on. I need to see exactly the place where it happened. You get
this stack trace by using printStackTrace() method of exception.

Roman