[tester] configure monitor action produces invalid service url
--------------------------------------------------------------
Key: JBIDE-6510
URL:
https://jira.jboss.org/browse/JBIDE-6510
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-have two services running on different ports, ie 7777 (ie. using
javax.xml.ws.Endpoint.publish(...)) and 8080 (running on JBoss)
let's test first service - the one runnning on port 7777
1) configure monitor for this service in a tester so the monitoring port is ie 6666
2) invoke tester
=> OK ...but you may sometimes see the progress monitor being shown even after the
communication between client and server is finished (not sure about exact steps to
reproduce here)
now let's test the second service
3) use "Get from WSDL..." button to change the stuff in the UI
4) tweak soap body if needed
5) click on the "Configure Monitor" button
=> nothing happens - I'd assume that service url will be changed to the one used by
the monitor (localhost:8080 shanged to localhost:6666) at least or some UI should be
shown
-restart the IDE and try to test the second service again - in the other words repeat
steps 3-5
=> service URL is changed from
http://localhost:8080/webws/Ws to
http://localhost:6666:8080/webws/Ws; it should be only
http://localhost:6666/webws/Ws
instead
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira