<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Stuart,<br>
    <br>
    ... someone from the CXF user list finally put me on the right track
    to solve this...<br>
    <br>
    Summary: there was a conflict with CXF's META-INF/bus-extensions.txt
    (there are multiple of those in different JARs) when merging all the
    dependencies with Maven Shade. I just had to treat these like
    META-INF/spring.handlers... now they get merged into one file
    (instead of <big>being overwritten)</big>.<br>
    <br>
    I posted the details of the configuration here:<br>
    <br>
<a class="moz-txt-link-freetext" href="http://mail-archives.apache.org/mod_mbox/cxf-users/201405.mbox/browser">http://mail-archives.apache.org/mod_mbox/cxf-users/201405.mbox/browser</a><br>
    <br>
    I didn't have to change anything with Undertow... it runs like a
    charm.<br>
    <br>
    Thanks again,<br>
    <br>
    Aleks<br>
    <br>
    <div class="moz-cite-prefix">On 07.05.2014 03:15, Stuart Douglas
      wrote:<br>
    </div>
    <blockquote cite="mid:5369975B.4060006@redhat.com" type="cite">Can
      you post the code that you are using? Ideally as a github project
      I can try out?
      <br>
      <br>
      Off the top of my head the only thing I can think of is that maybe
      it is something to do with the ResourceManager setup.
      ResourceManager is used to resolve files in a war, so if a
      ResourceManager is not set CXF may not be able to find a config
      file it is after.
      <br>
      <br>
      Stuart
      <br>
    </blockquote>
    <br>
  </body>
</html>