2 Replies Latest reply on Jan 21, 2015 6:44 AM by valsaraj007

    LinkageError with custom module

    valsaraj007

      ERROR [io.undertow.request] (default task-51) UT005023: Exception handling request to App/private/findActivities.ajax: java.lang.LinkageError: Failed to link org/app/el/AppFunctionMapper (Module "com.app.configuration:main" from local module loader @275997e4 (finder: local module finder @6b030dea

        at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:487) [jboss-modules.jar:1.3.3.Final]

       

      I am getting following error while running application. How this can be resolved?

       

      NOTE:

      When I was using JBoss 4,2, these classes were bundled as jar and placed in JBoss lib folder so that it will be available from web. When I migrated to JBoss 7 or later, I created a custom module and added this jar in that module but it looks like not available at run time.