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.