Alfresoc Error - Identifier is a reserved word

cancel
Showing results for 
Search instead for 
Did you mean: 
sanjaybandhniya
Intermediate

Alfresoc Error - Identifier is a reserved word

Did anyone face below error?

I am getting "Identifier is a reserved word" in various files.

For testing purpose I am using sdk2.

Untitled.png

2 Replies
afaust
Master

Re: Alfresoc Error - Identifier is a reserved word

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....

sanjaybandhniya
Intermediate

Re: Alfresoc Error - Identifier is a reserved word

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>