THEODOROS CHAIKALIS created CXF-7771:
----------------------------------------
Summary: Apache CXF configuration crashes weblogic application
Key: CXF-7771
URL: https://issues.apache.org/jira/browse/CXF-7771
Project: CXF
Issue Type: Test
Environment: Weblogic 12.2.1.3
{{<cxf.version>3.2.5</cxf.version>}}
{{Java 8}}
Reporter: THEODOROS CHAIKALIS
Please consider revising the following problem:
[https://stackoverflow.com/questions/51083860/apache-cxf-configuration-crashes-weblogic-application]
TLDR: Iam trying to deploy a Simple SOAP service with BasicAuth by using the
CXF and creating a subclass of SoapHeaderInterceptor to handle the credentials.
However weblogic seems to ignore the interceptors and never calls them.
CXF states
[HERE|http://cxf.apache.org/docs/application-server-specific-configuration-guide.html#ApplicationServerSpecificConfigurationGuide-WebLogic]
that i must include some code in weblogic.xml. But when i do this, i get this
error:
{{{{java.lang.ClassNotFoundException: javax.jws.WebService}}}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)