I will check that code now. In the meantime here's the stacktrace. I'm underlining the call metioned in my previous mail
Thread [pool-4-thread-1] (Suspended (breakpoint at line 385 in AuthenticationInterceptor2)) AuthenticationInterceptor2.modify(ModifyOperationContext) line: 385 * AuthenticationInterceptor2(BaseInterceptor).next(ModifyOperationContext) line: 577 * AuthenticationInterceptor2.modify(ModifyOperationContext) line: 426 NormalizationInterceptor(BaseInterceptor).next(ModifyOperationContext) line: 577 NormalizationInterceptor.modify(ModifyOperationContext) line: 223 DefaultOperationManager.modify(ModifyOperationContext) line: 782 DefaultCoreSession.modify(ModifyRequest, LogChange) line: 914 DefaultCoreSession.modify(ModifyRequest) line: 897 ModifyRequestHandler.handle(LdapSession, ModifyRequest) line: 56 ModifyRequestHandler.handle(LdapSession, Request) line: 39 ModifyRequestHandler(LdapRequestHandler<T>).handleMessage(IoSession, T) line: 207 ModifyRequestHandler(LdapRequestHandler<T>).handleMessage(IoSession, Object) line: 56 LdapProtocolHandler(DemuxingIoHandler).messageReceived(IoSession, Object) line: 221 LdapProtocolHandler.messageReceived(IoSession, Object) line: 217 DefaultIoFilterChain$TailFilter.messageReceived(IoFilter$NextFilter, IoSession, Object) line: 690 DefaultIoFilterChain.callNextMessageReceived(IoFilterChain$Entry, IoSession, Object) line: 417 DefaultIoFilterChain.access$1200(DefaultIoFilterChain, IoFilterChain$Entry, IoSession, Object) line: 47 DefaultIoFilterChain$EntryImpl$1.messageReceived(IoSession, Object) line: 765 IoFilterEvent.fire() line: 74 IoFilterEvent(IoEvent).run() line: 63 UnorderedThreadPoolExecutor$Worker.runTask(Runnable) line: 474 UnorderedThreadPoolExecutor$Worker.run() line: 428 Thread.run() line: not available On Tue, Apr 30, 2013 at 2:26 PM, Emmanuel Lécharny <[email protected]>wrote: > Le 4/30/13 2:21 PM, Patricio Demitrio a écrit : > > Hi all, > > > > I'm still working on this issue, and maybe is related on how > > I'm instantiating the interceptor. > > > > I attached a picture of the debugging procedure. Note that base > > interceptor, after calling next(), is reaching AuthenticatorInterceptor > > again. > > Sadly, the picture didn't make it through the mail server :/ > > I would suggest you create a JIRA and attach the picture to it. > > Otherwise, we are just releasing a new version (M12) which is currently > being voted, and it might be worthlful to check your code against this > new version. The sources and binaries are available on > people.apache.org/~elecharny, or you can checkout the sources from > http://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M12 > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > >
