1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

how to supply a common jar in jboss eap 6?

Discussão em 'StackOverflow' iniciado por Stack, Fevereiro 24, 2021.

  1. Stack

    Stack Membro Participativo

    How could I make a common jar availabe in jboss 6.4 redhat ? Is it possible to put it in JBOSS_HOME/standalone/lib ?

    01:00:42,659 DEBUG [org.jboss.as.server.deployment] (MSC service thread 1-2) Adding dependency ModuleDependency [identifier=LogManager4JBoss-4.1.0rc2.jar:main, moduleLoader=local module loader @16f65612 (finder: local module finder @311d617d (roots: /opt/jboss6/modules,/opt/jboss6/modules/system/layers/base)), export=false, optional=false, importServices=false] to module deployment.tserver-5.0.0.jar:main

    01:00:42,670 TRACE [org.jboss.modules] (MSC service thread 1-2) Locally loading module LogManager4JBoss-4.1.0rc2.jar:main from local module loader @16f65612 (finder: local module finder @311d617d (roots: /opt/jboss6/modules,/opt/jboss6/modules/system/layers/base))

    01:00:42,671 TRACE [org.jboss.modules] (MSC service thread 1-2) Module LogManager4JBoss-4.1.0rc2.jar:main not found from local module loader @16f65612 (finder: local module finder @311d617d (roots: /opt/jboss6/modules,/opt/jboss6/modules/system/layers/base))

    tserver-5.0.0.jar needs some common log stuff from LogManager4JBoss-4.1.0rc2.jar, all the documentation I read so far is confusing, I can't figure out where to put the common jar, this is working in a jboss 4.2.3, I need to use hibernate 3.5 for oracle db synonym support, from jboss 6

    Continue reading...

Compartilhe esta Página