Subject Re: [Firebird-Java] Hibernate and database constraints
Author Christian Stengel
Hi,
> Give the 777 permissions on the client-java/output directory (probably
> chowning it to mydevuser:firebird and chmod-ding it with 775 would
> also
> be enough).
>
> And check the reports
> (client-java/output/reports/pure_java/html/index.html) - there's exact
> error message why it fails.

Basically encoding errors like:
GDS Exception. 335544351. unsuccessful metadata update TEST_ENCODINGS
CHARACTER SET WIN1250 is not installed

and one testLikeFullLength in TestFBPreparedStatement:
Should find a record.

junit.framework.AssertionFailedError: Should find a record.
at org.firebirdsql.jdbc.TestFBPreparedStatement.testLikeFullLength
(TestFBPreparedStatement.java:739)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)

But the primary problem was a layer 8 problem: no permissions :).

I am away next week - so maby Ill find some time to test.

Thanks,

Christian