Re: [Qpid JMS 0.11.1] Nullpointer exception when providing an empty string to the ConnectionFactory

2017-01-13 Thread Timothy Bish
Sent: Friday, January 13, 2017 3:30:59 PM To: users@qpid.apache.org Subject: Re: [Qpid JMS 0.11.1] Nullpointer exception when providing an empty string to the ConnectionFactory On 01/13/2017 08:41 AM, Adel Boutros wrote: Hello, While playing around with the JMS API, we noticed that if an empty

Re: [Qpid JMS 0.11.1] Nullpointer exception when providing an empty string to the ConnectionFactory

2017-01-13 Thread Adel Boutros
Hello Tim, I took a look on the master brunch of the github repo and indeed it seems to be fixed. Regards, Adel From: Timothy Bish Sent: Friday, January 13, 2017 3:30:59 PM To: users@qpid.apache.org Subject: Re: [Qpid JMS 0.11.1] Nullpointer exception when

Re: [Qpid JMS 0.11.1] Nullpointer exception when providing an empty string to the ConnectionFactory

2017-01-13 Thread Timothy Bish
On 01/13/2017 08:41 AM, Adel Boutros wrote: Hello, While playing around with the JMS API, we noticed that if an empty string is passed to the JmsConnectionFactory constructor, it will throw back a NullPointerException because it tries to access the ".toString" of a NULL URL (See createURI).