[jira] Assigned: (QPID-2458) nspr.h file assumed to be in nspr4 directory

2010-03-22 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim reassigned QPID-2458: Assignee: Gordon Sim nspr.h file assumed to be in nspr4 directory

heads up on address changes

2010-03-22 Thread Rafael Schloming
For those of you who are using the new API we're going to be committing some changes/additions to some of the address options to make the options a bit shorter, more consistent, and more flexible. These may break some existing usages. Here is a summary of the changes: - The node-properties

Re: heads up on address changes

2010-03-22 Thread Alan Conway
On 03/22/2010 01:41 PM, Rafael Schloming wrote: For those of you who are using the new API we're going to be committing some changes/additions to some of the address options to make the options a bit shorter, more consistent, and more flexible. These may break some existing usages. Here is a

[Java] The use of setLinkedException in JMSException is not a good idea

2010-03-22 Thread Rajith Attapattu
I would rather prefer to use initCause instead of (actually alongside) setLinkedException in JMSException as the latter looses the stack trace which makes it very difficult to debug. Since the entire stack trace is not visible it's not easy to figure out the underlying root cause. More often than

Re: [Java] The use of setLinkedException in JMSException is not a good idea

2010-03-22 Thread Robert Godfrey
I agree we should use initCause *in addition to* setLinkedException -- Rob On 22 March 2010 21:03, Rajith Attapattu rajit...@gmail.com wrote: I would rather prefer to use initCause instead of (actually alongside) setLinkedException in JMSException as the latter looses the stack trace which

Re: [Java] The use of setLinkedException in JMSException is not a good idea

2010-03-22 Thread Aidan Skinner
On Tue, Mar 23, 2010 at 12:23 AM, Robert Godfrey rob.j.godf...@gmail.com wrote: I agree we should use initCause *in addition to* setLinkedException This. We should probably switch everything that uses one or the other to use both. - Aidan -- Apache Qpid - AMQP, JMS, other messaging love