JMalkan, this is most probably a general issue with using the
java.util.logging.Logger on JBoss AS.
For instance, the JBossWS-CXF integration comes with a JDKLogRedirector
that properly translates and redirects org.apache.cxf category logs to
the jboss logger. You might want to try the JBossWS-CXF integration (I'm
assuming you're not using that now, correct me if I'm wrong, in which
case there's probably another issue), or implement on you own something
similar to what's here
http://anonsvn.jboss.org/repos/jbossws/common/tags/jbossws-common-1.2.2.GA/src/main/java/org/jboss/wsf/common/logging/
Cheers
Alessio
Daniel Kulp wrote:
It's a bug in JBoss. For some reason, everything we output in the Logger at
INFO level, JBoss flags at ERROR.
Dan
On Mon February 15 2010 10:21:06 am JMalkan wrote:
Hi CXF Gurus,
I am a new bee. When I start my web module (part of an ear) in JBoss
Server, I see following error.
Any help resolving these errors will be greatly appreciated.
ERROR 2010-02-15 06:21:05,246 [STDERR] Feb 15, 2010 6:21:05 AM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service
{http://auth.ports.v1.webservices.sl.te.com/}AuthService from class
com.axeda.sl.webservices.v1.ports.auth.AuthWService
ERROR 2010-02-15 06:21:06,668 [STDERR] Feb 15, 2010 6:21:06 AM
org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be /v1/soap/Auth
ERROR 2010-02-15 06:21:09,168 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service {http://spring.demo/}HelloWorldImplService from
class demo.spring.HelloWorld
ERROR 2010-02-15 06:21:09,324 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be /v1/soap/HelloWorld
INFO 2010-02-15 06:21:09,324 [ContextLoader] Root WebApplicationContext:
initialization completed in 11000 ms
ERROR 2010-02-15 06:21:09,340 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.transport.servlet.CXFServlet updateContext
INFO: Load the bus with application context
INFO 2010-02-15 06:21:09,355 [BusApplicationContext] Refreshing
org.apache.cxf.bus.spring.busapplicationcont...@18b6702: dis
play name [org.apache.cxf.bus.spring.busapplicationcont...@18b6702];
startup date [Mon Feb 15 06:21:09 GMT 2010]; parent:
org.springframework.web.context.support.xmlwebapplicationcont...@167390d
INFO 2010-02-15 06:21:09,465 [BusApplicationContext] Bean factory for
application context
[org.apache.cxf.bus.spring.busapplicationcont...@18b6702]:
org.springframework.beans.factory.support.defaultlistablebeanfact...@ef138b
INFO 2010-02-15 06:21:09,465 [DefaultListableBeanFactory]
Pre-instantiating singletons in org.springframework.beans.factory.
support.defaultlistablebeanfact...@ef138b: defining beans []; parent:
org.springframework.beans.factory.support.defaultlistablebeanfact...@12b2cc
ERROR 2010-02-15 06:21:09,465 [STDERR] Feb 15, 2010 6:21:09 AM
org.apache.cxf.transport.servlet.AbstractCXFServlet
replaceDestinationFactory
INFO: Servlet transport factory already registered
Jiggy.
--
Alessio Soldano
Web Service Lead, JBoss