Hi,
I am currently trying to upgrade the wildfly from 12 to 26. There is constant error when deploying.
CAUSED BY: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYUT0027: Failed to parse XML descriptor "C:/wildfly-26.0.0.Final/standalone/deployments/***.ear/***.war/WEB-INF/lib/struts-taglib-1.3.10.jar/META-INF/tld/struts-html.tld" at (2161, 19)
CAUSED BY: javax.xml.stream.XMLStreamException: ParseError at [row,col] : [2161, 19] Message: The element type "description" must be terminated by the matching end-tag "</desription>"
It seems that the XML parser has changed and I am not sure how to fix this issue. One of the solution is to make changes in the XML file as suggested, but since that being inside the third party jar I don't want to make the change in the jar.
Can someone please let me know how to fix this issue.
NOTE: The deployment is successful in wildfly 12, 18 and 19.