Sergey Beryozkin-5 wrote: > > Given that an advanced URI Template will only be used during the match on > the server side (initially at least), during the current invocation, you > can > use > > PhaseInterceptorChain.getCurrentMessage() > > if it is not null then we can safely assume, in the URITemplate factory > method, that it is a server scope >
In my sandbox I refactored references to create template always using URITemplateFactory.create(). I successfully run JUnits and spring-driven systest with default/current implementation running on server-side. Bad thing is that in this factory method PhaseInterceptorChain always return null as current message. I suspect that URITemplate instances are created before processing phase, while message is not yet available. cheers, andy. -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-introduce-configuration-for-low-level-class-tp3234606p3239184.html Sent from the cxf-dev mailing list archive at Nabble.com.
