Maven 2 & 3

Fail to run CXF code generation with 2.0.10 RC

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0.10
  • Fix Version/s: 2.1.0-M1
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    1

Description

The attached project contains only a WSDL 2 Java code generation with a dependency to slf4j.

Running "mvn install" fails in 2.0.10-RC9 with a NoSuchMethodError : trace on commons-logging SLF4J API.

This MAY be a cxf plugin issue, as maybe it doesn't build the JAXB classpath correctly...

Running with maven2 2.0.9 doesn't throw this error (the code generation fails as the sample WSDL is RPC/encoded, but this is not the issue to be demonstrated here)

Activity

Hide
John Casey added a comment -

This is a relatively simple issue of the jackrabbit webdav wagon bringing in a version of slf4j that doesn't get "hidden" by the shade plugin when maven is built. I've fixed it locally, but I'd like to put together an integration test to verify it before closing this issue.

Show
John Casey added a comment - This is a relatively simple issue of the jackrabbit webdav wagon bringing in a version of slf4j that doesn't get "hidden" by the shade plugin when maven is built. I've fixed it locally, but I'd like to put together an integration test to verify it before closing this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: