Hi,
We are in process of migrating AEM 6.2 to 6.4. While doing maven build or jenkins build, in existing jsp's some random text is getting appended like "org.apache.maven.project.MavenProject".
example:
actual code should be:<div class="${class}"> and after the build the code is like : <div class="class org.apache.maven.project.MavenProject">.
Any pointers please..
Solved! Go to Solution.
It worked. In the jsp, variable is created with the name of "class" and whenever the variable is try to replace the value it is appending the unwanted text as "class"is a keyword. I changed the variable name from "class"to new name it started working fine.
How are you building your AEM 6.4 project - are you using Maven Archetype 13 or higher?
Views
Replies
Total Likes
Yes, I am using maven archetype 13.
Views
Replies
Total Likes
Did you start a fresh project or try and convert an existing one to Arch 13?
Views
Replies
Total Likes
It worked. In the jsp, variable is created with the name of "class" and whenever the variable is try to replace the value it is appending the unwanted text as "class"is a keyword. I changed the variable name from "class"to new name it started working fine.
Very strange - 1st time I have heard of that behavior.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies