Re: JAX-RS systest failures with jetty7

2010-07-22 Thread Daniel Kulp
On Thursday 22 July 2010 10:48:15 pm Daniel Kulp wrote: > On Thursday 22 July 2010 10:26:31 pm Benson Margulies wrote: > > I did a fair amount of debugging, and I am so-far stumped. CXFServlet > > calls into the JAX-RS thicket, but somehow by the time it has gone > > around in 15 circles with Futur

Re: JAX-RS systest failures with jetty7

2010-07-22 Thread Daniel Kulp
On Thursday 22 July 2010 10:26:31 pm Benson Margulies wrote: > I did a fair amount of debugging, and I am so-far stumped. CXFServlet > calls into the JAX-RS thicket, but somehow by the time it has gone > around in 15 circles with Futures, it has an empty array list as the > thing it is suposed to i

JAX-RS systest failures with jetty7

2010-07-22 Thread Benson Margulies
I did a fair amount of debugging, and I am so-far stumped. CXFServlet calls into the JAX-RS thicket, but somehow by the time it has gone around in 15 circles with Futures, it has an empty array list as the thing it is suposed to invoke, so it never invoked anything.