[
https://issues.jboss.org/browse/WFLY-10797?page=com.atlassian.jira.plugin...
]
Sultan Zhantemirov updated WFLY-10797:
--------------------------------------
Steps to Reproduce:
* [
Download|https://developers.redhat.com/products/devstudio/download/] and install JBDS
12.0.
* Update your ~/.m2/settings.xml to use the repository, e.g.:
{noformat}
<profile>
<id>zip</id>
<repositories>
<repository>
<id>zip</id>
<name>zip</name>
<url>file:///path-to-your/jboss-eap-7.2.0.Beta-maven-repository/maven-repository</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>zip</id>
<name>zip</name>
<url>file:///path-to-your/jboss-eap-7.2.0.Beta-maven-repository/maven-repository</url>
</pluginRepository>
</pluginRepositories>
</profile>
<activeProfiles>
<activeProfile>zip</activeProfile>
</activeProfiles>
{noformat}
* Download 7.2.0.Beta.CR1
[
quickstarts|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap...],
[
Maven|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEAP...]
and EAP
[
server|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEA...].
* Set up the [EAP
server|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterp...]
and [Maven
repo|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterpri...]
*
[
Import|https://doc-stage.usersys.redhat.com/documentation/en-us/jboss_ent...]
the mentioned quickstarts
* Follow instructions in each downloaded quickstart' README.html.
was:
* [
Download|https://developers.redhat.com/products/devstudio/download/] and install JBDS
12.0.
* Update your ~/.m2/settings.xml to use the repository, e.g.:
<profile>
<id>zip</id>
<repositories>
<repository>
<id>zip</id>
<name>zip</name>
<url>file:///path-to-your/jboss-eap-7.2.0.Beta-maven-repository/maven-repository</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>zip</id>
<name>zip</name>
<url>file:///path-to-your/jboss-eap-7.2.0.Beta-maven-repository/maven-repository</url>
</pluginRepository>
</pluginRepositories>
</profile>
<activeProfiles>
<activeProfile>zip</activeProfile>
</activeProfiles>
* Download 7.2.0.Beta.CR1
[
quickstarts|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap...],
[
Maven|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEAP...]
and EAP
[
server|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEA...].
* Set up the [EAP
server|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterp...]
and [Maven
repo|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterpri...]
*
[
Import|https://doc-stage.usersys.redhat.com/documentation/en-us/jboss_ent...]
the mentioned quickstarts
* Follow instructions in each downloaded quickstart' README.html.
Quickstarts JBDS WSDLAnalyzer warning
-------------------------------------
Key: WFLY-10797
URL:
https://issues.jboss.org/browse/WFLY-10797
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Environment: Fedora 27, Red Hat Developer Studio 12.0, jdk 1.8.0_162,
7.2.0.Beta.CR1 EAP/Maven/QS
Reporter: Sultan Zhantemirov
Assignee: Eduardo Martins
The following quickstarts:
* jaxws-addressing
* jaxws-retail
* wsat-simple
have the following warning
{{WS-I: A problem occured while running the WS-I WSDL conformance check:
org.eclipse.wst.wsi.internal.analyzer.WSIAnalyzerException: The WS-I Test Assertion
Document (TAD)document was either not found or could not be processed.The WSDLAnalyzer was
unable to validate the given WSDL File.}}
{{AddressingService.wsdl /jaxws-addressing-service/src/main/webapp/WEB-INF/wsdl
line 1 WSDL Problem}}
{{RestaurantServiceAT.wsdl
/wsat-simple/src/main/webapp/WEB-INF/classes/org/jboss/as/quickstarts/wsat/simple/jaxws
line 1 WSDL Problem}}
{{ProfileMgmtService.wsdl /jaxws-retail-service/src/main/webapp/WEB-INF/wsdl
line 1 WSDL Problem}}
This warning is not at [Known
Issues|https://github.com/jboss-developer/jboss-developer-shared-resource...]
section.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)