Discussion:
[openjms-developer] [ openjms-Bugs-1079223 ] Typo in ConfigurationLoader.load()
SourceForge.net
2005-03-19 13:14:00 UTC
Permalink
Bugs item #1079223, was opened at 2004-12-05 15:34
Message generated for change (Comment added) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1079223&group_id=54559

Category: None
Group: v0.7.6.1
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Steve Magoun (smagoun)
Assigned to: Tim Anderson (tanderson)
Summary: Typo in ConfigurationLoader.load()

Initial Comment:
There's a typo in ConfigurationLoader.load():

} else if (config.getJndiConfiguration() == null) {
throw new ValidationException(
"JndiConfiguration must be provided when " +
"ServerConfiguation/embeddedJNDI is true");
}

Per the documentation at http://openjms.sourceforge.net/
config/jndi.html , ServerConfiguration/embeddedJNDI must
be provided when embeddedJNDI is false, not true.

(and 'ServerConfiguration' is missing an 'r', but who's
counting?)

----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2005-03-20 00:13

Message:
Logged In: YES
user_id=557161

Fixed in CVS. Fix will be available in the 0.7.7 release.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1079223&group_id=54559
Loading...