Open GoogleCodeExporter opened 8 years ago
See also issue 368 for adding SFTP to the oneway robust pattern.
Original comment by hakan.d...@gmail.com
on 24 Feb 2014 at 4:27
[deleted comment]
r2132
Added code in OneWayServiceGeneratorTest to manually disable SFTP tests for
3.4.0 to avoid false-alarms (for known problems) before release:
if (MuleVersionEnum.MULE_3_4_0.equals(muleVersion) &&
(TransportEnum.SFTP.equals(inboundTransport) ||
TransportEnum.SFTP.equals(outboundTransport))) {
the condition above can also be quickly changed to test only SFTP cases.
Original comment by hakan.d...@gmail.com
on 24 Feb 2014 at 9:04
Original comment by hakan.d...@gmail.com
on 25 Feb 2014 at 9:43
Original issue reported on code.google.com by
hakan.d...@gmail.com
on 24 Feb 2014 at 4:18