Menu

Setting up a CSProcessor Instance

Lee Newson

IDE

The Content Specification Processor project is built using Eclipse Indigo and JBoss Tools 3.3. You could also use JBoss Developer Studio 5.

The CSProcessor source code can be found here.

Subclipse provides an easy way to import the CSProcessor project directly from the SVN repo.

User Libraries

The CSProcessor Eclipse project references a number of external JAR files. Typically these JAR files are bundled with JBoss AS 7, and so are not included with the project.

These User Libraries files include:

  • Apache Commons Codec - which includes JAR files found in $AS7HOME/modules/org/apache/commons/codec/main
  • Apache log4j - which includes JAR files found in $AS7HOME/modules/org/apache/log4j/main
  • Hibernate 3.6 - which includes JAR files found in the Hibernate 3.6 distribution
  • RESTEasy - which includes JAR files found in $AS7HOME/modules/org/jboss/resteasy/resteasy-jackson-provider/main, $AS7HOME/modules/org/jboss/resteasy/resteasy-jaxb-provider/main, $AS7HOME/modules/org/jboss/resteasy/resteasy-jaxrs/main,
    $AS7HOME/modules/org/jboss/resteasy/resteasy-multipart-provider/main &
    $AS7HOME/modules/javax/ws/rs/api/main

Server Configuration

The Content Specification Processor relies on JBoss Application Server 7.0.1 available from here. A pre-configured copy of the standalone.xml file, can be downloaded from here. Extract it to $AS7HOME/standalone/configuration/standalone.xml

Custom AS7 Modules

The CSProcessor relies on a number of custom AS7 modules. Extract this file archive into the AS7 directory.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.