Subject Re: [Firebird-Java] jaybird-2.0.0 and JBoss
Author Roman Rokytskyy
> Hello,

> My application runs OK in JBoss 4.0.2 with JayBird 1.5.5 and
> JDK1.5.0_04. But when I try jaybird-2.0.0RC1JDK_1.5, my application
> fails with NameNotBoundException.
> (java:/HrJxPjDS not bound)

There must be an exception in the log...

> <config-property name="Database"
> type="java.lang.String">//nsl02//home/databases/hr_jx_pj.fdb</config-prope
> rty>

Please change the database name to (I assume that nsl02 is the host name)

nsl02:/home/databases/hr_jx_pj.fdb

And if that does not help, please check the log file for exceptions.

Roman