Discussion:
[openjms-developer] [ openjms-Bugs-1236091 ] JmsServer : constructor bug
SourceForge.net
2005-07-11 14:15:33 UTC
Permalink
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
SourceForge.net
2005-07-12 13:56:35 UTC
Permalink
Bugs item #1236091, was opened at 2005-07-11 16:15
Message generated for change (Settings changed) made by fred_tu
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: Duplicate
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
SourceForge.net
2005-07-12 13:56:47 UTC
Permalink
Bugs item #1236091, was opened at 2005-07-11 16:15
Message generated for change (Settings changed) made by fred_tu
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: Duplicate
Priority: 1
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
SourceForge.net
2005-07-12 13:57:14 UTC
Permalink
Bugs item #1236091, was opened at 2005-07-11 16:15
Message generated for change (Settings changed) made by fred_tu
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
Post by SourceForge.net
Resolution: None
Priority: 1
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
SourceForge.net
2005-07-13 04:59:41 UTC
Permalink
Bugs item #1236091, was opened at 2005-07-12 00:15
Message generated for change (Comment added) made by tanderson
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: Closed
Resolution: Duplicate
Priority: 1
Submitted By: Radical_dreamer (fred_tu)
Assigned to: Tim Anderson (tanderson)
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();


----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2005-07-13 14:59

Message:
Logged In: YES
user_id=557161

Duplicate of http://sourceforge.net/tracker/index.php?
func=detail&aid=949270&group_id=54559&atid=474136



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

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