[jira] [Created] (CXF-4183) SOAP Fault cause NullPointerException
SOAP Fault cause NullPointerException - Key: CXF-4183 URL: https://issues.apache.org/jira/browse/CXF-4183 Project: CXF Issue Type: Bug Components: Soap Binding Affects Versions: 2.5.2
Re: cxf on tomcat
> Hi, > I am getting the following error when i try to execute ; > Client client = > jaxWsDynamicClientFactory.createClient(wsdlHolder.getWsdlUrl()); > Error : Caused by: java.lang.NoSuchMethodException: > com.sun.codemodel.internal.JCodeEModel.build(java.lang.Object) > When i debug, i got