Custom schema (xsd) is not found in deploy with static war in wildfly
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2016 04:14 AM
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?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2016 02:56 AM
Resolved. The xsd must be in classpath, so I used a wildfly module.
