[
https://jira.jboss.org/jira/browse/JBIDE-5925?page=com.atlassian.jira.plu...
]
Tihomir Surdilovic commented on JBIDE-5925:
-------------------------------------------
Additional Steps to reproduce the issue:
Steps:
Create maven webapp from archetype
1.) New -> Other -> Maven -> Maven Project
2.) Next
3.) Next
4.) Set archetype to maven webapp (maven.archetype.webapp)
5.) Next
6.) Input artifact and group ids.
7.) Finish
Add wsdl file to new project
1.) Copy/paste wsdl into src/main/resources
Attempt to create web service
1.) Right click project in package view
2.) New -> Other -> Web Services -> Web Service Client
3.) Next
4.) Set to Top down java bean service
5.) Set service definition to wsdl in src/main/resources
6.) Set service generation level to Deploy
7.) Set configuration:
Server: JBoss AS 5.1
Web service runtime: JBossWs
Service project: <project name>
At that point I get the error "The JBossWS Web service runtime does not support the
service project <project name>." and am unable to complete the wizard.
The wizard works without any issues for projects that aren't created with maven, such
as Dynamic Web Projects. It's only for maven projects that I'm unable to add a
web service or client to the project with the wizard.
Creating web service from Maven (m2eclipse) webapp generates
unhelpful error
----------------------------------------------------------------------------
Key: JBIDE-5925
URL:
https://jira.jboss.org/jira/browse/JBIDE-5925
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 2.1.1
Reporter: Brian Fitzpatrick
Assignee: Feng Qian
Attachments: attachments(2).zip, attachments(3).zip
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
https://enterprise.redhat.com/issue-tracker/554003
Product: JBoss Developer's Studio 5.1.1.GA
When attempting to create a web service in a Maven webapp generated with the m2 Maven
plugin (version 0.10.020100209-0800), unable to complete wizard due to the following
error: "The JBossWS Web service runtime does not support the service project
<project>." in the Web Services step.
Steps:
1) Create maven project using archetype webapp
2) Create a wsdl file
3) Create new web service in maven webapp using top-down Web service type
This also happens we attempting to create a Web Service Client in a maven project.
Thanks for any input.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira