Alexey Dubinin created CXF-4634: ----------------------------------- Summary: Invalid INDEX.LIST in xml-resolver-1.2.jar Key: CXF-4634 URL: https://issues.apache.org/jira/browse/CXF-4634 Project: CXF Issue Type: Bug Affects Versions: 2.7.0, 2.6.3 Reporter: Alexey Dubinin Priority: Minor
xml-resolver-1.2.jar\META-INF\INDEX.LIST contains invalid filename 'resolver.jar'. This name should be changed to 'xml-resolver-1.2.jar' or INDEX.LIST should be removed completely. This caused problem on some classloaders. In my case application can't be deployed on jboss 4.2.3, because classloader can't find 'resolver.jar'. There are also other jars with invalid INDEX.LIST, but we don't use them. Similar issue found in spring framework(fixed): https://jira.springsource.org/browse/SPR-6383 . -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira