Hi Craig, The problem seems to be, that in the activate() method an exception is thrown, which is not handled inside the activate() method.
As a consequence SCR catches the problem and logs said message. As a further consequence the component is not considered activated and thus the deactivate method will never be called. Hope this helps. Regards Felix On 09.03.2010 14:41, Craig Phillips wrote: > Hi, > > Felix 201 / SCR1.4.0... I'm attempting to connect to a wsdl service from > within the activate() method (don't ask / inherited code, although I'm open > to suggestions).. > > I am getting this message to log4j: "The activate method has thrown an > exception"... > > I did find one post a la google-surf back to felix and it suggests a security > related issue... There is apparently a fix, from what I can tell, but it > seemed that was for felix2.1.0 (no officially released)... > > Can someone shed some light / provide advisement? > > Thanks, Craig Phillips >
