Subject | Re: [Firebird-Java] Re: JayBird 1.5.0 Released |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-08-30T11:33:19Z |
> ok, i did a fresh checkout now, and the error inWe use a file system JNDI provider that maps objects to the directories. 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.
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