Re: NPE in ContextManager.getCurrentContext

2009-07-28 Thread David Jencks
On Jul 28, 2009, at 4:02 AM, Juergen Weber wrote: Hi, I found that if the code between pushNextCaller and popCallers still runs with the previous Subject, i.e. // point A Callers oldCallers = ContextManager.pushNextCaller(subject); // point B System.out.println("getCurrentCaller(): " + Co

Re: NPE in ContextManager.getCurrentContext

2009-07-28 Thread Juergen Weber
Hi, I found that if the code between pushNextCaller and popCallers still runs with the previous Subject, i.e. // point A Callers oldCallers = ContextManager.pushNextCaller(subject); // point B System.out.println("getCurrentCaller(): " + ContextManager.getCurrentCaller()); System.out.println("Su

wadi clustering - jetty7

2009-07-28 Thread Trygve Hardersen
Hi I'm trying to get WADI clustering to work with Jetty7 and the latest Geronimo 2.2 snapshot. I package our application as a WAR inside an EAR which is then deployed as a CAR to Geronimo. With Jetty6 the difference between the non-clustered and WADI-clustered plugins were: 1. Switch the Maven de