4 Replies Latest reply on Sep 20, 2017 3:39 AM by nickarls

    Use own library's class

    brutalfail

      Hi,

       

      so I'm creating a library extending the JSF components. This library will be used by dynamic web projects later (included in WEB-INF/lib).

      Problem: I need to override classes that are inside WildFly Runtime (I'm using WildFly 10). So I just created a package and a class that have the same name as the class I want to override. But my web-project uses WildFly's librarys not my custom library. I actually want to configure that in my custom library's jar, so the user of my library doesn't have to be aware of that problem.

       

      Hope you understand my problem and my english

       

      Best regards