About sample "integration\JBI\external_provider_internal_consumer"

2008-01-16 Thread YI (William) ZHU

Hi,

I'm studing the sample "integration\JBI\external_provider_internal_consumer"
of CXF 2.0.2.

I followed the README, when I started the "CXF Service Engine", I found the
following message on ServiceMix console:

...
SEVERE: Could not find Apache CXF configuration in 
 
C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
...
...ServiceEngineShutdown changeState
INFO: in shutdown state
...

It seems that CXF Service Engine was shutdown, but when I continue 
to Deploy and start CXF demo service assembly, everything were working.

First, I don't understand why when there is a "SEVERE" error, the example
still works;
Second, actually there is a file "cxf-config.xml" under that folder, but
with empty contents;

Could anyone help answer this question?


Thanks,
YI ZHU

(details as below)

Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap init
INFO: Bootstrap.init called
Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap onInstall
INFO: Bootstrap.onInstall called
Jan 16, 2008 1:50:16 PM org.apache.cxf.jbi.se.CXFBootstrap cleanUp
INFO: Bootstrap.cleanUp called
INFO  - ComponentMBeanImpl - Starting component:
CXFServiceEngine
INFO  - ComponentMBeanImpl - Initializing component:
CXFServiceEngine
Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
changeState
INFO: in shutdown state
Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
initSE
SEVERE: Could not find Apache CXF configuration in  
C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
initializeBus
INFO: initializing bus
Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
initializeBus
INFO: init bus complete
Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
setDeliveryChannel
INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
initSE
INFO: Apache CXF Service Engine installation
root:C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1
Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
initSE
INFO: CXF Service Engine init complete
Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.CXFServiceEngine start
INFO: CXFServiceEngine starting
Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
changeState
INFO: in stop state
Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
setDeliveryChannel
INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
startSE
INFO: CXFServiceEngine startup complete


-- 
View this message in context: 
http://www.nabble.com/About-sample-%22integration%5CJBI%5Cexternal_provider_internal_consumer%22-tp14889400p14889400.html
Sent from the cxf-user mailing list archive at Nabble.com.



Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-18 Thread YI (William) ZHU

... (after stoping & shuting down CXF Service Engine) then I try to uninstall
CSE,
but I got the following message on ServiceMix console:

INFO  - JBIContainer   - Deactivating component
CXFServiceEngine
Jan 18, 2008 2:56:59 PM org.apache.cxf.jbi.se.CXFBootstrap onUninstall
INFO: Bootstrap.onUninstall called
Jan 18, 2008 2:56:59 PM org.apache.cxf.jbi.se.CXFBootstrap cleanUp
INFO: Bootstrap.cleanUp called
WARN  - EnvironmentContext - Failed to remove directory
structure for component [version]: 
CXFServiceEngine [CXFServiceEngine]


The ServiceMix failed to remove CSE, further more this caused that we can
not install CSE next time.
(the workaround is to manually remove the CSE folder).

Could someone confirm this issue?

Thanks,





YI (William) ZHU wrote:
> 
> When I stop CXF Service Engine component, I got the following message from
> ServiceMix console:
> 
> INFO  - ComponentMBeanImpl - Stopping component:
> CXFServiceEngine
> Jan 18, 2008 2:48:23 PM org.apache.cxf.jbi.se.CXFServiceEngine stop
> INFO: CXFServiceEngine stopped
> Jan 18, 2008 2:48:23 PM org.apache.cxf.jbi.se.state.ServiceEngineStart
> changeState
> INFO: in start state
> 
> Is the information given "in start state" correct? seems it should be "in
> stop state".
> 
> Could anyone anwser this question?
> 
> Thanks,
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> YI (William) ZHU wrote:
>> 
>> Hi,
>> 
>> I'm studing the sample
>> "integration\JBI\external_provider_internal_consumer" of CXF 2.0.2.
>> 
>> I followed the README, when I started the "CXF Service Engine", I found
>> the following message on ServiceMix console:
>> 
>> ...
>> SEVERE: Could not find Apache CXF configuration in 
>>  
>> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
>> ...
>> ...ServiceEngineShutdown changeState
>> INFO: in shutdown state
>> ...
>> 
>> It seems that CXF Service Engine was shutdown, but when I continue 
>> to Deploy and start CXF demo service assembly, everything were working.
>> 
>> First, I don't understand why when there is a "SEVERE" error, the example
>> still works;
>> Second, actually there is a file "cxf-config.xml" under that folder, but
>> with empty contents;
>> 
>> Could anyone help answer this question?
>> 
>> 
>> Thanks,
>> YI ZHU
>> 
>> (details as below)
>> 
>> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap init
>> INFO: Bootstrap.init called
>> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap onInstall
>> INFO: Bootstrap.onInstall called
>> Jan 16, 2008 1:50:16 PM org.apache.cxf.jbi.se.CXFBootstrap cleanUp
>> INFO: Bootstrap.cleanUp called
>> INFO  - ComponentMBeanImpl - Starting component:
>> CXFServiceEngine
>> INFO  - ComponentMBeanImpl - Initializing component:
>> CXFServiceEngine
>> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> changeState
>> INFO: in shutdown state
>> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initSE
>> SEVERE: Could not find Apache CXF configuration in  
>> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
>> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initializeBus
>> INFO: initializing bus
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initializeBus
>> INFO: init bus complete
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
>> setDeliveryChannel
>> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initSE
>> INFO: Apache CXF Service Engine installation
>> root:C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initSE
>> INFO: CXF Service Engine init complete
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.CXFServiceEngine start
>> INFO: CXFServiceEngine starting
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
>> changeState
>> INFO: in stop state
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
>> setDeliveryChannel
>> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
>> startSE
>> INFO: CXFServiceEngine startup complete
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-sample-%22integration%5CJBI%5Cexternal_provider_internal_consumer%22-tp14889400p14957786.html
Sent from the cxf-user mailing list archive at Nabble.com.



Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-18 Thread YI (William) ZHU

When I stop CXF Service Engine component, I got the following message from
ServiceMix console:

INFO  - ComponentMBeanImpl - Stopping component:
CXFServiceEngine
Jan 18, 2008 2:48:23 PM org.apache.cxf.jbi.se.CXFServiceEngine stop
INFO: CXFServiceEngine stopped
Jan 18, 2008 2:48:23 PM org.apache.cxf.jbi.se.state.ServiceEngineStart
changeState
INFO: in start state

Is the information given "in start state" correct? seems it should be "in
stop state".

Could anyone anwser this question?

Thanks,











YI (William) ZHU wrote:
> 
> Hi,
> 
> I'm studing the sample
> "integration\JBI\external_provider_internal_consumer" of CXF 2.0.2.
> 
> I followed the README, when I started the "CXF Service Engine", I found
> the following message on ServiceMix console:
> 
> ...
> SEVERE: Could not find Apache CXF configuration in 
>  
> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
> ...
> ...ServiceEngineShutdown changeState
> INFO: in shutdown state
> ...
> 
> It seems that CXF Service Engine was shutdown, but when I continue 
> to Deploy and start CXF demo service assembly, everything were working.
> 
> First, I don't understand why when there is a "SEVERE" error, the example
> still works;
> Second, actually there is a file "cxf-config.xml" under that folder, but
> with empty contents;
> 
> Could anyone help answer this question?
> 
> 
> Thanks,
> YI ZHU
> 
> (details as below)
> 
> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap init
> INFO: Bootstrap.init called
> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap onInstall
> INFO: Bootstrap.onInstall called
> Jan 16, 2008 1:50:16 PM org.apache.cxf.jbi.se.CXFBootstrap cleanUp
> INFO: Bootstrap.cleanUp called
> INFO  - ComponentMBeanImpl - Starting component:
> CXFServiceEngine
> INFO  - ComponentMBeanImpl - Initializing component:
> CXFServiceEngine
> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> changeState
> INFO: in shutdown state
> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initSE
> SEVERE: Could not find Apache CXF configuration in  
> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initializeBus
> INFO: initializing bus
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initializeBus
> INFO: init bus complete
> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
> setDeliveryChannel
> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initSE
> INFO: Apache CXF Service Engine installation
> root:C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initSE
> INFO: CXF Service Engine init complete
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.CXFServiceEngine start
> INFO: CXFServiceEngine starting
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
> changeState
> INFO: in stop state
> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
> setDeliveryChannel
> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
> startSE
> INFO: CXFServiceEngine startup complete
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-sample-%22integration%5CJBI%5Cexternal_provider_internal_consumer%22-tp14889400p1495.html
Sent from the cxf-user mailing list archive at Nabble.com.



Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-21 Thread gnodet

Could you please try with the servicemix CXF components instead ? They are
much more tested than this one AFAIK.  I'm not very familiar with this very
component, so I can't help much, but I think it would be wise to try and
start the CXF components that come with ServiceMix instead.
ServiceMix distribution also comes with an example that you will be able to
deploy.


YI (William) ZHU wrote:
> 
> Hi,
> 
> I'm studing the sample
> "integration\JBI\external_provider_internal_consumer" of CXF 2.0.2.
> 
> I followed the README, when I started the "CXF Service Engine", I found
> the following message on ServiceMix console:
> 
> ...
> SEVERE: Could not find Apache CXF configuration in 
>  
> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
> ...
> ...ServiceEngineShutdown changeState
> INFO: in shutdown state
> ...
> 
> It seems that CXF Service Engine was shutdown, but when I continue 
> to Deploy and start CXF demo service assembly, everything were working.
> 
> First, I don't understand why when there is a "SEVERE" error, the example
> still works;
> Second, actually there is a file "cxf-config.xml" under that folder, but
> with empty contents;
> 
> Could anyone help answer this question?
> 
> 
> Thanks,
> YI ZHU
> 
> (details as below)
> 
> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap init
> INFO: Bootstrap.init called
> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap onInstall
> INFO: Bootstrap.onInstall called
> Jan 16, 2008 1:50:16 PM org.apache.cxf.jbi.se.CXFBootstrap cleanUp
> INFO: Bootstrap.cleanUp called
> INFO  - ComponentMBeanImpl - Starting component:
> CXFServiceEngine
> INFO  - ComponentMBeanImpl - Initializing component:
> CXFServiceEngine
> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> changeState
> INFO: in shutdown state
> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initSE
> SEVERE: Could not find Apache CXF configuration in  
> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initializeBus
> INFO: initializing bus
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initializeBus
> INFO: init bus complete
> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
> setDeliveryChannel
> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initSE
> INFO: Apache CXF Service Engine installation
> root:C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
> initSE
> INFO: CXF Service Engine init complete
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.CXFServiceEngine start
> INFO: CXFServiceEngine starting
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
> changeState
> INFO: in stop state
> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
> setDeliveryChannel
> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
> startSE
> INFO: CXFServiceEngine startup complete
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-sample-%22integration%5CJBI%5Cexternal_provider_internal_consumer%22-tp14889400p15006600.html
Sent from the cxf-user mailing list archive at Nabble.com.



Re: About sample "integration\JBI\external_provider_internal_consumer"

2008-01-22 Thread YI (William) ZHU

Thanks for your reply!

Actually I'm using ServiceMix 3.2.1, and also using the CXF component with
ServiceMix (not the one with CXF2.0.2).

I just wondering that this maybe a bug in CXF component, if someone can
confirm that.


Regards,



gnodet wrote:
> 
> Could you please try with the servicemix CXF components instead ? They are
> much more tested than this one AFAIK.  I'm not very familiar with this
> very component, so I can't help much, but I think it would be wise to try
> and start the CXF components that come with ServiceMix instead.
> ServiceMix distribution also comes with an example that you will be able
> to deploy.
> 
> 
> YI (William) ZHU wrote:
>> 
>> Hi,
>> 
>> I'm studing the sample
>> "integration\JBI\external_provider_internal_consumer" of CXF 2.0.2.
>> 
>> I followed the README, when I started the "CXF Service Engine", I found
>> the following message on ServiceMix console:
>> 
>> ...
>> SEVERE: Could not find Apache CXF configuration in 
>>  
>> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
>> ...
>> ...ServiceEngineShutdown changeState
>> INFO: in shutdown state
>> ...
>> 
>> It seems that CXF Service Engine was shutdown, but when I continue 
>> to Deploy and start CXF demo service assembly, everything were working.
>> 
>> First, I don't understand why when there is a "SEVERE" error, the example
>> still works;
>> Second, actually there is a file "cxf-config.xml" under that folder, but
>> with empty contents;
>> 
>> Could anyone help answer this question?
>> 
>> 
>> Thanks,
>> YI ZHU
>> 
>> (details as below)
>> 
>> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap init
>> INFO: Bootstrap.init called
>> Jan 16, 2008 1:50:15 PM org.apache.cxf.jbi.se.CXFBootstrap onInstall
>> INFO: Bootstrap.onInstall called
>> Jan 16, 2008 1:50:16 PM org.apache.cxf.jbi.se.CXFBootstrap cleanUp
>> INFO: Bootstrap.cleanUp called
>> INFO  - ComponentMBeanImpl - Starting component:
>> CXFServiceEngine
>> INFO  - ComponentMBeanImpl - Initializing component:
>> CXFServiceEngine
>> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> changeState
>> INFO: in shutdown state
>> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initSE
>> SEVERE: Could not find Apache CXF configuration in  
>> C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1\META-INF
>> Jan 16, 2008 1:50:33 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initializeBus
>> INFO: initializing bus
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initializeBus
>> INFO: init bus complete
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
>> setDeliveryChannel
>> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initSE
>> INFO: Apache CXF Service Engine installation
>> root:C:\apps\servicemix321\data\smx\components\CXFServiceEngine\version_1
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineShutdown
>> initSE
>> INFO: CXF Service Engine init complete
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.CXFServiceEngine start
>> INFO: CXFServiceEngine starting
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
>> changeState
>> INFO: in stop state
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.transport.jbi.JBITransportFactory
>> setDeliveryChannel
>> INFO: configuring DeliveryChannel:  DeliveryChannel{CXFServiceEngine}
>> Jan 16, 2008 1:50:41 PM org.apache.cxf.jbi.se.state.ServiceEngineStop
>> startSE
>> INFO: CXFServiceEngine startup complete
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-sample-%22integration%5CJBI%5Cexternal_provider_internal_consumer%22-tp14889400p15028317.html
Sent from the cxf-user mailing list archive at Nabble.com.