-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
JBoss EAP 5.1 with CXF
-
-
Fixes CXF-3037 - Policy references embedded in policy are not processed - WS-Policy allows <wsp:PolicyReference> to be embedded within policy documents, but CXF does not handle these references.
-
Not Yet Documented
The problem is when a service having policy references in wsdl file is invoked with a client deployed on JBoss EAP 5.1 with CXF-3.1.2.SP7 a NullPointerException is thrown up from Apache Neethi, which is the WS Policy Framework used in CXF.
Please note that this issue occurs before the actual request is made,it happens while the ClientPolicy is being setup by the framework.