You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/06/21 09:28:20 UTC

[jira] [Created] (CXF-5088) Make the service file of cxf-core.jar Web Application Server friendly

Willem Jiang created CXF-5088:
---------------------------------

             Summary: Make the service file of cxf-core.jar Web Application Server friendly
                 Key: CXF-5088
                 URL: https://issues.apache.org/jira/browse/CXF-5088
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.7.5
            Reporter: Willem Jiang
            Assignee: Willem Jiang
            Priority: Minor
             Fix For: 2.7.6


The file META-INF/services/org.apache.cxf.bus.factory of cxf-rt-core.jar will confuse the JBoss AS deployer, as it is not a standard service file. You will get the warning message like this when deploying the CXF application into JBoss AS.
{code}
WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException,org.springframework.beans.factory.xml.NamespaceHandlerResolver' for service type 'org.apache.cxf.bus.factory'
{code}

--
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