Closed bombaatu closed 9 years ago
Solution found: I placed this in my BuildConfig.groovy in the dependencies section: plugin("cxf") { excludes 'xmlbeans', 'spring-web', 'spring-core', 'xml-apis', 'jaxb-impl', 'jaxb-xjc' }
Hi I am also facing problem with cxf 2.0 in refreshing dependency. | Error Fatal error during compilation org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: URL [jar:file:/C:/Users/kbjani/.grails/ivy-cache/org.grails/grails-core/jars/grails-core-2.2.3.jar!/org/codehaus/groovy/grails/compiler/DirectoryWatcher$FileChangeListener.class]; nested exception is java.lang.NoClassDefFoundError: org/springframework/core/type/classreading/AnnotationMetadataReadingVisitor
Grails version 1.3.8, CXF version 1.1.4 (have also tried 1.1.3), java JDK 1.7.0_55. After run-app the application gets as far as 'Configuring Spring Security UI', then this error is thrown:
com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions Class has two properties of the same name "outputs" this problem is related to the following location: at public java.util.List org.apache.camel.model.ResequenceDefinition.getOutputs() at org.apache.camel.model.ResequenceDefinition this problem is related to the following location: at private java.util.List org.apache.camel.model.ResequenceDefinition.outputs at org.apache.camel.model.ResequenceDefinition