0 Replies Latest reply on Jul 15, 2010 7:37 AM by tsundberg

    Maven support?

    tsundberg

      Hi!

       

      I'm trying to build the JBoss ESB 4.8 quickstart sample webservice_producer with Maven. It turns out that I need to find a dependency that will give me the class org.jboss.soa.esb.actions.soap.SOAPProcessor

       

      It is available in the jbossesb-soap.jar. Building an example where you have to add a dependency manually to your local Maven installation isn't ok.

       

      JBoss supports Maven and even has a new Nexus installation available, but can't find SOAPProcessor when searching for it at https://repository.jboss.org/nexus/

      Does anybody know the Maven GAV I should use to find org.jboss.soa.esb.actions.soap.SOAPProcessor or could somebody make the jar available and post the GAV here?

       

      I would expect the GAV to be something similar to

      <dependency>
           <groupId>org.jboss.soa.bpel.dependencies.esb</groupId>
           <artifactId>jbossesb-soap</artifactId>
           <version>4.8</version>
      </dependency>

       

      /Thomas