Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Test Connection not working


The catalog provider will be null until it has been loaded.  Calling DatabaseDefinitionRegistry.getDatabaseCatalogProvider() will cause the catalogProvider to get loaded and cached in the catalogProvider member variable.

Larry Dunnell
Internet address: ledunnel@xxxxxxxxxx




Anil Samuel <anil.samuel@xxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx

01/18/2006 08:26 PM

Please respond to
DTP development mailing list <dtp-dev@xxxxxxxxxxx>

To
DTP development mailing list <dtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [dtp-dev] Test Connection not working





I seems to have got another inch further.

The dbdefinition seems to get populated now (though I can't quite explain how !!). The corresponding instance variable appears to have following values at DatabaseDefinitionRegistryImpl:112. I have specified my own catalogProvider (along with DDLGenerator) in my plugin.xml (see attached); I wonder why both coming null here.

definition= DatabaseDefinitionImpl  (id=201)
   catalogProvider= null
   databaseVendorDefinition= null
   ddlGenerator= null
   deltaDdlGenerator= null
   description= null
   factory= null
   nameAndJDBCEnumToPrimitiveDataTypeDefinitionMap= null
   nameToPrimitiveDataTypeDefinitionMap= null
   parser= null
   product= "Oracle"
   productDisplayString= "Oracle"
   version= "10"
   versionDisplayString= "10"

Regards
Anthos

On 1/19/06, Lawrence E Dunnell < ledunnel@xxxxxxxxxx> wrote:

The version I delivered for Friday's build is located at [Datatools_Project] / org.eclipse.datatools.connectivity / plugins / org.eclipse.datatools.connectivity.dbdefinition.oracle.  (Note it is the 'plugins' directory instead of the 'attic'.)

Larry Dunnell
Internet address:
ledunnel@xxxxxxxxxx


Anil Samuel <anil.samuel@xxxxxxxxx>
Sent by:
dtp-dev-bounces@xxxxxxxxxxx

01/18/2006 06:01 PM

Please respond to
DTP development mailing list <
dtp-dev@xxxxxxxxxxx>


To
DTP development mailing list <dtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [dtp-dev] Test Connection not working







Initially I didnot where to get the log/trace from .. but now I know :-) some hints wud have made it easier. :-(

anyway, runtime-EclipseApplication/.metadata/.plugins/org.eclipse.ui.workbench/log complaints about plugins/org.eclipse.datatools.connectivity.dbdefinition.oracle; so I guess I need to get a working version of this. I am using the HEAD version from
[Datatools_Project] / org.eclipse.datatools.connectivity / attic / org.eclipse.datatools.connectivity.dbdefinition.oracle

Any easy way of getting it ?

Anthos


_______________________________________________
dtp-dev mailing list

dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev





--
Anil Samuel <
anil.samuel@xxxxxxxxxx>
Senior Technical Member
Product Development
Oracle Corporation
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev

Attachment: plugin.xml
Description: Binary data


Back to the top