Duplicate Poclies added in Java-First approach ----------------------------------------------
Key: CXF-3668 URL: https://issues.apache.org/jira/browse/CXF-3668 Project: CXF Issue Type: Bug Components: WS-* Components Affects Versions: 2.4.1 Environment: Tomact 6.0.1.4, JDK 1.6_21 Reporter: Rahul Bindu Polices added to the generated multiple times in the WSDL which causes the service to throw error when invoked by a client.When I removed all the other end points from the system, the number of duplicate polices reduced to half. On debugging found that there are two instances of PolicyAnnotationListener in the FactoryBeanListenerManager. Is this causing the event to be handled multiple times and thus duplication of the policy? The first instance is added during the setBus method on the FactoryBeanListenerManager. The method looks for a bean of type FactoryBeanListener and an instance of the PolicyAnnotationListener is found. The next instance is added in the PolicyEngineImpl's setBus method, where new instance of PolicyAnnotationListener is created and added to the FactoryBeanListenerManager. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira