Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10394

Add xts dependency for war created by maven in wsat-simple quickstart

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 7.1.0.DR17
    • 7.1.0.DR16
    • Quickstarts
    • None
    • Hide
      git clone https://github.com/wildfly/quickstart.git
      cd quickstart/wsat-simple/
      mvn clean install
      cp target/wsat-simple.war $JBOSS_HOME/standalone/deployments
      cp $JBOSS_HOME/docs/examples/configs/standalone-xts.xml $JBOSS_HOME/standalone/configuration/
      $JBOSS_HOME/bin/standalone.sh -c standalone-xts.xml
      
      Show
      git clone https: //github.com/wildfly/quickstart.git cd quickstart/wsat-simple/ mvn clean install cp target/wsat-simple.war $JBOSS_HOME/standalone/deployments cp $JBOSS_HOME/docs/examples/configs/standalone-xts.xml $JBOSS_HOME/standalone/configuration/ $JBOSS_HOME/bin/standalone.sh -c standalone-xts.xml

      Creating war package in wsat-simple quickstart give a user way to check the functionality of the WS-AT on his own. He can take the war and deploy it on two containers and then invoked the servlet at http://localhost:8180/WSATSimpleServletClient. But currently, the war fails to be deployed as there is missing xts dependency in the deployment.

      The Arquillian test passes as there is such dependency added by Shrinkwrap in the test, see
      https://github.com/jbossas/eap-quickstarts/blob/7.x/wsat-simple/src/test/java/org/jboss/as/quickstarts/wsat/simple/ClientIT.java#L45

      pom.xml should configure the war to contain the XTS dependency.

            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Michal Jurc Michal Jurc
            Michal Jurc Michal Jurc
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: