12-04-2020 08:21 AM
Did anyone face below error?
I am getting "Identifier is a reserved word" in various files.
For testing purpose I am using sdk2.
12-07-2020 07:21 AM
No. It may be a good idea to provide the full details of the HTTP request that cause this error, e.g. URL that was called including all query parameters, because those may be relevant. Also, what specific version of 5.1 are you using? There is a wide range of Community EA/GA releases and also Enterprise....
12-07-2020 11:14 PM
This problem occurs due to below dependency.
For Testing I am using sdk2.
I am trying to replace placeholder in word file using below dependency. Normal Maven base project it is working.
<dependency> <groupId>org.docx4j</groupId> <artifactId>docx4j</artifactId> <version>3.2.2</version> </dependency> <dependency> <groupId>com.j256.simplemagic</groupId> <artifactId>simplemagic</artifactId> <version>1.6</version> </dependency>
Explore our Alfresco products with the links below. Use labels to filter content by product module.