Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<cxf:bus>
    <cxf:features>
        <p:policies enabled="false"/>
    </cxf:features>
</cxf:bus>

Note: this only applies if the cxf-rt-policy module is available or if you use the full cxf bundle jar. If you are using the maven modules and don't bring in the cxf-rt-policy artifact, then the policy engine will not be available.

Config changes

JMS

The default value for the useJms11 flag has changed to true so CXF will use the JMS 1.1 API's when possible. If you are using a JMS 1.0 provider, you will need to adjust the configuration to set this to false to force the use of the 1.0 API's.

...