Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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



Back to the top