Subject Re: [Firebird-Java] Re: JayBird 1.5.0 Released
Author Roman Rokytskyy
> ok, i did a fresh checkout now, and the error in
> TestFBPreparedStatement disappeared. however the mentioned tests in
> TestFBWrappingDataSource , TestDriverConnectionPoolDataSource and
> TestFBConnectionPoolDataSource still fail with
> "javax.naming.NoPermissionException; remaining name '"/jdbc"'". i
> use the sun jdk 1.4.2.05 and gentoo linux as os.

We use a file system JNDI provider that maps objects to the directories. In
this case it tries to create a /jdbc directory and fails because it cannot.
When you execute this as root, it should work (or give a write access to
the user under which you execute the test cases).

Since the tests are used during development, I do not see big problem here.
Though if you prepare a patch (for example using different JNDI provider), I
will happily commit it to the CVS. Just ensure that provider can be
redistributed.

Roman