Author: mattmann
Date: Fri Dec 21 00:26:30 2012
New Revision: 1424773
URL: http://svn.apache.org/viewvc?rev=1424773&view=rev
Log:
- fix for OODT-546 XMLPS inner-joins default table with itself
Modified:
oodt/trunk/CHANGES.txt
oodt/trunk/xmlps/src/main/conf/example-ps.xml
Modified: oodt/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1424773&r1=1424772&r2=1424773&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Fri Dec 21 00:26:30 2012
@@ -1,15 +1,20 @@
Apache OODT Change Log
======================
-
-Release 0.5
+Release 0.6 - Current Development
--------------------------------------------
-Release Date: December 18, 2012
+
+* OODT-546 XMLPS inner-joins default table with itself (mattmann,joyce)
* OODT-547 Switch newest Curator upudate metadata method to use XML-RPC
FileManager client.
Switch oler Curator update metadata method to use shared instance
of Catalog Factory
to minimize use of resources.
(luca)
+
+Release 0.5
+--------------------------------------------
+Release Date: December 18, 2012
+
* OODT-541 Implement a LenientDataSourceCatalog that allows for dynamically
named
metadata fields, effectively bypassing the validation layer.
(luca)
Modified: oodt/trunk/xmlps/src/main/conf/example-ps.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/xmlps/src/main/conf/example-ps.xml?rev=1424773&r1=1424772&r2=1424773&view=diff
==============================================================================
--- oodt/trunk/xmlps/src/main/conf/example-ps.xml (original)
+++ oodt/trunk/xmlps/src/main/conf/example-ps.xml Fri Dec 21 00:26:30 2012
@@ -18,9 +18,16 @@ limitations under the License.
<!-- Example XML mapping configuration file -->
<oodt:xmlps xmlns:oodt="http://incubator.apache.org/oodt/0.1-incubating"
name="Example Query Handler" id="project:subproject:exampleps">
+ <!--
+ attribute:
+ default (required): This is the name of the master table part of the
+ from clause in the generated query. The default table *does
not*
+ require a definition in the underlying <table.. tags below,
though
+ post OODT-548 these will be silently ignored.
+ -->
<tables default="Table1">
- <table name="Table1" join="join_key"
tofld="base_table_join_key" />
<table name="Table2" join="join_key"
tofld="base_table_join_key" />
+ <table name="Table3" join="join_key"
tofld="base_table_join_key" />
</tables>
<!--
field: