[teiid-commits] teiid SVN: r4286 - trunk/build/kits/jboss-as7/docs/teiid.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Aug 1 13:58:08 EDT 2012


Author: shawkins
Date: 2012-08-01 13:58:07 -0400 (Wed, 01 Aug 2012)
New Revision: 4286

Modified:
   trunk/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
Log:
TEIID-1598 adding a release note

Modified: trunk/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
===================================================================
--- trunk/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html	2012-08-01 16:57:08 UTC (rev 4285)
+++ trunk/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html	2012-08-01 17:58:07 UTC (rev 4286)
@@ -26,10 +26,11 @@
 </UL>
 <H2><A NAME="Highlights"></A>Highlights</H2>
 <UL>
-  <li><B>VDB Reuse</B> a vdb.xml can now declare imported vdbs to reuse metadata.
-  <LI><B>Comparable Object</B> - the system property org.teiid.comparableObject can be set to use OBJECT values in comparison/sorting/grouping operations.  It is expected that the object values correctly implement Comparable.compareTo.
-  <LI><B>Admin Metadata</B> - you can now retrieve metadata in DDL from the admin api via the getSchema method.
-  <LI><B>Improved VDB loading</B> - vdb loading logic was refined to make administration easier.  ExecutionFactory now has is/setSourceRequiredForMetadata() to indicate whether a source connection is needed for the getMetadata call.
+  <li>TEIID-1366 <B>VDB Reuse</B> a vdb.xml can now declare imported vdbs to reuse metadata.
+  <LI>TEIID-2061 <B>Comparable Object</B> - the system property org.teiid.comparableObject can be set to use OBJECT values in comparison/sorting/grouping operations.  It is expected that the object values correctly implement Comparable.compareTo.
+  <LI>TEIID-2083 <B>Admin Metadata</B> - you can now retrieve metadata in DDL from the admin api via the getSchema method.
+  <LI>TEIID-2105 <B>Improved VDB loading</B> - vdb loading logic was refined to make administration easier.  ExecutionFactory now has is/setSourceRequiredForMetadata() to indicate whether a source connection is needed for the getMetadata call.
+  <LI>TEIID-1598 <B>Translator Result Caching</B> - translators can interact with the result set caching facility via a CacheDirective.  See the Developer's Guide for more.
 </UL>
 
 <h2><a name="Compatibility">Compatibility Issues</a></h2>
@@ -55,8 +56,8 @@
   <li>Datatype default values have been corrected for Teiid built-in types.  All datatypes are now nullable by default, only character string types are case sensitive, numeric types have radix 10, and length/precision/scale have been set appropriately.
   <li>pg catalog and dynamic vdb created metadata will use a generated Teiid id rather than a random UUID.
   <li>transport ssl config no longer uses the enabled attribute.  Use mode=disabled to disable the usage of encryption.
-  <li>If a MetadataRepository throws a RuntimeException during load, that will be treated as a non-recoverable error and the VDB will have a FAILED status.
-  <li>It was an undocumented behavior that is a source did not specify a jndi connection that "java:/name" would be assumed.  That is no longer the case.  It the source needs a connection, then one must be specified.
+  <li>TEIID-2105 If a MetadataRepository throws a RuntimeException during load, that will be treated as a non-recoverable error and the VDB will have a FAILED status.
+  <li>TEIID-2105 It was an undocumented behavior that is a source did not specify a jndi connection that "java:/name" would be assumed.  That is no longer the case.  It the source needs a connection, then one must be specified.
 <ul>
 
 <h4>from 7.x</h4>



More information about the teiid-commits mailing list