You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> on 2007/11/24 07:17:46 UTC

Re: Error or Debug?

----- Original Message ----- 
From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
To: cxf-user@incubator.apache.org 
Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait 
Subject: Error or Debug? 


Hi all, 
is this error or just a debugging info? 

2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
-- 
Best Regards, 

Eman Ali al-Maktari 
Software Engineer 
Technical Department 
LinkInTime 
Get Mobile ))) 

www.linkintime.com 
Mobile :: (00967) 71 2000 834 
Office :: (00967) 1 427 377 
Fax :: (00967) 1 428 851 

LinkInTime Ltd. 
Iran Street 
Haddah - Sana'a - P.O.Box. 16871, YEMEN 


-- 
Best Regards, 

Eman Ali al-Maktari 
Software Engineer 
Technical Department 
LinkInTime 
Get Mobile ))) 

www.linkintime.com 
Mobile :: (00967) 71 2000 834 
Office :: (00967) 1 427 377 
Fax :: (00967) 1 428 851 

LinkInTime Ltd. 
Iran Street 
Haddah - Sana'a - P.O.Box. 16871, YEMEN 

Re: Error or Debug?

Posted by Willem Jiang <ni...@iona.com>.
Hi ,

Take easy , it is information level message ,  the "ERROR [STDERR]" 
message header
is cause by the java.util.log is directed to error message output stream 
which is holden by log4j.
I highly recommend you to try out the cxf 2.0.3 in which we did some 
enhancement on the logger system.

Willem.
Eman Ali al-Maktari [IT Department] wrote:
> Oops! it looks that I've sent the wrong error message! 
>
> This is the one I'm talking about: 
>
> INFO: Outbound Message 
> -------------------------------------- 
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:getCategoryList xmlns:ns2="http://ws.linkinnews.lit.com/"/></soap:Body></soap:Envelope> 
> -------------------------------------- 
> 16:47:10,485 ERROR [STDERR] Nov 25, 2007 4:47:10 PM org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
> INFO: Inbound Message 
> -------------------------------------- 
> Headers: {Content-Length=[912], SOAPAction=[""], Server=[Jetty(6.1.5)], content-type=[text/xml; charset=utf-8], null=[HTTP/1.1 200 OK]} 
> Message: 
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:getCategoryListResponse xmlns:ns2="http://ws.linkinnews.lit.com/"><return> 
> ... 
> </return></ns2:getCategoryListResponse></soap:Body></soap:Envelope> 
>
> I dumped the soap request and response by putting the following in my cxf.xml: 
>
> <bean id="logInbound" class="org.apache.cxf.interceptor.LoggingInInterceptor"/> 
> <bean id="logOutbound" class="org.apache.cxf.interceptor.LoggingOutInterceptor"/> 
>
> <bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl"> 
> <property name="inInterceptors"> 
> <list> 
> <ref bean="logInbound"/> 
> </list> 
> </property> 
> <property name="outInterceptors"> 
> <list> 
> <ref bean="logOutbound"/> 
> </list> 
> </property> 
> <property name="outFaultInterceptors"> 
> <list> 
> <ref bean="logOutbound"/> 
> </list> 
> </property> 
> </bean> 
>
> -------------------------------------- 
> ----- Original Message ----- 
> From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
> To: cxf-user@incubator.apache.org 
> Sent: Sunday, November 25, 2007 9:31:31 AM (GMT+0300) Asia/Kuwait 
> Subject: Re: Error or Debug? 
>
> Hi Willem, 
> thanks for the reply.. 
>
> ------------------------------------------------------------------ 
> This is the full messages: 
> 09:13:01,578 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [cxf,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,logInbound,logOutbound]; root of BeanFactory hierarchy] 
> 09:13:04,265 ERROR [STDERR] Nov 25, 2007 9:13:04 AM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass 
> INFO: Creating Service {http://ws.linkinnews.lit.com/}CategoriesImplService from class com.lit.linkinnews.ws.CategoriesImpl 
> 09:13:04,765 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 
> ------------------------------------------------------ 
> and yes, I'm using log4j in JBoss 
> ----- Original Message ----- 
> From: "Willem2" <ni...@iona.com> 
> To: cxf-user@incubator.apache.org 
> Sent: Sunday, November 25, 2007 4:14:20 AM (GMT+0300) Asia/Kuwait 
> Subject: Re: Error or Debug? 
>
>
> I can't tell it just from a single message. 
> It may relate to your log configuration, do you use log4j in your 
> container(tomcat) ? 
> Because CXF uses java.util.logger, even it is debug information, you will 
> get ERROR [STDERR] message. 
> In CXF2.0.3 we did some refactoring work in logger, you should try it :) 
>
> Willem. 
>
>
>
> Eman Ali al-Maktari [IT Department] wrote: 
>   
>> ----- Original Message ----- 
>> From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
>> To: cxf-user@incubator.apache.org 
>> Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait 
>> Subject: Error or Debug? 
>>
>>
>> Hi all, 
>> is this error or just a debugging info? 
>>
>> 2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM 
>> org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
>> -- 
>> Best Regards, 
>>
>> Eman Ali al-Maktari 
>> Software Engineer 
>> Technical Department 
>> LinkInTime 
>> Get Mobile ))) 
>>
>> www.linkintime.com 
>> Mobile :: (00967) 71 2000 834 
>> Office :: (00967) 1 427 377 
>> Fax :: (00967) 1 428 851 
>>
>> LinkInTime Ltd. 
>> Iran Street 
>> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
>>
>>
>> -- 
>> Best Regards, 
>>
>> Eman Ali al-Maktari 
>> Software Engineer 
>> Technical Department 
>> LinkInTime 
>> Get Mobile ))) 
>>
>> www.linkintime.com 
>> Mobile :: (00967) 71 2000 834 
>> Office :: (00967) 1 427 377 
>> Fax :: (00967) 1 428 851 
>>
>> LinkInTime Ltd. 
>> Iran Street 
>> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
>>
>>
>>     
>
>   


Re: Error or Debug?

Posted by "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com>.
Oops! it looks that I've sent the wrong error message! 

This is the one I'm talking about: 

INFO: Outbound Message 
-------------------------------------- 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:getCategoryList xmlns:ns2="http://ws.linkinnews.lit.com/"/></soap:Body></soap:Envelope> 
-------------------------------------- 
16:47:10,485 ERROR [STDERR] Nov 25, 2007 4:47:10 PM org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
INFO: Inbound Message 
-------------------------------------- 
Headers: {Content-Length=[912], SOAPAction=[""], Server=[Jetty(6.1.5)], content-type=[text/xml; charset=utf-8], null=[HTTP/1.1 200 OK]} 
Message: 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:getCategoryListResponse xmlns:ns2="http://ws.linkinnews.lit.com/"><return> 
... 
</return></ns2:getCategoryListResponse></soap:Body></soap:Envelope> 

I dumped the soap request and response by putting the following in my cxf.xml: 

<bean id="logInbound" class="org.apache.cxf.interceptor.LoggingInInterceptor"/> 
<bean id="logOutbound" class="org.apache.cxf.interceptor.LoggingOutInterceptor"/> 

<bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl"> 
<property name="inInterceptors"> 
<list> 
<ref bean="logInbound"/> 
</list> 
</property> 
<property name="outInterceptors"> 
<list> 
<ref bean="logOutbound"/> 
</list> 
</property> 
<property name="outFaultInterceptors"> 
<list> 
<ref bean="logOutbound"/> 
</list> 
</property> 
</bean> 

-------------------------------------- 
----- Original Message ----- 
From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
To: cxf-user@incubator.apache.org 
Sent: Sunday, November 25, 2007 9:31:31 AM (GMT+0300) Asia/Kuwait 
Subject: Re: Error or Debug? 

Hi Willem, 
thanks for the reply.. 

------------------------------------------------------------------ 
This is the full messages: 
09:13:01,578 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [cxf,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,logInbound,logOutbound]; root of BeanFactory hierarchy] 
09:13:04,265 ERROR [STDERR] Nov 25, 2007 9:13:04 AM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass 
INFO: Creating Service {http://ws.linkinnews.lit.com/}CategoriesImplService from class com.lit.linkinnews.ws.CategoriesImpl 
09:13:04,765 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 
------------------------------------------------------ 
and yes, I'm using log4j in JBoss 
----- Original Message ----- 
From: "Willem2" <ni...@iona.com> 
To: cxf-user@incubator.apache.org 
Sent: Sunday, November 25, 2007 4:14:20 AM (GMT+0300) Asia/Kuwait 
Subject: Re: Error or Debug? 


I can't tell it just from a single message. 
It may relate to your log configuration, do you use log4j in your 
container(tomcat) ? 
Because CXF uses java.util.logger, even it is debug information, you will 
get ERROR [STDERR] message. 
In CXF2.0.3 we did some refactoring work in logger, you should try it :) 

Willem. 



Eman Ali al-Maktari [IT Department] wrote: 
> 
> 
> ----- Original Message ----- 
> From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
> To: cxf-user@incubator.apache.org 
> Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait 
> Subject: Error or Debug? 
> 
> 
> Hi all, 
> is this error or just a debugging info? 
> 
> 2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM 
> org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
> -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
> 
> 
> -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-Error-or-Debug--tf4865103.html#a13931484 
Sent from the cxf-user mailing list archive at Nabble.com. 




-- 
Best Regards, 

Eman Ali al-Maktari 
Software Engineer 
Technical Department 
LinkInTime 
Get Mobile ))) 

www.linkintime.com 
Mobile :: (00967) 71 2000 834 
Office :: (00967) 1 427 377 
Fax :: (00967) 1 428 851 

LinkInTime Ltd. 
Iran Street 
Haddah - Sana'a - P.O.Box. 16871, YEMEN 


-- 
Best Regards, 

Eman Ali al-Maktari 
Software Engineer 
Technical Department 
LinkInTime 
Get Mobile ))) 

www.linkintime.com 
Mobile :: (00967) 71 2000 834 
Office :: (00967) 1 427 377 
Fax :: (00967) 1 428 851 

LinkInTime Ltd. 
Iran Street 
Haddah - Sana'a - P.O.Box. 16871, YEMEN 

Re: Error or Debug?

Posted by "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com>.
Hi Willem, 
thanks for the reply.. 

------------------------------------------------------------------ 
This is the full messages: 
09:13:01,578 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [cxf,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,logInbound,logOutbound]; root of BeanFactory hierarchy] 
09:13:04,265 ERROR [STDERR] Nov 25, 2007 9:13:04 AM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass 
INFO: Creating Service {http://ws.linkinnews.lit.com/}CategoriesImplService from class com.lit.linkinnews.ws.CategoriesImpl 
09:13:04,765 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 
------------------------------------------------------ 
and yes, I'm using log4j in JBoss 
----- Original Message ----- 
From: "Willem2" <ni...@iona.com> 
To: cxf-user@incubator.apache.org 
Sent: Sunday, November 25, 2007 4:14:20 AM (GMT+0300) Asia/Kuwait 
Subject: Re: Error or Debug? 


I can't tell it just from a single message. 
It may relate to your log configuration, do you use log4j in your 
container(tomcat) ? 
Because CXF uses java.util.logger, even it is debug information, you will 
get ERROR [STDERR] message. 
In CXF2.0.3 we did some refactoring work in logger, you should try it :) 

Willem. 



Eman Ali al-Maktari [IT Department] wrote: 
> 
> 
> ----- Original Message ----- 
> From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
> To: cxf-user@incubator.apache.org 
> Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait 
> Subject: Error or Debug? 
> 
> 
> Hi all, 
> is this error or just a debugging info? 
> 
> 2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM 
> org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
> -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
> 
> 
> -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-Error-or-Debug--tf4865103.html#a13931484 
Sent from the cxf-user mailing list archive at Nabble.com. 




-- 
Best Regards, 

Eman Ali al-Maktari 
Software Engineer 
Technical Department 
LinkInTime 
Get Mobile ))) 

www.linkintime.com 
Mobile :: (00967) 71 2000 834 
Office :: (00967) 1 427 377 
Fax :: (00967) 1 428 851 

LinkInTime Ltd. 
Iran Street 
Haddah - Sana'a - P.O.Box. 16871, YEMEN 

Re: Error or Debug?

Posted by Willem2 <ni...@iona.com>.
I can't tell it just from a single message. 
It may relate to your log configuration, do you use log4j in your
container(tomcat) ?
Because CXF uses java.util.logger, even it is debug information,  you will
get ERROR [STDERR] message.
In CXF2.0.3 we did some refactoring work in logger, you should try it :)

Willem.

 

Eman Ali al-Maktari  [IT Department] wrote:
> 
> 
> ----- Original Message ----- 
> From: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
> To: cxf-user@incubator.apache.org 
> Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait 
> Subject: Error or Debug? 
> 
> 
> Hi all, 
> is this error or just a debugging info? 
> 
> 2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM
> org.apache.cxf.interceptor.LoggingInInterceptor handleMessage 
> -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
> 
> 
> -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-Error-or-Debug--tf4865103.html#a13931484
Sent from the cxf-user mailing list archive at Nabble.com.


Re: Error or Debug?

Posted by "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com>.
Thanks a lot Willem for the reply, although I upgraded to 2.0.3, but the message still exists. 

Thanks to you Daniel for the reply. I think the information you and Willem had provided me with is enough for me to ignore this message.. 


----- Original Message ----- 
From: "Daniel Kulp" <dk...@apache.org> 
To: cxf-user@incubator.apache.org 
Cc: "Eman Ali al-Maktari [IT Department]" <ea...@linkintime.com> 
Sent: Friday, November 30, 2007 9:01:43 PM (GMT+0300) Asia/Kuwait 
Subject: Re: Error or Debug? 


JBoss does some strange redirection of java.util.logging stuff to log4j. 
This LOOKS like an issue with that jboss code. We log that stuff 
at "INFO" level, but it looks like the JBOSS stuff is redirecting it 
into log4j at ERROR level. That might be a question for the JBoss 
folks. 

Dan 


On Saturday 24 November 2007, Eman Ali al-Maktari [IT Department] wrote: 
> ----- Original Message ----- 
> From: "Eman Ali al-Maktari [IT Department]" 
> <ea...@linkintime.com> To: cxf-user@incubator.apache.org 
> Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait 
> Subject: Error or Debug? 
> 
> 
> Hi all, 
> is this error or just a debugging info? 
> 
> 2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM 
> org.apache.cxf.interceptor.LoggingInInterceptor handleMessage -- 
> Best Regards, 
> 
> Eman Ali al-Maktari 
> Software Engineer 
> Technical Department 
> LinkInTime 
> Get Mobile ))) 
> 
> www.linkintime.com 
> Mobile :: (00967) 71 2000 834 
> Office :: (00967) 1 427 377 
> Fax :: (00967) 1 428 851 
> 
> LinkInTime Ltd. 
> Iran Street 
> Haddah - Sana'a - P.O.Box. 16871, YEMEN 



-- 
J. Daniel Kulp 
Principal Engineer 
IONA 
P: 781-902-8727 C: 508-380-7194 
daniel.kulp@iona.com 
http://www.dankulp.com/blog 



-- 
Best Regards, 

Eman Ali al-Maktari 
Software Engineer 
Technical Department 
LinkInTime 
Get Mobile ))) 

www.linkintime.com 
Mobile :: (00967) 71 2000 834 
Office :: (00967) 1 427 377 
Fax :: (00967) 1 428 851 

LinkInTime Ltd. 
Iran Street 
Haddah - Sana'a - P.O.Box. 16871, YEMEN 

Re: Error or Debug?

Posted by Daniel Kulp <dk...@apache.org>.
JBoss does some strange redirection of java.util.logging stuff to log4j.   
This LOOKS like an issue with that jboss code.   We log that stuff 
at "INFO" level, but it looks like the JBOSS stuff is redirecting it 
into log4j at ERROR level.     That might be a question for the JBoss 
folks.

Dan


On Saturday 24 November 2007, Eman Ali al-Maktari [IT Department] wrote:
> ----- Original Message -----
> From: "Eman Ali al-Maktari [IT Department]"
> <ea...@linkintime.com> To: cxf-user@incubator.apache.org
> Sent: Wednesday, November 21, 2007 7:03:18 PM (GMT+0300) Asia/Kuwait
> Subject: Error or Debug?
>
>
> Hi all,
> is this error or just a debugging info?
>
> 2007-11-21 18:48:49,633 ERROR [STDERR] Nov 21, 2007 6:48:49 PM
> org.apache.cxf.interceptor.LoggingInInterceptor handleMessage --
> Best Regards,
>
> Eman Ali al-Maktari
> Software Engineer
> Technical Department
> LinkInTime
> Get Mobile )))
>
> www.linkintime.com
> Mobile :: (00967) 71 2000 834
> Office :: (00967) 1 427 377
> Fax :: (00967) 1 428 851
>
> LinkInTime Ltd.
> Iran Street
> Haddah - Sana'a - P.O.Box. 16871, YEMEN



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog