dirk-olmes / mule-transport-cifs

MuleCIFS transport
6 stars 11 forks source link

moveToDir ,moveToPattern does not passed to Reciever #1

Closed hypergori closed 12 years ago

hypergori commented 12 years ago

Hi, thanx for this useful tranport in win-unix mix env like ours.

One thing I noticed is

moveToPattern and moveToDir is used in SmbMessageReceiver.java but not passed . via arguments. I have changed locally and have my own version of it and use this connector in our project.

patch is below . I quickly amend it so that i maybe not approriate way to change about it.

Index: src/main/java/org/mule/transport/cifs/SmbMessageReceiver.java

--- src/main/java/org/mule/transport/cifs/SmbMessageReceiver.java (revision 4700) +++ src/main/java/org/mule/transport/cifs/SmbMessageReceiver.java (working copy) @@ -62,14 +62,15 @@ super(connector, flowConstruct, endpoint);

     this.setFrequency(frequency);