7 Replies Latest reply on Dec 16, 2008 7:13 AM by marklittle

    How to make ftp resources transaction aware

    mohitanchlia

      We use Usertransaction in BMT. Currently Oracle and JMS provider are the XA resources. I also want to add our ftp client as a XA resource. I understand currently it's not possible because ftp server is not XA compliant. But is it possible for me to register my ftp client object with Transaction synchronisation, so that it gets called before and afterCompletion? I am planning to store all the files names in memory that needs to get removed from ftp server, and only when afterCompletion is called this client will issue remoe for those files on ftp server.