Hi,
when calling getDocumentInfo() for a docx-file, the generated fd.xml file has corrupt closing tags:
< dateModified > -11644326621606
< /dateModified:dateModified >
Hi Josef,
Hi,
at the moment i use Version 3.2, but with reference to http://www.groupdocs.com https://forum.aspose.com/t/2388 im waiting for the next release.
all the best, josef
Hi Josef,
As release will be on board, we will certainly apprise you.
As far as your issue is concerned:
<dateModified> -11644326621606 </dateModified:dateModified>
We are not able to reproduce this issue at our end, please see this screenshot. However, if you provide us the problematic file we can investigate that.
Kind Regards
If I integrate groupdocs into our webproject, it works fine. But we want to use groupdocs functionality within our enterprice service bus environment, so it is implemented in a standard java application. what library is responsible for writing this file. maybe, there is a dependency conflict or a configuration mistake?
Hi Josef,
I’ve tried to Change runtime to Java 1.6, same result. If there’s no dependency on other tools and without sourcecode, how can i get rid of the malformed file? A corrupt fd.xml is attached.
All the best, Josef
Hi Josef,
Running it as standard Java application(needed for mule ESB), it happens with every file.
Hi Josef,
Same effect with 3.2.2 - my first prototype was included in the webproject and worked fine. for the service, the same code was put into a standard Java application, with esb dependencies(XML-resolver,jackson,stax2,jaxb-impl,…). how do you persit the XML-file and which version of the tool is in use?
Hi Josef,
In order to investigate and reproduce your issue at our end, we need following details from you:
- Source code of the project
- Complete details of your development environment
- How you configured development environment at your end?
Best Wishes
Hi,
we solved the problem. Our java-application uses openejb, that includes wstx-asl 3.2.0. By removing this dependency, the xml file is well formated.
Hi Josef,