[jboss-jira] [JBoss JIRA] (AS7-3925) Management - :reload operation changes java.naming.factory.url.pkgs system property

Dominik Pospisil (JIRA) jira-events at lists.jboss.org
Mon Feb 27 10:14:36 EST 2012


Dominik Pospisil created AS7-3925:
-------------------------------------

             Summary: 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: Feature Request
          Components: Domain Management
    Affects Versions: 7.1.1.Final
            Reporter: Dominik Pospisil
            Assignee: Brian Stansberry


: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 at localhost:9999 /] :reload
4) check the property: 
[standalone at 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

        


More information about the jboss-jira mailing list