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:28:00 UTC

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

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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1467.
------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=677824&view=rev

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


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1467 started by Freeman Fang.

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


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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-1467:
--------------------------------

    Fix Version/s: servicemix-cxf-se-2008.01

> 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, servicemix-cxf-se-2008.01
>
>
> 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.