Hi Team,
I am new to talend i have small doubt here.
My aim is:
1) Upload files by using Alfresco customized ApI’s.
2) After uploading delete those files.
By using tjava component and Alfresco customized ApI's i am uploading the files to alfresco server. Files are uploading successfully, after files uploaded successfully i want to delete those files from my local folder, for that i am using tfileDelete component.
Now my problem is files are not deleting from local folder. If i remove all code whatever i have written in tjava component then files are deleting successfully. If again i place that code in tjava component at that time tfiledelete component is not working.
Please suggest me why i am facing this issue.
Hi, Thankyou verymuch to all for your response. My problem was resolved. I have issue with closing statements.Now,i have closed all the statements so issue was resolved. Like closing statements means BufferedInputStream,BufferedOutputStream,InputStream.... Best regards Rajesh