Hi Freeman,
  Thanks again, and no luck still :-(
My class is looking something like -->


        public CXFHanlderInterceptor() {

                super(Phase.PRE_PROTOCOL);
                System.out
                                .println("<<<<<<<<<<<<<<<<<<<<<<INSIDE 
CONST>>>>>>>>>>>>>>>>>>>");
                // getBefore().add(CertConstraintsInterceptor.class.getName());
                getBefore().add(
                                
org.apache.cxf.interceptor.FaultOutInterceptor.class.getName());

        }

         @Override
        public void handleMessage(Message message) 
         
        {
                LOG.debug("I AM IN HANDLE MESSAGE....");
                System.out
                                
.println("<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>");
        
        }
-------------------------------
And my xbean is having -->
<beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0";
       xmlns:person="http://servicemix.apache.org/samples/wsdl-first";>

  <cxfbc:consumer wsdl="classpath:person.wsdl"
                      targetService="person:PersonService"
                      targetInterface="person:Person"
                      busCfg="tls-cxfbuscfg.xml">
   
  <cxfbc:outFaultInterceptors>
    <bean class="com.nsn.oss.mf.CXFHanlderInterceptor" />                   
  </cxfbc:outFaultInterceptors>
  </cxfbc:consumer>

</beans>
-------------------------------------------------------

Any clues??

regards,
Ramu

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Re-CXF-TLS-configuration-tp5073601p5088416.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to