[jboss-jira] [JBoss JIRA] Created: (JGRP-864) infinite recursion for -Dforce.properties system property?

Sam Hsu (JIRA) jira-events at lists.jboss.org
Tue Nov 18 18:13:36 EST 2008


infinite recursion for -Dforce.properties system property?
----------------------------------------------------------

                 Key: JGRP-864
                 URL: https://jira.jboss.org/jira/browse/JGRP-864
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 2.6.7
         Environment: linux, jre1.5
            Reporter: Sam Hsu
            Assignee: Bela Ban
            Priority: Minor


this code snippet from ConfigurationFactory.java:

    public static InputStream getConfigStream(String properties) throws IOException {
        InputStream configStream = null;
        if (propertiesOverride != null)
            return getConfigStream(propertiesOverride);

if propertiesOverride is set, how does the recursion end?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list