Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-connect-dev] Re: [dtp-dev] Eclipse jee ganymede 3.4 RC4 >> generic jdbc firebird drive >> Schema "null" cannot be resolved for table XXXXX


Hi Roman...

If you want to consider contributing the code to the DTP Enablement project, we'd love to have it. Obviously that won't work for Ganymede (DTP 1.6), but for the next major release that would be cool. So you have time to consider it and we have time to see how to get it in once you've made a decision.

--Fitz

Brian Fitzpatrick
Eclipse Data Tools Platform PMC Chair
Eclipse Data Tools Platform Connectivity Team Lead
Senior Software Engineer, Sybase, Inc.



Roman Rokytskyy <rrokytskyy@xxxxxxxxxxx>
Sent by: dtp-connect-dev-bounces@xxxxxxxxxxx

06/18/2008 12:24 PM

Please respond to
DTP Connectivity project development list        <dtp-connect-dev@xxxxxxxxxxx>

To
DTP Connectivity project development list <dtp-connect-dev@xxxxxxxxxxx>
cc
Subject
Re: [dtp-connect-dev] Re: [dtp-dev] Eclipse jee ganymede 3.4 RC4        >> generic jdbc firebird        drive >> Schema "null" cannot be resolved for        table XXXXX





Hi,

> My name is Delmar, I'm from Brazil and my english is not perfect
>  
> I'm testing Eclipse jee ganymede 3.4 RC4
>  
> I created one project Java EE - Enterprise Application Project and configured:
>    application.xml
>    Data Source Explorer JDBC with Firebird connection using Jaybird-2.1.3JDK_1.3
>  
>    Connection open but don't show no schema

Yup, additional plugin is required. I have created one for Eclipse 3.3,
but currently have no time to support it, so it was even never released.
If you have time to support it as part of some open-source initiative, I
can give the code.

> I created one second projetc JPA - JPA Project and configured:
>    Persistence.xml
>    one class denominated BAIRRO
>  
> I get 3 erros
> Schema "null" cannot be resolved for table "BAIRRO"
> Column "CODIGO" cannot be resolved
> Schema "null" cannot be resolved for table "BAIRRO"
>  
> Because  I'm using Firebird and there are no default schema and no tables are displayed by DSE how I could may contorn the problem?

Please send me privately complete test case to reproduce the problem, I
will try to find a solution.

Regards,
Roman Rokytskyy
Firebird Project Admin,
Maintainer of Jaybird JDBC driver
_______________________________________________
dtp-connect-dev mailing list
dtp-connect-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-connect-dev



Back to the top