java - CXF IllegalAnnotationException related to no-arg StackTraceElement constructor -
I have a web service using Apache CXF 2.1.3. One of the web parameters is java.lang. Stable When I call JaxWsServerFactoryBean.setServiceBean, I get an invalid annotation expression as java.lang.StackTraceElement. There is no chaotic producer.
The JIRA bug report claimed to have fixed the problem, but I am still getting exceptions. Any ideas?
I am using Java 1.6.0_11.
Have you tried CXF 2.1.5?
Comments
Post a Comment