You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/07/18 06:32:00 UTC

[jira] Commented: (SM-1467) configuration not found warning during start servicemix-cxf-se component

    [ https://issues.apache.org/activemq/browse/SM-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44371#action_44371 ] 

Freeman Fang commented on SM-1467:
----------------------------------

the path of cxf cfg file should be

CXF_CONFIG = new String[] {
        "META-INF/cxf/cxf.xml",
        "META-INF/cxf/cxf-extension-soap.xml",
        "META-INF/cxf/transport/jbi/cxf-transport-jbi.xml",
        "META-INF/cxf/binding/jbi/cxf-binding-jbi.xml"
    };

but not
CXF_CONFIG = new String[] {
        "classpath:META-INF/cxf/cxf.xml",
        "classpath:META-INF/cxf/cxf-extension-soap.xml",
        "classpath:META-INF/cxf/transport/jbi/cxf-transport-jbi.xml",
        "classpath:META-INF/cxf/binding/jbi/cxf-binding-jbi.xml"
    };

> configuration not found warning during  start servicemix-cxf-se component
> -------------------------------------------------------------------------
>
>                 Key: SM-1467
>                 URL: https://issues.apache.org/activemq/browse/SM-1467
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> get warning like
> WARNING: Could not find the configuration file classpath:META-INF/cxf/cxf.xml on
> the classpath.
> 17-Jul-2008 16:55:30 org.apache.cxf.bus.spring.BusApplicationContext getConfigRe
> sources
> WARNING: Could not find the configuration file classpath:META-INF/cxf/cxf-extens
> ion-soap.xml on the classpath.
> 17-Jul-2008 16:55:30 org.apache.cxf.bus.spring.BusApplicationContext getConfigRe
> sources
> WARNING: Could not find the configuration file classpath:META-INF/cxf/transport/
> jbi/cxf-transport-jbi.xml on the classpath.
> 17-Jul-2008 16:55:30 org.apache.cxf.bus.spring.BusApplicationContext getConfigRe
> sources
> WARNING: Could not find the configuration file classpath:META-INF/cxf/binding/jb
> i/cxf-binding-jbi.xml on the classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.