I did the following to get the Adempiere Web version up and running:

STEP 1: I added the following to the VM arguments of JBoss:
-DPropertyFile="C:\Documents and Settings\Ajit Kumar.AJITKUMAR\Adempiere.properties" -DADEMPIERE_HOME="C:\adempiere_svn\branches\adempie re343"

[attachment=0:3r9spufg]JBoss_VM_Arguments.PNG[/attachment:3r9spufg]

STEP 2: Added the jars from the following locations to the Classpath for JBoss configuration:
  • <your adempiere folder>/JasperReportsTools/lib (e.g. in my case, it is C:\adempiere_svn\branches\adempiere343\JasperRepor tsTools\lib)
    <your adempiere folder>/tools/lib (e.g. in my case, it is C:\adempiere_svn\branches\adempiere343\tools\lib)
    <your JAVA_HOME>/jre/lib/javaws.jar

NOTE: Exclude the jfreechart-0.9.21.jar, which is in the .../JasperReports/Tools/lib folder. You need to have the jfreechart jar which is in the .../tools/lib folder. Also, exclude the following jars from the .../tools/lib folder:
  • log4j.jar
    commons-logging.jar
    ant.jar
    ant-commons-net.jar
    ant-contrib-1.0b1.jar
    ant-launcher.jar
    j2ee.jar
    jnlp.jar
    servlet-api.jar

[attachment=1:3r9spufg]JBoss_Classpath.PNG[/attachment:3r9spufg]

STEP 3: Re-published the application and started the JBoss server.