SourceForge.net
2005-07-11 14:15:33 UTC
Bugs item #1236091, was opened at 2005-07-11 16:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1236091&group_id=54559
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: server
Group: v0.7.7-alpha-1
Status: Open
Resolution: None
Priority: 5
Submitted By: Radical_dreamer (fred_tu)
Assigned to: Nobody/Anonymous (nobody)
Summary: JmsServer : constructor bug
Initial Comment:
The "org.exolab.jms.server.JmsServer" constructor has
two forms : one with a String parameter (which is ok,
used often) but the one with a Configuration parameter
maybe need one more line to set the _config to
something different of "null"
I've just copy paste this line to the end of the
constructor and it works :
_config = ConfigurationManager.getConfig();
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1236091&group_id=54559
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1236091&group_id=54559
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: server
Group: v0.7.7-alpha-1
Status: Open
Resolution: None
Priority: 5
Submitted By: Radical_dreamer (fred_tu)
Assigned to: Nobody/Anonymous (nobody)
Summary: JmsServer : constructor bug
Initial Comment:
The "org.exolab.jms.server.JmsServer" constructor has
two forms : one with a String parameter (which is ok,
used often) but the one with a Configuration parameter
maybe need one more line to set the _config to
something different of "null"
I've just copy paste this line to the end of the
constructor and it works :
_config = ConfigurationManager.getConfig();
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1236091&group_id=54559