[jboss-jira] [JBoss JIRA] (WFLY-7892) Unable to configure simple binding JNDI values on web console
Tiago Matias (JIRA)
issues at jboss.org
Mon Jan 16 19:56:00 EST 2017
Tiago Matias created WFLY-7892:
----------------------------------
Summary: Unable to configure simple binding JNDI values on web console
Key: WFLY-7892
URL: https://issues.jboss.org/browse/WFLY-7892
Project: WildFly
Issue Type: Bug
Components: Web Console
Affects Versions: 10.1.0.Final
Reporter: Tiago Matias
Assignee: Harald Pehl
Priority: Minor
On the web console, on the Naming subsystem it isn't possible to view or edit simple binding values.
After selecting a simple Binding, for example: /subsystem=naming/binding=java:global/my_parameter, the Data tab on the console remains empty. Also, the following error is generated on the browser console:
2017-01-17 00:52:31,980 [FATAL] Uncaught Exception:
java.lang.IllegalArgumentException: newValue is null
These particular values are configured like this on standalone.xml:
<subsystem xmlns="urn:jboss:domain:naming:2.0">
<bindings>
<simple name="java:global/my_parameter" value="param xpto"/>
</bindings>
</subsystem>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list