Re: AW: AW: NullPointerException from MDC in IBM WSAD 5.1/WebSphere 5.0.2

2004-02-05 Thread Joe Niski
Thanks again, Gyoergy - this is exactly the issue. Funny that i opened a trouble ticket w/IBM yesterday. Thanks so much! Joe --- [EMAIL PROTECTED] wrote: > That's weird. Are you sure, that the NPE is thrown > in that line of code and not within the get() method > itself ? The later would be expla

AW: AW: NullPointerException from MDC in IBM WSAD 5.1/WebSphere 5.0.2

2004-02-05 Thread gyoergy.magoss
That's weird. Are you sure, that the NPE is thrown in that line of code and not within the get() method itself ? The later would be explained by what I found on www.dejanews.com . I searched for InheritableThreadLocal (the parent class of ThreadLocalMap) and NullPointerException in dejanews