Custom schema (xsd) is not found in deploy with static war in wildfly

I generated nuxeo.war and deployed it under wildfly (standalone) , verifying that deployment and starting succeded. In my nuxeo, I defined a new schema with extra fields for some document types (e.g. Pictures and Files). config xml file is correctly read, but xsd can't be found, neither packaged into war file, nor in external absolute/relative paths (src path for schema is referenced in xml configuration where schema is declared. How could I make nuxeo (war packaged) see and use my schema?

0 votes

1 answers

1711 views

ANSWER



Resolved. The xsd must be in classpath, so I used a wildfly module.

0 votes