This worked. I don't see error messages any more.
dkulp wrote: > > > There is some docs at: > > http://cxf.apache.org/docs/debugging-and-logging.html > > about getting CXF to log to log4j. You may be able to give that a try. > I'm > not sure if that will work any better. > > Dan > > On Tue February 16 2010 3:17:14 pm JMalkan wrote: >> Is there a work around? >> >> dkulp 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...@ef1 >> >> 38b 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...@12b >> >> 2cc 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. > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog > > -- View this message in context: http://old.nabble.com/org.apache.cxf.service.factory.ReflectionServiceFactoryBean-bu-ildServiceFromClass-Console-Error-on-server-star-tp27595369p27632159.html Sent from the cxf-user mailing list archive at Nabble.com.
