I had faced the similar problem. you need to set policy like
connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";);
Lou Parisi wrote:
>
> I am trying to send a BlobMessage with a file. I was able to get it to
> work with ftp URL. This seems to send the UR
I had faced the similar problem. you need to set policy like
connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";);
Gary Tully wrote:
>
> yea, that is correct.
>
> On 1 February 2010 15:16, johncarl81 wrote:
>
>>
>> Another related question...
>>
>> Am