Author: rgardler
Date: Fri Nov 17 18:19:01 2006
New Revision: 476416
URL: http://svn.apache.org/viewvc?view=rev&rev=476416
Log:
use the new ChainedReader
Modified:
forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml
Modified:
forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml?view=diff&rev=476416&r1=476415&r2=476416
==============================================================================
---
forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml
(original)
+++
forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml
Fri Nov 17 18:19:01 2006
@@ -25,7 +25,10 @@
<bean id="file" class="org.apache.forrest.reader.FileReader"></bean>
<bean id="tradeDoubler"
-
class="org.apache.forrest.examples.affiliateProductCatalogue.reader.TradeDoublerReader"
/>
+ class="org.apache.forrest.reader.ChainedReader">
+ <property name="docType"
+
value="org.apache.forrest.example.affiliateProductCatalogue.TradeDoublerProductFeed"/>
+ </bean>
<!-- ============================================= -->
<!-- Input Plugins -->