0 Replies Latest reply on Mar 2, 2015 10:48 AM by meetoblivion

    Multiple ValidationXmlParser log messages when running WildFly 8.2

    meetoblivion

      Hi,

       

      So I'm used to, on start up, WildFly spamming the logs with messages like this:

       

      10:13:07,538 INFO  [org.hibernate.validator.internal.xml.ValidationXmlParser] (default task-16) HV000007: META-INF/validation.xml found. Parsing XML based configuration.


      However, now in WildFly 8.2 I'm seeing this same log message printed out on most HTTP requests coming in to the server.


      My validation.xml is in my WAR file, and the single injection point is in a JAR file under WEB-INF/lib.


      @Resource(lookup="java:comp/Validator")

      private Validator validator;


      Is this expected?