Kulchar,

This is a new feature that will go into ServiceMix 3.3. If you want to start using it now, you can just build the component from 3.3 locally or download a SNAPSHOT from http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/servicemix-file/3.3-SNAPSHOT/. Just remove the 3.2.1 version of the component from the 'hotdeploy' directory and drop in the 3.3 version and you'll be set.

Regards,

Gert

Kulchar wrote:
Hello,

I using ServiceMix version 3.2.1 and the file:sender append option is
documented, but seems not to work?

    <file:sender
        service="meridian:ReadOfferWriteGrsFile01SenderServiceName"
        endpoint="meridian:ReadOfferWriteGrsFile01SenderEndpointName"
        directory="file:/tmp/file/out01/"
        append="true"
    >
        <file:marshaler>
            <sm:defaultFileMarshaler>
                <sm:fileName>
                    <!-- lets use a header from the message -->
                    <sm:xpathString xpath="concat('THIEFILE', '.xml')"/>
                </sm:fileName>
            </sm:defaultFileMarshaler>
        </file:marshaler>
    </file:sender>

Invalid property 'append' of bean class
[org.apache.servicemix.file.FileSenderEndpoint]: No property 'append' found

Is 'append' suppose to work?

Thanks for your time
Kulchar


Reply via email to