Xilai Dai created CAMEL-7008: -------------------------------- Summary: INTERFACE_CREATED event can't be triggered when invoke CXFEndpoint.createClientFactoryBean() Key: CAMEL-7008 URL: https://issues.apache.org/jira/browse/CAMEL-7008 Project: Camel Issue Type: Bug Components: camel-cxf Affects Versions: 2.12.1 Environment: Win7, Java 7 Reporter: Xilai Dai
In normal JaxWsClientFactoryBean in cxf, INTERFACE_CREATED can be triggered in JaxWsServiceFactoryBean(ReflectionServiceFactoryBean).initializeWSDLOperations(). But in camel, created WSDLServiceFactoryBean to create the client instead of JaxWsServiceFactoryBean, which has override initializeWSDLOperations() to empty. Similar to the bug https://issues.apache.org/jira/browse/CAMEL-6570 -- This message was sent by Atlassian JIRA (v6.1#6144)