Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

see Common Installation Steps

 The jenkins build were all the components are build is here. The components that are build are here and can be downloaded in a zip file.

To use Modern version of sl4j (1.6.x)

When using Pojose component and conjunction with spring framework (3.2;x) for example, it cannot work as Jboss 5 comes with sl4j-jboss-logging bridge on 1.5.8 version of sl4j.

To avoid this problem here are the steps to do :

 

StepDescription
1

Remove file jboss-5.1.0.GA/common/lib/slf4j-api.jar

2

Remove file jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar

3Download and install latest sl4j jar  http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar in jboss-5.1.0.GA/common/lib directory
4Download and install jboss logging sl4j bridge we rebuild from source code here http://build.open-esb.net:8080/jenkins/view/JBoss/job/slf4j-jboss-logging/lastSuccessfulBuild/artifact/target/slf4j-jboss-logging-1.1.0.Final-SNAPSHOT.jar in jboss-5.1.0.GA/common/lib directory

 

Installing the Netbeans Plugin

...