Team, in the org.apache.cxf.phase.PhaseInterceptorChain (PIC) class, the listing of phases are populated in the PIC constructor, shown in lines 131 to 136 here: http://tinyurl.com/ytxfzk
Question: What code is calling this constructor? I'd like to see where the list of phases are coming from. I am guessing it is from a Spring configuration file, because I can't find the source file making the constructor call. Thanks, Glen
