[teiid-commits] teiid SVN: r2070 - trunk/documentation/admin-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Apr 21 14:19:48 EDT 2010


Author: shawkins
Date: 2010-04-21 14:19:46 -0400 (Wed, 21 Apr 2010)
New Revision: 2070

Modified:
   trunk/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml
Log:
TEIID-1052 adding faq about the difference between console and shell

Modified: trunk/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml
===================================================================
--- trunk/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml	2010-04-21 17:46:11 UTC (rev 2069)
+++ trunk/documentation/admin-guide/src/main/docbook/en-US/content/appendix-a.xml	2010-04-21 18:19:46 UTC (rev 2070)
@@ -1,8 +1,18 @@
 <appendix id="faq">
   <title>Frequently Asked Questions</title>
   <qandaset>
+  
     <qandaentry>
       <question>
+        <para>Why won't the adminhelp command work in the Console tool?</para>
+      </question>
+      <answer>
+        <para>The Console environment does not understand Shell commands (load, help, adminhelp, etc.), since they are not directly supported by Groovy.  In the Console you should use the equivalent functional form / Groovy, e.g. instead of adminhelp, adminHelp()</para>
+      </answer>
+    </qandaentry>
+  
+    <qandaentry>
+      <question>
         <para>Are there any pre-built scripts available?</para>
       </question>
       <answer>
@@ -21,7 +31,7 @@
 
     <qandaentry>
       <question>
-        <para>What is different between "connectAsAdmin()" and "connect()" ?</para>
+        <para>What is different between "connectAsAdmin()" and "connect()"?</para>
       </question>
       <answer>
         <para>The connectAsAdmin methods create a contextual connection to the AdminAPI of the Teiid Server.  The connect methods return an extension of the Groovy Sql object to be used for Sql calls to the Teiid Server.</para>
@@ -33,7 +43,7 @@
         <para>Is IDE support available for writing the scripts?</para>
       </question>
       <answer>
-        <para>The AdminConsole tool is a light IDE.  Full IDE support is available for Groovy, but requires manual manipulation of the class path and script imports.  See <link linkend="other_environments">using AdminShell methods in other environments</link>.</para>
+        <para>The Admin Console tool is a light-weight IDE.  Full IDE support is available for Groovy, but requires manual manipulation of the class path and script imports.  See <link linkend="other_environments">using AdminShell methods in other environments</link>.</para>
       </answer>
     </qandaentry>
 



More information about the teiid-commits mailing list