Skip to content

Helps to reproduce a NPE found within Apache CXF framework

Notifications You must be signed in to change notification settings

sandra-markerud/cxf-bug-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo project

This project demonstrates the occurrence of a NullPointerException in org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor under certain circumstances. This topic is addressed in the following issue:

NPE in WebFaultOutInterceptor handleMessage method

Getting started

  • Clone this repository with git clone https://github.com/sandra-markerud/cxf-bug-example.git
  • Start the service with mvn spring-boot:run
  • In SoapUI import and use the following project demo-soapui-project.xml found under src/main/resources
    • The SOAP request Failure with NPE hides business error object reproduces the NullPointerException
    • This request targets a non existing endpoint due to a typo and additionally does not contain the soap action information in the Content-Type header

About

Helps to reproduce a NPE found within Apache CXF framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages