Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Update generator for Mule 3.4 backward incompatible changes in SFTP-transport #367

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This issue should handle remaining SFTP-issues from issue 339.

Oneway-generator tests using SFTP are failing since the SFTP-transport is 
broken in Mule 3.4.0 for the configuration we generate.

Refer to issue 339 for related Mule-issues.

Original issue reported on code.google.com by hakan.d...@gmail.com on 24 Feb 2014 at 4:18

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by hakan.d...@gmail.com on 25 Feb 2014 at 9:43