Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 71d40963b505df4524269198e237b3e3 > files > 58

virtuoso-opensource-doc-6.1.4-2.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
 <head profile="http://internetalchemy.org/2003/02/profile">
  <link rel="foaf" type="application/rdf+xml" title="FOAF" href="http://www.openlinksw.com/dataspace/uda/about.rdf" />
  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
  <meta name="dc.title" content="21. Appendix" />
  <meta name="dc.subject" content="21. Appendix" />
  <meta name="dc.creator" content="OpenLink Software Documentation Team ;&#10;" />
  <meta name="dc.copyright" content="OpenLink Software, 1999 - 2009" />
  <link rel="top" href="index.html" title="OpenLink Virtuoso Universal Server: Documentation" />
  <link rel="search" href="/doc/adv_search.vspx" title="Search OpenLink Virtuoso Universal Server: Documentation" />
  <link rel="parent" href="appendixa.html" title="Chapter Contents" />
  <link rel="prev" href="signalsandexitcodes.html" title="Signals and Exit codes" />
  <link rel="next" href="support.html" title="Product Support" />
  <link rel="shortcut icon" href="../images/misc/favicon.ico" type="image/x-icon" />
  <link rel="stylesheet" type="text/css" href="doc.css" />
  <link rel="stylesheet" type="text/css" href="/doc/translation.css" />
  <title>21. Appendix</title>
  <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" />
  <meta name="author" content="OpenLink Software Documentation Team ;&#10;" />
  <meta name="copyright" content="OpenLink Software, 1999 - 2009" />
  <meta name="keywords" content="" />
  <meta name="GENERATOR" content="OpenLink XSLT Team" />
 </head>
 <body>
  <div id="header">
    <a name="apparelnotes" />
    <img src="../images/misc/logo.jpg" alt="" />
    <h1>21. Appendix</h1>
  </div>
  <div id="navbartop">
   <div>
      <a class="link" href="appendixa.html">Chapter Contents</a> | <a class="link" href="signalsandexitcodes.html" title="Signals and Exit codes">Prev</a> | <a class="link" href="support.html" title="Product Support">Next</a>
   </div>
  </div>
  <div id="currenttoc">
   <form method="post" action="/doc/adv_search.vspx">
    <div class="search">Keyword Search: <br />
        <input type="text" name="q" /> <input type="submit" name="go" value="Go" />
    </div>
   </form>
   <div>
      <a href="http://www.openlinksw.com/">www.openlinksw.com</a>
   </div>
   <div>
      <a href="http://docs.openlinksw.com/">docs.openlinksw.com</a>
   </div>
    <br />
   <div>
      <a href="index.html">Book Home</a>
   </div>
    <br />
   <div>
      <a href="contents.html">Contents</a>
   </div>
   <div>
      <a href="preface.html">Preface</a>
   </div>
    <br />
   <div class="selected">
      <a href="appendixa.html">Appendix</a>
   </div>
    <br />
   <div>
      <a href="yacc.html">YACC SQL Grammar Reference</a>
   </div>
   <div>
      <a href="errors.html">Error Codes Reference</a>
   </div>
   <div>
      <a href="signalsandexitcodes.html">Signals and Exit codes</a>
   </div>
   <div class="selected">
      <a href="apparelnotes.html">Release Notes</a>
    <div>
        <a href="#feat30" title="New Features">New Features</a>
        <a href="#ptrs30" title="Bugs Fixed">Bugs Fixed</a>
    </div>
   </div>
   <div>
      <a href="support.html">Product Support</a>
   </div>
   <div>
      <a href="systemtables.html">Virtuoso System Tables</a>
   </div>
   <div>
      <a href="apndxregexp.html">Basic Syntax of Regular Expressions</a>
   </div>
   <div>
      <a href="apndxclientcompilance.html">Server &amp; client versions compatibility</a>
   </div>
    <br />
  </div>
  <div id="text">
    <a name="apparelnotes" />
    <h2>21.4. Release Notes</h2>

<a name="feat30" />
    <h3>21.4.1. New Features</h3>
<ul>
<li>
        <p>
          <strong>SOAP 1.1 Implementation</strong> - this new release includes a wide range of new SOAP features, bringing it up to date with the most recent developments of this rapidly evolving technology :</p>
      </li>
<ul>
<li>
          <p>Flexibility in configuring SOAP access points using a WEB based user interface allowing exposure of selected stored procedures as SOAP services. These procedures may be local or linked  from any 3rd party databases.  The effective privileges for running SOAP exposed procedures can also be set at the access point level. </p>
        </li>
<li>
          <p>Improved SOAP to Virtuoso/PL Language Binding allowing the receiving and returning of arbitrarily complex arrays and structures, using XML Schema to describe the mapping of Virtuoso internal types to precisely match specification expressed in XML Schema.</p>
        </li>
<li>
          <p>Automated generation of WSDL descriptions of SOAP access points -  Simple procedure parameter lists map automatically to SOAP types described in XML Schema.  For complex types, procedures can be annotated with explicit references to XML Schema types.  Thus the developer has complete control over the presentation of web services.
</p>
        </li>
<li>
          <p>Import of WSDL descriptions of outside web services.  Virtuoso automatically generates Virtuoso/PL wrappers based on an outside WSDL file, making all its services transparently callable as stored procedures from Virtuoso/PL.</p>
        </li>
<li>
          <p>Virtuoso&#39;s SOAP client and server implementations pass the SOAP Interop tests levels 1, 2 and most of 3. </p>
        </li>
<li>
          <p>Virtuoso Service Module for XML (VSMX) is a mechanism provided by Virtuoso for testing SOAP messages by automatically generating a test page - a VSMX file - that has the extension .vsmx. The VSMX file is generated at the same time as the WSDL file is generated, giving instant access to your SOAP messages to test they perform as expected. Web Service developers would use VSMX to forego the test bed creation step in light of automatic test page generation. Project managers can easily keep track of their developers progress by checking the test page periodically.</p>
        </li>
</ul>
<li>
        <p>
          <strong>XSLT 1.1 Implementation</strong> - support for the XSLT 1.1 Draft Specification has been added.</p>
      </li>
<li>
        <p>
          <strong>Exposure of  Stored Procedures as Web Services</strong> - Stored procedures can be exposed as SOAP services very simply from Virtuoso, whether the procedures are native Virtuoso or on remote data sources. This powerful ability means that any database servers already existing within an organization can easily become a component in an eBusiness solution using Virtuoso.</p>
      </li>
<li>
        <p>
          <strong>XML Schema</strong> -  contains a built-in XML Schema 2001 validator. This is accessible from Virtuoso/PL as a function and is used for SOAP and XQuery where appropriate. </p>
      </li>
<li>
        <p>
          <strong>XML Templates</strong> - Virtuoso XML templates allow execution of SQL/XML queries over HTTP to obtain an XML document in response and/or perform some operation in the database using updategrams. The XML Template file can be stored either on the file system, WebDAV repository or stored on another HTTP server being referenced by a URL parameter.</p>
      </li>
<li>
        <p>
          <strong>XQuery</strong> - Virtuoso provides support for the XQuery 1.0 XML Query Language specification. This specification is currently in the working draft stage at the W3C XML Query Working Group working in collaboration with the W3C XSL Working Group.</p>
      </li>
<li>
        <p>
          <strong>Web DAV</strong> -  support for redirection of resources, using the Web DAV Redirect Reference Resource Protocol draft 02 specification. </p>
      </li>
<li>
        <p>
          <strong>Remote Stored Procedures</strong> - Stored Procedures located in remote databases can now be linked into the Virtuoso Server in the same manner as you would link in tables or views. This enables remote stored procedures to be readily and easily exposed as WEB Services.</p>
      </li>
<li>
        <p>
          <strong>OLE DB Provider</strong> - native OLE DB Provider is now available allowing direct connection from ADO and .Net applications.</p>
      </li>
<li>
        <p>
          <strong>JDBC Driver</strong> - enhanced JDBC support with full compliance with JDBC J2EE standard.</p>
      </li>
<li>
        <p>
          <strong>Free Text</strong> - The full text indexing capability has been extended, giving the developer flexibility in choosing complex, multi-part document id&#39;s for application specific sorting of hits, efficient storage of secondary, non-free text data in the free text index for best retrieval performance, options for restarting searches at a specific hit, ascending and descending orders of document id&#39;s and more.</p>
      </li>
<li>
        <p>
          <strong>Free Text Triggers</strong> - The free text triggers system allows persisting free text queries into a table, so that when a free text index is updated, the incoming data gets automatically matched against these persisted criteria, generating hits as the index is updated.  This allows very high performance filtering of fast changing text data, e.g. news feeds without having to run periodic query batches and is ideal for creating personalized information feeds.</p>
      </li>
<li>
        <p>
          <strong>LDAP</strong> - support for the Lightweight Directory Access Protocol (LDAP) protocol for accessing online directory services.</p>
      </li>
<li>
        <p>
          <strong>Enhanced Flexibility of Database and VDB security</strong> - New SQL hooks allow the developer to customize password checking at the time of accepting SQL connections into the server.  Another hook allows an application to dynamically determine the login/password to use when connecting to a remote database.  These hooks make it possible for example to consult an LDAP directory for user information when validating logins.</p>
      </li>
<li>
        <p>
          <strong>File DSN support</strong> - with the ability to describe a database connection in a simple disk file, Virtuoso becomes more portable, and no longer dependent on per-machine DSNs.  If you use file DSNs you can move your database file and your connection information to any computer that has the appropriate drivers installed.</p>
      </li>
<li>
        <p>
          <strong>Scrollable cursor support in the stored Procedure Language (PL)</strong> - Virtuoso PL now allows you direct access to all ODBC standard features of scrollable cursors through PL routines.  ODBC calls are still supported but you have a choice of which level to write your code.</p>
      </li>
</ul>
<br />

<a name="ptrs30" />
    <h3>21.4.2. Bugs Fixed</h3>
<ul>
<li>
        <p>
          <strong>Bug 3889</strong> Change label of tab &quot;XML Services/Queues&quot;.</p>
      </li>
<li>
        <p>
          <strong>Bug 3891</strong> Admin UI Home Page Update for 3.0.</p>
      </li>
<li>
        <p>
          <strong>Bug 3892</strong> Server Startup Information (Branding Info).</p>
      </li>
<li>
        <p>
          <strong>Bug 3893</strong> When v:data-set @nrows = 1 the &#39;next&#39; and &#39;prev&#39; buttons do.</p>
      </li>
<li>
        <p>
          <strong>Bug 3895</strong> Segmentation fault after running dbpump from Yacutia.</p>
      </li>
<li>
        <p>
          <strong>Bug 3907</strong> Explain HO-S-4 and HO-S-5 login.</p>
      </li>
<li>
        <p>
          <strong>Bug 3918</strong> Validators can&#39;t work inside Data-Set.</p>
      </li>
<li>
        <p>
          <strong>Bug 3919</strong> There is no way to format columns data in editing controls.</p>
      </li>
<li>
        <p>
          <strong>Bug 3920</strong> v:button @style=url or @style=image not working properly.</p>
      </li>
<li>
        <p>
          <strong>Bug 3921</strong> Logical validators error in Data-Set.</p>
      </li>
<li>
        <p>
          <strong>Bug 3923</strong> xslt_format_number doesn&#39;t work properly with value 0.</p>
      </li> 
<li>
        <p>
          <strong>Bug 3924</strong> &quot;Cancel&quot; failed after Edit mode in Data-Set.</p>
      </li>
<li>
        <p>
          <strong>Bug 3925</strong> v:column is not more needed in v:data-set.</p>
      </li>
<li>
        <p>
          <strong>Bug 3926</strong> v:update-field obsoleted.</p>
      </li>
<li>
        <p>
          <strong>Bug 3931</strong> Initializing JAVA Hosting Tutorials hangs server.</p>
      </li>
<li>
        <p>
          <strong>Bug 3932</strong> Position Holding in Tutorial Frames.</p>
      </li>
<li>
        <p>
          <strong>Bug 3936</strong> Virtuoso Unix Installer script.</p>
      </li>
<li>
        <p>
          <strong>Bug 3943</strong> Data-Set don&#39;t work properly inside &#39;if-login&#39; template.</p>
      </li>
<li>
        <p>
          <strong>Bug 3950</strong> PDF Version of Documentation is not match HTML.</p>
      </li>
<li>
        <p>
          <strong>Bug 3956</strong> Tutorial Reorganization.</p>
      </li>
<li>
        <p>
          <strong>Bug 3969</strong> Install.sh text changes.</p>
      </li>
<li>
        <p>
          <strong>Bug 3972</strong> Configs, Makefile and installer are not &quot;unpublished propriety.</p>
      </li>
<li>
        <p>
          <strong>Bug 3973</strong> Virtuoso crashes.</p>
      </li>
<li>
        <p>
          <strong>Bug 3984</strong> Dynamic Generation of Runtime Tutorial Heading.</p>
      </li>
<li>
        <p>
          <strong>Bug 3998</strong> bad xpath_eval with //.</p>
      </li>
<li>
        <p>
          <strong>Bug 3999</strong> Group by clause works wrong.</p>
      </li>
<li>
        <p>
          <strong>Bug 4000</strong> end_result() has wrong side effect when procedure called from procedure view.</p>
      </li>
<li>
        <p>
          <strong>Bug 4003</strong> Some catalogs missing in drop down in SOAP expose.</p>
      </li>
<li>
        <p>
          <strong>Bug 4004</strong> Move Reload button in SOAP expose.</p>
      </li>
<li>
        <p>
          <strong>Bug 4005</strong> Rename Grant and revoke buttons in SOAP expose.</p>
      </li>
<li>
        <p>
          <strong>Bug 4006</strong> SQL Error 22023 SR016 in SOAP endpoint hierarchical list.</p>
      </li>
<li>
        <p>
          <strong>Bug 4013</strong> Install.sh conclusion text needs changing.</p>
      </li>
<li>
        <p>
          <strong>Bug 4017</strong> Installer is broken - uid and password update.</p>
      </li>
<li>
        <p>
          <strong>Bug 4021</strong> Lack of pre_render_ method for most of controls.</p>
      </li>
<li>
        <p>
          <strong>Bug 4025</strong> Service Tray Service Manger About contains a typing mistake.</p>
      </li>
<li>
        <p>
          <strong>Bug 4026</strong> UDDI; typo in Contact details tab &quot;Address&quot;.</p>
      </li>
<li>
        <p>
          <strong>Bug 4030</strong> DB - TABLE CREATION : Data entered by user is lost.</p>
      </li>
<li>
        <p>
          <strong>Bug 4034</strong> Absence of the strong KEY column for the UDDI.DESCRIPTION t.</p>
      </li>
<li>
        <p>
          <strong>Bug 4044</strong> style=&quot;url&quot; for &quot;Delete&quot; v:button in data-set caused error.</p>
      </li>
<li>
        <p>
          <strong>Bug 4049</strong> V:URL unsuitable.</p>
      </li>
<li>
        <p>
          <strong>Bug 4054</strong> WSDL import uncatched error.</p>
      </li>
<li>
        <p>
          <strong>Bug 4062</strong> Virgin XP installation of Mono Based Server fails to start.</p>
      </li>
<li>
        <p>
          <strong>Bug 4063</strong> Installer does not set CLASSPATH to point to Virtuoso JDBC.</p>
      </li>
<li>
        <p>
          <strong>Bug 4066</strong> Virtuoso Java Based Server fails to start.</p>
      </li>
<li>
        <p>
          <strong>Bug 4067</strong> Linux installer does not present best default Server for install.</p>
      </li>
<li>
        <p>
          <strong>Bug 4076</strong> System Tray Icon doe not get removed.</p>
      </li>
<li>
        <p>
          <strong>Bug 4078</strong> gacutil is missing for RT framework.</p>
      </li>
<li>
        <p>
          <strong>Bug 4079</strong> VSCM toggles the wrong DB.</p>
      </li>
<li>
        <p>
          <strong>Bug 4084</strong> Server Crash - ASP.NET hosting.</p>
      </li>
<li>
        <p>
          <strong>Bug 4090</strong> Retrieve in tables list.</p>
      </li>
<li>
        <p>
          <strong>Bug 4095</strong> Browse button in column name for v:text inspector does not work.</p>
      </li>
<li>
        <p>
          <strong>Bug 4096</strong> v:login + page-decor + buttons failed.</p>
      </li>
<li>
        <p>
          <strong>Bug 4099</strong> Problem with ORDER BY.</p>
      </li>
<li>
        <p>
          <strong>Bug 4100</strong> Problems with using xpath_contains and xquery_eval in SQL statement.</p>
      </li>
<li>
        <p>
          <strong>Bug 4102</strong> Kill foreground process misses php java mono servers.</p>
      </li>
<li>
        <p>
          <strong>Bug 4106</strong> SQL-XML unhandled error.</p>
      </li>
<li>
        <p>
          <strong>Bug 4109</strong> DB hang when running backup with clear backup context checker.</p>
      </li>
<li>
        <p>
          <strong>Bug 4110</strong> SQL-XML Error message upon unsuccessful execution of query.</p>
      </li>
<li>
        <p>
          <strong>Bug 4111</strong> SQL-XML Error attempting to reset the form.</p>
      </li>
<li>
        <p>
          <strong>Bug 4114</strong> Virtuoso service starts even though no valid license found.</p>
      </li>
<li>
        <p>
          <strong>Bug 4115</strong> Installer doesn&#39;t alert user of non-started instance.</p>
      </li>
<li>
        <p>
          <strong>Bug 4118</strong> case expression incorrectly works in select statement.</p>
      </li>
<li>
        <p>
          <strong>Bug 4125</strong> eNews fails to display scrolling items.</p>
      </li>
<li>
        <p>
          <strong>Bug 4126</strong> Driver does not display SQLSTATE error messages.</p>
      </li>
<li>
        <p>
          <strong>Bug 4129</strong> Views do not show up via SQLTables call.</p>
      </li>
<li>
        <p>
          <strong>Bug 4130</strong> entity reference &amp;nbsp; breaks XSLT processor.</p>
      </li>
<li>
        <p>
          <strong>Bug 4159</strong> Can&#39;t insert date/datetime values as string literals.</p>
      </li>
<li>
        <p>
          <strong>Bug 4169</strong> Page with list of saved SQL-&gt;XML queries missing.</p>
      </li>
<li>
        <p>
          <strong>Bug 4170</strong> Successful/unsuccessful messages in SQL-&gt;XML.</p>
      </li> 
<li>
        <p>
          <strong>Bug 4171</strong> SQL-XML misplaced option.</p>
      </li>
<li>
        <p>
          <strong>Bug 4173</strong> Missing owner/group params in SQL-XML page.</p>
      </li>
<li>
        <p>
          <strong>Bug 4174</strong> Missing default root element name in SQL-XML execution.</p>
      </li>
<li>
        <p>
          <strong>Bug 4175</strong> SQL-XML execution Apply XSLT?.</p>
      </li>
<li>
        <p>
          <strong>Bug 4177</strong> Button names in Profiling.</p>
      </li>
<li>
        <p>
          <strong>Bug 4181</strong> Can not &quot;manage&quot; the default &quot;db30&quot; instance.</p>
      </li>
<li>
        <p>
          <strong>Bug 4188</strong> Open Demo.openlinksw.com in New Window.</p>
      </li>
<li>
        <p>
          <strong>Bug 4196</strong> Min And Max attributes for v:validator.</p>
      </li>
<li>
        <p>
          <strong>Bug 4197</strong> v:validator with test=&quot;sql&quot;.</p>
      </li>
<li>
        <p>
          <strong>Bug 4207</strong> Visit the online tutorials links are inconsistent.</p>
      </li>
<li>
        <p>
          <strong>Bug 4217</strong> Declare continue handler for block don&#39;t work.</p>
      </li>
<li>
        <p>
          <strong>Bug 4222</strong> ho-s-7 (DataGrid Demo) problems.</p>
      </li>
<li>
        <p>
          <strong>Bug 4234</strong> Tutorial and offline documentation creation failure in demo.</p>
      </li>
<li>
        <p>
          <strong>Bug 4245</strong> .NET client can&#39;t work properly with ODBC driver.</p>
      </li>
</ul>
<br />
<table border="0" width="90%" id="navbarbottom">
    <tr>
        <td align="left" width="33%">
          <a href="signalsandexitcodes.html" title="Signals and Exit codes">Previous</a>
          <br />Signals and Exit codes</td>
     <td align="center" width="34%">
          <a href="appendixa.html">Chapter Contents</a>
     </td>
        <td align="right" width="33%">
          <a href="support.html" title="Product Support">Next</a>
          <br />Product Support</td>
    </tr>
    </table>
  </div>
  <div id="footer">
    <div>Copyright© 1999 - 2009 OpenLink Software All rights reserved.</div>
   <div id="validation">
    <a href="http://validator.w3.org/check/referer">
        <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
    </a>
    <a href="http://jigsaw.w3.org/css-validator/">
        <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88" />
    </a>
   </div>
  </div>
 </body>
</html>