Subject Re: [Firebird-Java] Re: hibernate reverse engeneering - id - @SequenceGenerator annotation
Author Mark Rotteveel
On 27-5-2017 19:29, pablos@... [Firebird-Java] wrote:
> The error I get when trying generating Entities from Tables on a JPA
> project on Package Explorer perspective and also on Hibernate
> Perspective when trying to see the tables for the db config is:
>
> eclipse.buildId=4.6.3.M20170301-0400
> java.version=1.8.0_131
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product
> org.eclipse.epp.package.jee.product
>
> org.hibernate.eclipse.console
> Error
> Sat May 27 13:51:50 UYT 2017
> Problems while reading database schema
>
> This is a JPA project just to reveng tables, usign JPA 2.1 whith
> Hibernate 5.2.10.Final
> When I change jaybird dependency from jaybird-full-3.0.0.jar to
> jaybird-full-2.2.13.jar they both work.
> I can send db example i you need it.

As far as I can tell right now (without having the details from the
Eclipse error log), the error you get might occur when you don't specify
the character set in the URL. Since Jaybird 3 it is required to specify
the connection character set.

Mark
--
Mark Rotteveel