Write data to file system using ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Write data to file system using ofbiz

raycash
I created a java class with a method that is supposed to write some file to a specified directory but it does not seem to create any file on the specified directory.

I am sure I am calling the correct method because I also did some operations there that would prove that the method is being called. I set some request parameters that are to be shown on the success page and it shows up.

I am also sure that the script for writing the file to a specified directory is working because I tested that on a standalone java application and it worked properly, writing the file to the directory.

I'm not sure how this could be done, and I am not receiving any errors or any other information. console.log don't seem to help either.