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

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Nov 19 01:52:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JGRP-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban updated JGRP-864:
--------------------------

    Fix Version/s: 2.7


> 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
>             Fix For: 2.7
>
>
> 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