[
https://issues.jboss.org/browse/AS7-3925?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated AS7-3925:
----------------------------------
Fix Version/s: 7.1.1.Final
Affects Version/s: 7.1.0.Final
(was: 7.1.1.Final)
Management - :reload operation changes java.naming.factory.url.pkgs
system property
-----------------------------------------------------------------------------------
Key: AS7-3925
URL:
https://issues.jboss.org/browse/AS7-3925
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.0.Final
Reporter: Dominik Pospisil
Assignee: Brian Stansberry
Labels: eap6_prd_req
Fix For: 7.1.1.Final
:reload operation on standalone server changes server's java.naming.factory.url.pkgs
system property. After each restart "org.jboss.as.naming.interfaces:" is
prepended to the property.
The property content after couple of :reloads
"java.naming.factory.url.pkgs" =>
"org.jboss.as.naming.interfaces:org.jboss.as.naming.interfaces:org.jboss.as.naming.interfaces:org.jboss.as.naming.interfaces:org.jboss.as.naming.interfaces:org.jboss.as.naming.interfaces:org.jboss.ejb.client.naming"
Steps to reproduce:
1) Start standalone server
2) Connect to it using CLI
3) issue :reload operation:
[standalone@localhost:9999 /] :reload
4) check the property:
[standalone@localhost:9999 /]
/core-service=platform-mbean/type=runtime:read-attribute(name="system-properties")
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira