Hi everyone,As per the migration document it is clear that
"URIMappingInterceptor" is removed from cxf jars. Here is the statement
regarding it.The deprecated URIMappingInterceptor has been removed.  This
hasn't been on the default chain for some time due to a bunch of security
related issues.Previously I used to use the cxf 2.2.6 jars. Now I am
upgrading to cxf 3.1.11 where in my code we were using the
URIMappingInterceptor in one of the class files as
follows.SoapJmsInInterceptor.java In which the constructor is defined as
follows.public SoapJmsInInterceptor() {         super(Phase.UNMARSHAL);       
//addAfter(URIMappingInterceptor.class.getName());       
addBefore(DocLiteralInInterceptor.class.getName());     }Now I need to know with
what can we replace the URIMappingInterceptor and DocLiteralInInterceptor So
that I don't have any issues at compile time. Also the
DocLiteralInInterceptor is also removed from the below package of cxf jars
"org.apache.cxf.interceptor"Could any help in this regard at the earliest as
I am struck at this point from the past 20 days..I could not find any
possible solution for this Thanks in advance,Rahul



--
View this message in context: 
http://cxf.547215.n5.nabble.com/URIMappingInterceptor-and-DocLiteralInInterceptor-is-removed-from-cxf-jars-tp5780789.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to