0 Replies Latest reply on Jun 14, 2012 9:48 AM by julien_viet

    Missing entry in api/main/module.xml

    julien_viet

      I have an application that uses javax.annotation.processing package that has classloading issues in a war file due to the fact that the api/main/module.xml does not reference it.

       

      Adding  <path name="javax/annotation/processing"/> to api/main/modules.xml sovled the problem.

       

      Is there anything preventing JBoss AS to add this package to the exposed system classes ? If no, would you mind to add it ?

       

      thanks

       

      Julien