Hide Forgot
++ This bug is a clone of bug 780117 ++ project_key: SOA Data Explorer does not show the contents of ModeShape. Data Explorer seems to be using path -> Catalog -> Schema -> View -> ModeShape elements. It seems that ModeShape JDBC driver does not support call of getSchema. See attached screenshot for differences between ModeShape exploring and PostgreSQL exploring
Attachment: Added: Screenshot-1.png
We have a usability issue regarding its usage in the first release. The driver, in JBDS, is only usable when importing metadata to build a Teiid Model that will be deployed to EDS. Outside of that, it's not usable. There are similar limitations of other connection profiles (i.e., webservices, salesforce). With that said, the driver could be fixed to at least support the methods to show the metadata in the data explorer, but it will still not support querying the data from a remote client.
Right. Users are not expected to be able to query ModeShape directly through the modeshape connection profile. To query ModeShape from Data Tools or any out-of-process client, you need to go through Teiid. MS supports remote metadata calls but data calls must be in-process. Therefore Teiid running in the same VM as ModeShape can act as a proxy and provide a remote JDBC/ODBC interface to MS via a VDB. In the future MS will support direct remote JDBC connections. In the meantime this behavior is expected and should be documented.
Changed status to Future as this will part of a scheduled enhancement
Link: Added: This issue depends MODE-872