Payara Platform Deployment Issues? Try Switching Off XML Validation
Published on 01 Dec 2022
by Petr Aubrecht
Topics:
JakartaEE,
Jakarta EE
|
0 Comments
During deployment of Jakarta EE applications to the Payara Server, all the xml files (e.g. web.xml
, persinstence.xml
) are verified against its schema.
Payara Platform includes all standard Jakarta EE schema, so there is typically no reason to download external schema to check against xml files. However, if the application uses external schema, in very rare cases, there may be an error during deployment. In this blog, I describe a quick fix to avoid this.