8 Replies Latest reply on Dec 5, 2006 12:00 PM by sisepago

    + Installation Problem with the jboss-esb-RC1 +

      first great job mark, kurt and all jbossesblers for the rc1,

      I do not unsterdand something in the installation of jboss esb rc1. so in the property file product/install/deployment.properties there is a pattern property with a value (org.jboss.esb.dist.lib=../jbossesb/lib.). Is ../jbossesb the application server root directory or not?

      #the place where the jboss libraries can be found := C:\tools\jboss-4.0.4.GA\server\default\lib is that correct?

      ######################################################################
      # JBossESB ant deployment properties file
      #
      # Copy the example file and replace with your values
      #
      ######################################################################
      # APP SERVER
      ######################################################################
      #
      # application server root directory
      # application server root directory
      org.jboss.esb.appserver.home=C:/tools/jboss-4.0.4.GA
      # the instance of jboss you are running (default)
      org.jboss.esb.appserver.config=default
      #the place where the jboss libraries can be found
      #???????????????????????????????????
      org.jboss.esb.dist.lib=../jbossesb/lib
      #???????????????????????????????????
      


      and when I run the task "ant deploy" in jboss-esb/product, then I get this error trace: this means some method implementation was left

      [java] org.jboss.esb.rosetta.internal.compile:
       [java] [javac] Compiling 1 source file to C:\dev\workspace-2\jboss-esb\product\build\classes\rosetta
       [java] [javac] C:\dev\workspace-2\jboss-esb\product\core\rosetta\src\org\jboss\soa\esb\helpers\persist\SimpleDataSource.java:45:
       org.jboss.soa.esb.helpers.persist.SimpleDataSource is not abstract and does not override abstract method
       isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper
       [java] [javac] public class SimpleDataSource implements DataSource {
       java] [javac] ^
       java] [javac] 1 error



      take a look and tell me if possible what is wrong or what I have to do to install jboss esb in my application server JBOSS_HOME=c:/tools/jboss-4.0.4.GA

      Thanks.