[jboss-jira] [JBoss JIRA] (WFLY-8592) Add xts dependency for war created by maven in wsat-simple quickstart

Tomaz Cerar (JIRA) issues at jboss.org
Tue Apr 18 08:54:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-8592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Cerar updated WFLY-8592:
------------------------------
    Description: 
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/wildfly/quickstart/blob/11.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.

  was:
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.



> Add xts dependency for war created by maven in wsat-simple quickstart
> ---------------------------------------------------------------------
>
>                 Key: WFLY-8592
>                 URL: https://issues.jboss.org/browse/WFLY-8592
>             Project: WildFly
>          Issue Type: Bug
>          Components: Quickstarts
>            Reporter: Ondra Chaloupka
>            Assignee: Ondra Chaloupka
>            Priority: Minor
>
> 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/wildfly/quickstart/blob/11.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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list