简体   繁体   中英

CXF IllegalAnnotationException related to no-arg StackTraceElement constructor

I have a web service built using Apache CXF 2.1.3. One of the web params is a java.lang.Throwable. When I call JaxWsServerFactoryBean.setServiceBean, I get an IllegalAnnotationException as java.lang.StackTraceElement doesn't have a no-arg constructor.

The JIRA bug report here claims to have fixed the problem, but I am still getting the exception. Any ideas?

I am using java 1.6.0_11.

您是否尝试过更新到CXF 2.1.5?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM