Skip to main content

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

 
Also... Can you provide details like which version of firebird you're using and where to grab it?
Firebird 2.0.3 http://deltacorp.com.br/downloads/
 
Delmar Wichnieski
Diretor de sistemas
DELTA CORPORATION
Ajuricaba-RS-BR
-----------------------------------------------------------------------------
 
Hi Delmar!

No worries about your English. I understood perfectly what you were after. ;)

At this point it may just be that the Jaybird JDBC driver isn't providing what the generic catalog loader (which provides the catalog/schema/tables/procedure/etc. to the data source explorer tree) is expecting.

Why don't you add an enhancement request for the DTP Enablement project to add Firebird support and we can look into that for the next release?

Also... Can you provide details like which version of firebird you're using and where to grab it? If we have time to look at it for one of the maintenance releases, we can see if there's anything we can do to help you out.

Sorry we can't be more help right now. Ganymede (DTP 1.6) is on its way out the door next week, so we're pretty much at the end of the road for this release.

--Fitz

Brian Fitzpatrick
we're pretty much at the end of the road for this release.
Hi Brian
 
At this point it may just be that the Jaybird JDBC driver isn't providing what the generic catalog loader (which provides the catalog/schema/tables/procedure/etc. to the data source explorer tree) is expecting ....
 
Well, I'm a Delphi programmer. I had study some java since 2002 and now I would like extend a Delphi Application for one Web Application using free solution as eclipse, java, Jboss and preserving my Firebird database.
Last week, I had download serveral versions of eclipse and I had performed test with each veresion and I got always the same problem. Then I looked some plugins like:
 
org.eclipse.datatools.modelbase.sql_1.0.0.v200805152355
org.eclipse.datatools.connectivity.db.generic_1.0.0.v200805152355 and  many others in org.eclipse.datatools.connectivity and org.eclipse.datatools.modelbase
 
trying to find which class implement the methods that populate the schema, but confess I did not understand where the process begins and I do not know if I just looking at the correct plugins.
I saw some class like JDBCSchema, JDBCSchemaLoader, Schema, SQLSchemaFactory, SQLSchemaPackage, SchemaImpl, SQLSchemaFactoryImpl, SQLSchemaPackageImpl.
 
But even if I identify the classes, probably, I would not implement for several reasons:

Little knowledge of Java;
Recent contact with the platform eclipse;
I do not know the components of the eclipse very least the parameters of the interface that receive the information collected by the methods of classes.

But I want help to get help

Back to the top