Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » logicalContainment definition in plugin.xml not working
logicalContainment definition in plugin.xml not working [message #16190] Tue, 06 June 2006 14:48
Anil Samuel is currently offline Anil SamuelFriend
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
Previous Topic:Synonym appearing in non-Derby connection too [related to bug#144142]
Next Topic:logicalContainment definition in plugin.xml not working
Goto Forum:
  


Current Time: Thu Apr 25 18:14:17 GMT 2024

Powered by FUDForum. Page generated in 0.02753 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top