org.apache.cxf.jaxws.context.WebServiceContextResourceResolver/bus’ declared in the standard descriptor or annotation has no JNDI name mapped to it. The resource-env-ref must be mapped to a JNDI name using the resource-env-description element of the weblogic proprietary descriptor or corresponding annotation

Disable CDI Container and disable CDI Policy

Make entry on config.xml and try

<cdi-descriptor>
<policy>Disabled</policy>
</cdi-descriptor>

Recent Posts

Start typing and press Enter to search