0 Replies Latest reply on Jan 15, 2013 9:25 AM by kristjan273

    Is it possible to achieve particular classloading order inside jboss modules's dependecies (aka endorsing jars)

    kristjan273

      Problem:

       

      I have created some JAXB validation (based on JAXB-Faces project - http://www.infosys.tuwien.ac.at/staff/hummer/tools/jaxb-facets.html - which is BTW fighting to be regular jsr 303 implementation according to this issue - http://java.net/jira/browse/JAXB-917). But the jaxb-faces.jar must endorse some jaxb-api and jaxb-impl and also some java classes. I made project compile time (using mvn) satisfied.

       

      Now I am investigating how would I achieve this 'endorsement' at as7 container (maybe I would like to just put jaxb-faces.jar somewhere in the modules dir's and make proper dependencies if possible).

       

      Tnx on help in advance,

      A