jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Enunciate
  • Enunciate
  • ENUNCIATE-652

update to latest CXF

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.26
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

the enunciate generated applicationContext.xml contains the following lines:

  <import resource="classpath:META-INF/cxf/cxf.xml"/>
  <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
  <import resource="classpath:META-INF/cxf/cxf-extension-jaxrs-binding.xml"/>

which caused the following error.

Caused by: java.io.FileNotFoundException: class path resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] cannot be opened because it does not exist

Furthermore, as far as I can tell none of these cxf configuration file is actually being generated in the first place. It seems to me all we need are the cxf-jaxrs-servlet.xml and web.xml in WEB-INF.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Matt Raible added a comment - 04/May/12 10:04 AM

AFAICT, you only need the first two lines in 2.6:

  <import resource="classpath:META-INF/cxf/cxf.xml"/>
  <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>

http://stackoverflow.com/questions/6349424/apache-cxf-rs-extensions-issue-in-2-4-0

Show
Matt Raible added a comment - 04/May/12 10:04 AM AFAICT, you only need the first two lines in 2.6: < import resource= "classpath:META-INF/cxf/cxf.xml" /> < import resource= "classpath:META-INF/cxf/cxf-servlet.xml" /> http://stackoverflow.com/questions/6349424/apache-cxf-rs-extensions-issue-in-2-4-0
Hide
Permalink
Ryan Heaton added a comment - 30/Jul/12 11:39 PM

Updated to CXF 2.6.0 at 439891d

Show
Ryan Heaton added a comment - 30/Jul/12 11:39 PM Updated to CXF 2.6.0 at 439891d
Hide
Permalink
Ryan Heaton added a comment - 15/Aug/12 10:11 AM

Closed with the release of 1.26.

Show
Ryan Heaton added a comment - 15/Aug/12 10:11 AM Closed with the release of 1.26.

People

  • Assignee:
    Ryan Heaton
    Reporter:
    Ryan Heaton
Vote (0)
Watch (1)

Dates

  • Created:
    20/Jan/12 11:23 AM
    Updated:
    15/Aug/12 10:11 AM
    Resolved:
    30/Jul/12 11:39 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.