Dear all,<br>I am trying to use EMBEDDED SOLR SERVER inside a BEA wl application.<br>SOLR uses slf4j logging abstraction API.<br><br>During initialization startup, I obtain the following message on stdout<br><br>SLF4J: Class path contains multiple SLF4J bindings.<br>
SLF4J: Found binding in [zip:C:/WORKSPACE/bin/bea10/user_projects/domains/portal/servers/AdminServer/tmp/_WL_user/app/5sk9ta/war/WEB-INF/lib/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]<br>SLF4J: Found binding in [zip:C:/WORKSPACE/bin/bea10/user_projects/domains/portal/servers/AdminServer/tmp/_WL_user/app/5sk9ta/war/WEB-INF/lib/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]<br>
SLF4J: See <a href="http://www.slf4j.org/codes.html#multiple_bindings">http://www.slf4j.org/codes.html#multiple_bindings</a> for an explanation.<br><br>However the higlighted bindings are pointing to the same path.<br><br>
On our WEB-INF/lib and in the highlighted path are the following jars:<br><br>activation.jar<br>apache-solr-core-1.4.0.jar<br>apache-solr-dataimporthandler-1.4.1-dev.jar<br>apache-solr-dataimporthandler-extras-1.4.1-dev.jar<br>
apache-solr-solrj-1.4.0.jar<br>commons-beanutils-1.7.0.jar<br>commons-codec-1.3.jar<br>commons-collections-3.1.jar<br>commons-dbutils-1.3.jar<br>commons-email-1.2.jar<br>commons-fileupload-1.2.1.jar<br>commons-httpclient-3.1.jar<br>
commons-io-1.3.2.jar<br>commons-lang-2.2.jar<br>commons-logging-1.1.1.jar<br>freemarker-2.3.15.jar<br>geronimo-stax-api_1.0_spec-1.0.1.jar<br>jstl.jar<br>log4j-1.2.14.jar<br>lucene-analyzers-2.9.1.jar<br>lucene-core-2.9.1.jar<br>
lucene-highlighter-2.9.1.jar<br>lucene-memory-2.9.1.jar<br>lucene-misc-2.9.1.jar<br>lucene-queries-2.9.1.jar<br>lucene-snowball-2.9.1.jar<br>lucene-spellchecker-2.9.1.jar<br>mail.jar<br>ognl-2.7.3.jar<br>servlet-api-2.4.jar<br>
slf4j-api-1.5.11.jar<br>slf4j-log4j12-1.5.11.jar<br>standard.jar<br>struts2-core-2.1.8.1.jar<br>struts2-json-plugin-2.1.8.1.jar<br>wstx-asl-3.2.7.jar<br>xwork-core-2.1.6.jar<br><br>Any suggestion?<br>Many thanks in advance,<br>
Dino.<br>--<br>