It sounds like a CXF bug to be honest. If you have the time, you could try setting a load of breakpoints in the SpnegoTokenOutInterceptor + really figure out why it is hitting it twice, or why it can't find the ID of the token after storing it successfully.
Colm. On Thu, Feb 5, 2015 at 12:47 PM, Mark Durant <[email protected]> wrote: > Unfortunately, I’m not on the team that owns that web service, and how > they’ve done it is something of a mystery to me … I was just tasked with > trying to consume it. They’ve had problems with the way they’ve secured > their services with other non-Windows libraries/clients, too, and are > planning to revise them to make them more accessible. This will just help > to spur that on, I suspect. > > Thanks for all of your time looking into it … I’m sorry we couldn’t get > to a more satisfying resolution! > > All best, > Mark > > > On Feb 5, 2015, at 7:02 AM, Colm O hEigeartaigh <[email protected]> > wrote: > > I can't replicate the issue with a CXF-based test-case unfortunately. Is > there any chance you can create a test-case that I could run to reproduce > the issue? > > Colm. > > On Wed, Feb 4, 2015 at 1:39 PM, Mark Durant <[email protected]> wrote: > >> Sorry, meant to add that there’s a lot of repetition in the output, and >> it goes on well beyond what’s in this file, but I tried to capture what >> looks like a couple of bigger iterations through the interceptors. >> >> >> On Feb 4, 2015, at 8:36 AM, Mark Durant <[email protected]> wrote: >> >> Hi Colm, >> I didn’t get any output setting the logging level to INFO, but I set it >> to FINE and got this: >> https://gist.github.com/anonymous/e83e510d3927b27b9401. >> >> Thanks, >> Mark >> >> >> On Feb 4, 2015, at 5:58 AM, Colm O hEigeartaigh <[email protected]> >> wrote: >> >> What I'm looking for is to see the output messages that are generated >> by the CXF client. You can do this by enabling the CXF logging feature, and >> setting the logging levels to INFO. We don't fully support secure >> conversation + spnego on the service side, but I did some hacking to get it >> working, and the client appears to be working fine. >> >> Colm. >> >> >> >> > > > -- > Colm O hEigeartaigh > > Talend Community Coder > http://coders.talend.com > > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
