Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] logicalContainment definition in plugin.xml not working


If you set a breakpoint in the constructor for ContainmentServiceImpl, do you see your containment provider getting added to the hashtable "packages" properly?

Larry Dunnell
Internet address: ledunnel@xxxxxxxxxx




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

06/06/2006 07:48 AM

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

To
DTP development mailing list <dtp-dev@xxxxxxxxxxx>
cc
Subject
[dtp-dev] logicalContainment definition in plugin.xml not working





Hi

I have a logicalContainment defined in plugin.xml as below here
   <extension
    point="org.eclipse.datatools.connectivity.sqm.core.logicalContainment">
       <containment
           package="http:///oracle/dbtools/modelbase/oracle.ecore"
           class="MaterializedView"
           
provider="oracle.dbtools.connectivity.containment.OracleMaterializedViewContainmentProvider">
       </containment>
   </extension>


But
org.eclipse.datatools.connectivity.sqm.internal.core.containment.ContainmentServiceImpl.java:168
- this.getProvider(metaclass) call returns a ViewContainmentProvider
instance where the metaclass corresponds to
oracle.dbtools.modelbase.db.MaterializedView. I tried changing class
attribute above to its fully qualified name
(oracle.dbtools.modelbase.db.MaterializedView) but no difference in
behaviour. Any thoughts ?

Regards
Anthos

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


Back to the top