Hi

CXFServlet is not expected to be initialized per every request, it is only initialized once and then used, so I'm not sure why it is the problem - but I guess you can def block it in a servlet subclass
Cheers, Sergey
On 01/10/15 08:49, tigga.aks...@gmail.com wrote:
Hi Sergey,

I am using  CXFServlet for exposing soap endpoints and performing load testing for the 
exposed endpoints.I am running into a thread blocking issue with a massive response time 
build up.When I debugged the code I found that there is a static resource 
STATIC_RESOURCES_MAP_RESOURCE = "/cxfServletStaticResourcesMap.txt"; which is 
being looked up after a resource resolver call initiates from AbstractHttpServlet.This is 
getting called from CXFNonSpringServlet init() method via finalizeServletInit() method 
call.As I dont have any static resource in my exposed service I tried commenting 
finalizeServletInit()  and the same worked for.Can you please tell me what will be the 
impact of not having a call to method finalizeServletInit().

Thanks,

Akshay

_____________________________________
Sent from http://cxf.547215.n5.nabble.com



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Reply via email to