• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Log4J message and xFire Web Service Question

 
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I went through the Web Services tutorial with xFire I found on the MyEclipse site. xFire seems to do everything I need and has simple integration into MyEclipse!

The only thing I can't seem to fix is that when I run the Web Service from the stub client program, I get the lines below:

----------------------------------------------------------

log4j:WARN No appenders could be found for logger (org.codehaus.xfire.transport.DefaultTransportManager).

log4j:WARN Please initialize the log4j system properly.
----------------------------------------------------------
It's not clear that I'm even "using" log4j from the demo.

I tried putting an old log4j.properites file in various locations in Tomcat, but I kept getting these strings as the Web Service ran.

Any advice how to get rid of these log4j status messages would be appreciated.

Thanks.

-- Mike
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic