https://issues.apache.org/bugzilla/show_bug.cgi?id=47899

Hiskill <hiki...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |
         AssignedTo|jmeter-...@jakarta.apache.o |hiki...@gmail.com
                   |rg                          |

--- Comment #2 from Hiskill <hiki...@gmail.com> 2009-09-24 13:40:55 PDT ---
Created an attachment (id=24308)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24308)
patch NPE at #88

I looked at the checkin, this would still give an NPE at #88.

Line:
_subscriber = _session.createSubscriber(this.TOPIC);

Should have been:
_subscriber = _session.createSubscriber(_topic);


Attached the source file.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to