You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Kulchar <ek...@yahoo.com> on 2008/06/20 16:02:05 UTC

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

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

-- 
View this message in context: http://www.nabble.com/Invalid-property-%27append%27-of-bean-class--org.apache.servicemix.file.FileSenderEndpoint-%3A-No-property-%27append%27-found-tp18030238p18030238.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


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

Posted by Gert Vanthienen <ge...@skynet.be>.
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
>
>