Versions Compared

Key

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

...

Due to licensing reasons, the JBoss deployer is available at Codehaus.
You can build it using the following commands.

Code Block
  svn co http://svn.codehaus.org/servicemix/trunk/jboss-deployer
  cd jboss-deployer
  mvn install

You will then find a jboss-deployer-3.0-incubating-SNAPSHOT.sar in the target directory, simply take this and drop it in your JBoss deploy directory (currently only tested on JBos 4.0.3), and away you go!!! Want to see it in action? You should be able to drop the JBI RI Transformation Engine example straight into the deploy directory and watch it pick up. Suddenly you have JBI enabled your JBoss Server!

...