SourceForge.net
2005-03-19 13:14:00 UTC
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
Submitted By: Steve Magoun (smagoun)
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?)
----------------------------------------------------------------------
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
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: 5Status: Closed
Resolution: Fixed
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:13Message:
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