]
Brian Stansberry moved WFLY-832 to WFCORE-318:
----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-318 (was: WFLY-832)
Component/s: Domain Management
(was: Domain Management)
module.xml schema checking should log errors when it encounters
them
---------------------------------------------------------------------
Key: WFCORE-318
URL:
https://issues.jboss.org/browse/WFCORE-318
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Tom Fonteyne
Assignee: Brian Stansberry
Priority: Minor
When defining a JDBC driver, we made a syntax error in the module.xml
<resources>
<resource-root path="driver.jar"/>
</resoruces>
Note the misspelled closing tag "</resoruces>"
The driver did not get loaded (logically) but no error message was logged in server.log
about this