[jboss-jira] [JBoss JIRA] Resolved: (JGRP-864) infinite recursion for -Dforce.properties system property?
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri Nov 28 09:47:36 EST 2008
[ https://jira.jboss.org/jira/browse/JGRP-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-864.
---------------------------
Resolution: Done
Fixed on CVS head: removed -Dforce.properties support
> 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