You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Iyer, Prasad" <pr...@etrade.com> on 2015/08/21 01:15:36 UTC

CXFServlet.createSpringContext getting called multiple times

Hi,
I have lot of xml files in CXFServlet application. In createSpringContext
method there is context.refresh method which refreshes the entire context
and reloads everything, How can I prevent it from happening? Due to this
my application is taking a very long time to start.
regards