Bug 1180206
Summary: | Unable to unset wsdl-port and wsdl-secure-port if wrong value is entered first | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jan Blizňák <jbliznak> |
Component: | Web Console | Assignee: | Heiko Braun <hbraun> |
Status: | CLOSED WONTFIX | QA Contact: | Pavel Jelinek <pjelinek> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.0 | CC: | brian.stansberry, egonzale, hpehl, jkudrnac, pjelinek, rhatlapa, smumford, thofman |
Target Milestone: | --- | ||
Target Release: | EAP 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
It is not possible to change values of WSDL attributes port and secure port back to `undefined` via console if they already have any value set. Input fields for these attributes currently allows only numeric values and don't handle empty string as `undefined`.
Workaround: To unset these attributes, use one of the following commands in the management CLI:
----
/subsystem=webservices:undefine-attribute(name=wsdl-port)
----
or
----
/subsystem=webservices:undefine-attribute(name=wsdl-secure-port)
----
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-09-09 14:44:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Blizňák
2015-01-08 15:51:42 UTC
Actually you can't unset the value of wsdl port or wsdl secure port at all if it has some value set already. Try this: 1. go to the location Runtime -> Subsystems -> Web -> Web Services 2. click edit 3. enter valid value to WSDL secure port (ie 8888) and save 4. click edit 4. erase that value and try to save --> red warning, unable to save Changing severity to urgent, because you are unable to get back to default configuration once you set value for port or secure port Use Configuration -> instead of Runtime -> . There is no possibility to undefine these attributes in management console now. In CLI you can perform /subsystem=webservices:undefine-attribute(name=wsdl-port) Upstream fixed: https://issues.jboss.org/browse/HAL-764 Jan Kašík <jkasik> updated the status of jira HAL-764 to Reopened Tomas Hofman <thofman> updated the status of jira HAL-764 to Coding In Progress Tomas Hofman <thofman> updated the status of jira HAL-764 to Resolved No customer case, resolved upstream. |