I just realized that I must be even more off base than I thought.  My attempt
at the original tutorial loaded fine, but it's actually not copying xml
files from poller to sender.  I'm unfortunately using Windows for the
moment, is there an slash direction or escape issue in the directories? 
Thanks

<beans xmlns:file="http://servicemix.apache.org/file/1.0";
       xmlns:tut="urn:servicemix:tutorial">
  <file:sender service="tut:file" endpoint="sender"
             directory="file:///c:/sender/">
             <property name="marshaler">
                   <bean
class="org.apache.servicemix.components.util.BinaryFileMarshaler" />
             </property>
  </file:sender>
  <file:poller service="tut:file" endpoint="poller"
             file="file:///c:/poller/" 
             targetService="tut:file"
             targetEndpoint="sender"/>
</beans>
-- 
View this message in context: 
http://www.nabble.com/XMPP-tp17412424p17433346.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to