0 Replies Latest reply on Oct 7, 2012 2:22 AM by schmoely

    jbossws-cxf + Spring AOP? (4.0.2)

    schmoely

      Has anyone had any luck using jbossws-cxf with Spring AOP - specifically, puttying a proxy in front of web service implementation bean?

       

      ServerBeanCustomizer takes the service bean's class name (line 78) which is typically going to be something like $Proxy10. That causes a mismatch with the endpoint declared in jbossws-cxf.xml. This in turn prevents my WAR/EAR from deploying...

       

      ...Sound familiar?