RE: The activate method has thrown an exception

2010-03-09 Thread Craig Phillips
a startup ??? I appreciate all the feedback/help... If I manage to figure it out, I'll post back... much appreciated, Craig From: Justin Edelson Sent: Tue 3/9/2010 9:33 AM To: dev@felix.apache.org Subject: Re: The activate method has thrown an exception Hi. On 3/9/10 9:30 AM, Craig Phillip

Re: The activate method has thrown an exception

2010-03-09 Thread Justin Edelson
, Justin > > > > From: Felix Meschberger > Sent: Tue 3/9/2010 8:52 AM > To: dev@felix.apache.org > Subject: Re: The activate method has thrown an exception > > > Hi Craig, > > The problem seems to be, that in the activate() method an exception is > thrown, w

RE: The activate method has thrown an exception

2010-03-09 Thread Craig Phillips
dev@felix.apache.org Subject: Re: The activate method has thrown an exception 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 conse

Re: The activate method has thrown an exception

2010-03-09 Thread Felix Meschberger
t; 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 tel

The activate method has thrown an exception

2010-03-09 Thread Craig Phillips
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