[
https://issues.jboss.org/browse/TEIIDDES-1457?page=com.atlassian.jira.plu...
]
Hisanobu Okuda commented on TEIIDDES-1457:
------------------------------------------
The below works for me on TDesigner 8.1.
{code}
$ git diff
diff --git a/plugins/org.teiid.designer.core/plugin.xml
b/plugins/org.teiid.designer.core/plugin.xml
index bce4897..c77e17d 100644
--- a/plugins/org.teiid.designer.core/plugin.xml
+++ b/plugins/org.teiid.designer.core/plugin.xml
@@ -59,6 +59,22 @@
<priority> 1 </priority>
</extension>
+ <extension
+ id="systemVirtualResource"
+ name="systemVirtualResource"
+ point="org.teiid.designer.core.externalResource">
+ <resourceName>
+ System/SYSADMIN.xmi
+ </resourceName>
+ <resourceUrl>
+ System.vdb
+ </resourceUrl>
+ <internalUri>
+
http://www.metamatrix.com/models/SYSADMIN.xmi
+ </internalUri>
+ <priority> 1 </priority>
+ </extension>
+
<!-- Metamodel extensions -->
<extension
point="org.teiid.designer.core.resourceValidator">
diff --git a/tests/org.teiid.designer.core.test/testdata/larger_test.index
b/tests/org.teiid.designer.core.test/testdata/larger
index 310644f..9083355 100644
Binary files a/tests/org.teiid.designer.core.test/testdata/larger_test.index and
b/tests/org.teiid.designer.core.test/testdata/
(END)
{code}
I'm now struggling with 8.2.
ERROR: SYSADMIN.logMsg does not exist.
--------------------------------------
Key: TEIIDDES-1457
URL:
https://issues.jboss.org/browse/TEIIDDES-1457
Project: Teiid Designer
Issue Type: Bug
Components: Testing
Affects Versions: 7.7
Environment: Windows 7 64 bits
Reporter: Mónica L.A.
Assignee: Hisanobu Okuda
Fix For: 8.2
I've just put different calls to SYSADMIN.logMsg to trace a procedure and when I
save, the transformation editor show the message: ERROR: SYSADMIN.logMsg does not exist
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira