1 Reply Latest reply on Apr 10, 2014 10:53 AM by dlofthouse

    Easiest way to find a jboss module that implements a javax.* interface

    jimdarkmagic

      Currently I am working on a module for and this modules uses 'import javax.security.auth.login.LoginException;' now to deploy this module I have to specify the module which implements this interface and I don't know which does it.

      If I look under modules/system/layers/base/javax/security/auth/ I only find a message-folder ( and the jars inside there don't implement *.LoginException' and I am not going to look trough all the modules.