Re: File component move option

2017-08-11 Thread stanleyab
I came across this error while running Camel 2.17.0 with Spring 4.3.7. One of our unit tests had the file move syntax given in the example in the Camel documentation of the File component: move=backup/${date:now:MMdd}/${file:name} and produced that error. What seems to have happened is

Re: websphere mq ciphersuite

2017-08-20 Thread stanleyab
yihtserns is correct. The java standard is that property name first character only has its case changed to construct the 'set' call. The MQ property setter is setSSLCipherSuite.