[
https://issues.jboss.org/browse/JBIDE-7923?page=com.atlassian.jira.plugin...
]
Feng Qian commented on JBIDE-7923:
----------------------------------
Hi guys,
Based on the latest codes, I think we can realize what the issue say.
For example, using a wsdl file to generate a web service.
The first time, it runs ok.
The second time, it will ask if you want to overwrite the impl class and the web.xml. If
you say yes, you can generate codes and overwrite the classes that are generated at the
first time.
Allow user to re-create the Top-down web service
------------------------------------------------
Key: JBIDE-7923
URL:
https://issues.jboss.org/browse/JBIDE-7923
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.0.Beta2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Priority: Minor
Fix For: 3.3.x
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
use case:
-have a dynamic web project with some messed up implementation of a web service from
wsdl
-goal is to recreate the service - regenerate artifacts from wsdl, replace current ws
implementation class with new, empty one and readd entries into web.xml if needed
current approach:
-user has to clean everything manually - delete entries from DD, delete generated
classes, delete service implementation class and rerun the new web service wizard
suggested approach:
-allow user to rerun the web service wizard for service existing in the project asking
him if he wants to re-create it and if so then rerun the wsconsume, recreate service impl
class and update DD. All these steps should be presented to the user (by default all would
be on) and user should be allowed to choose which of them he wants the IDE to do
and/or
-provide some context sensitive action for this somewhere in the IDE, perhaps service
node in project explorer view looks like a good candidate for this
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira