Subject | Re: [Firebird-Java] Re: How2 save javaobject in Firebird ? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-12-20T07:27:18Z |
> Can you tell me how2 make "firebird embedded engine" with JBOSS ?Change the JDBC URL from jdbc:firebirdsql:localhost:/opt/... to
jdbc:firebirdsql:embedded:/opt/..., ensure that libjaybird.so is in the
$PATH (or, more correctly in java.library.path) and that libfbembed.so is
installed (comes with ClassicServer, not sure about SuperServer).
Roman