https://issues.apache.org/bugzilla/show_bug.cgi?id=47899
Hiskill <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | AssignedTo|[email protected] |[email protected] |rg | --- Comment #2 from Hiskill <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
