You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application I am using which works until I try to build an uberjar.
I am seeing this error after I run the same code through I generated jar, I believe this is some kind on config I require but can not find any mention of needing any thing specific when running from a jar file.
Exception: #error {
:cause Cannot invoke "org.apache.cxf.jaxws.spi.WrapperClassCreator.generate(org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean, org.apache.cxf.service.model.InterfaceInfo, boolean)" because "wrapperGen" is null
:via
[{:type java.lang.NullPointerException
:message Cannot invoke "org.apache.cxf.jaxws.spi.WrapperClassCreator.generate(org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean, org.apache.cxf.service.model.InterfaceInfo, boolean)" because "wrapperGen" is null
:at [org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean generatedWrapperBeanClass JaxWsServiceFactoryBean.java 670]}]
Anyone able to give any pointers ?
The text was updated successfully, but these errors were encountered:
the original post is in Chinese, I tried to summarize the steps as below:
open cxf-core-3.4.0.jar、cxf-rt-bindings-soap-3.4.0.jar、cxf-rt-transports-http-3.4.0.jar、cxf-rt-transports-http-jetty-3.4.0.jar、cxf-rt-wsdl-3.4.0.jar and find the META-INF\cxf\bus-extensions.txt file
create a new file META-INF\cxf\bus-extensions.txt under you src folder
copy contents from all fiels in step 1 into the new file
I have an application I am using which works until I try to build an uberjar.
I am seeing this error after I run the same code through I generated jar, I believe this is some kind on config I require but can not find any mention of needing any thing specific when running from a jar file.
Anyone able to give any pointers ?
The text was updated successfully, but these errors were encountered: