Hi,
if i try to save a generated document which was already opened, i get a FileNotFoundException. I can't catch the exception.
errorlog:
JAXB: Using Java 6 implementation.
java.io.FileNotFoundException: C:\test.docx (The process can not access the file because it is being used by another process)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.docx4j.openpackaging.io.SaveToZipFile.save(SaveToZipFile.java:92)
at org.docx4j.openpackaging.packages.WordprocessingMLPackage.save(WordprocessingMLPackage.java:198)