Grails-Plugin-Consortium / grails-cxf

CXF Plugin for the Grails web framework
http://grails.org/plugin/cxf
38 stars 46 forks source link

Failed to genrate wsdl file. #43

Closed djavaphp closed 8 years ago

djavaphp commented 10 years ago

Hi, I have grails 2.2.3 and cxf 1.1.3 also using activeMq dependency for some queue operation. Earlier i was using activemq plugin along with cxf and it was working fine and generating proper wsdl file. As support for activemq plugin is not available I replaced related code with including dependency org.apache.activemq:activemq-core:5.5.1 and added some jmsBroker related code to resource.groovy and worked well.

When I run the project thru STS its working but when i create war of the project , I am not able to generate wsdl url. so is it reflecting anything with newly added dependency?

do i need to exclude anything from grails plugin or dependency which i added?

Thanks