logicalContainment definition in plugin.xml not working [message #16190] |
Tue, 06 June 2006 14:48 |
Anil Samuel Messages: 108 Registered: July 2009 |
Senior Member |
|
|
Hi
I have a logicalContainment defined in plugin.xml as below here
<extension
point=" org.eclipse.datatools.connectivity.sqm.core.logicalContainme nt ">
<containment
package="http:///oracle/dbtools/modelbase/oracle.ecore"
class="MaterializedView"
provider=" oracle.dbtools.connectivity.containment.OracleMaterializedVi ewContainmentProvider ">
</containment>
</extension>
But
org.eclipse.datatools.connectivity.sqm.internal.core.contain ment.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
|
|
|
Powered by
FUDForum. Page generated in 0.03303 seconds