[jboss-jira] [JBoss JIRA] (WFLY-10797) Quickstarts JBDS WSDLAnalyzer warning
Sultan Zhantemirov (JIRA)
issues at jboss.org
Mon Aug 6 08:17:00 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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/JBEAP-7.2.0.Beta.CR1/jboss-eap-7.2.0.Beta.CR1-quickstarts.zip], [Maven|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEAP-7.2.0.Beta.CR1/jboss-eap-7.2.0.Beta.CR1-maven-repository.zip] and EAP [server|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEAP-7.2.0.Beta.CR1/jboss-eap-7.2.0.Beta.CR1.zip].
* Set up the [EAP server|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/development_guide/get_started_developing_applications#setting_up_the_development_environment] and [Maven repo|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/development_guide/using_maven_with_eap#configure_maven_for_use_with_red_hat_jboss_developer_studio]
* [Import|https://doc-stage.usersys.redhat.com/documentation/en-us/jboss_enterprise_application_platform_continuous_delivery/13/html-single/getting_started_guide/#run_the_quickstarts_in_red_hat_jboss_developer_studio] 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/JBEAP-7.2.0.Beta.CR1/jboss-eap-7.2.0.Beta.CR1-quickstarts.zip], [Maven|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEAP-7.2.0.Beta.CR1/jboss-eap-7.2.0.Beta.CR1-maven-repository.zip] and EAP [server|http://download.eng.brq.redhat.com/devel/candidates/jboss/eap/JBEAP-7.2.0.Beta.CR1/jboss-eap-7.2.0.Beta.CR1.zip].
* Set up the [EAP server|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/development_guide/get_started_developing_applications#setting_up_the_development_environment] and [Maven repo|https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/development_guide/using_maven_with_eap#configure_maven_for_use_with_red_hat_jboss_developer_studio]
* [Import|https://doc-stage.usersys.redhat.com/documentation/en-us/jboss_enterprise_application_platform_continuous_delivery/13/html-single/getting_started_guide/#run_the_quickstarts_in_red_hat_jboss_developer_studio] 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-resources/blob/master/guides/USE_JBDS.adoc#use_red_hat_jboss_developer_studio_or_eclipse_to_run_the_quickstarts] section.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list