Re: CXF client side logging setup with spring throws NPE

2008-03-28 Thread Daniel Kulp
On Friday 28 March 2008, xbranko wrote: > To answer my own question, this is a bug see: > http://www.nabble.com/Created:-(CXF-1435)-BusApplicationContext-should >-pass-empty-String-array-to-super-constructor-instead-of-null-td1550287 >3.html issue . Yep. The solution is to downgrade to Spring 2.5

Re: CXF client side logging setup with spring throws NPE

2008-03-28 Thread xbranko
To answer my own question, this is a bug see: http://www.nabble.com/Created:-(CXF-1435)-BusApplicationContext-should-pass-empty-String-array-to-super-constructor-instead-of-null-td15502873.html issue . -- View this message in context: http://www.nabble.com/CXF-client-side-logging-setup-with

CXF client side logging setup with spring throws NPE

2008-03-27 Thread xbranko
org.apache.cxf.common.logging.Log4jLogger for logging: LogUtils.java ( 72) : Using org.apache.cxf.common.logging.Log4jLogger for logging. My environment consists of: CXF 2.0.4 Spring 2.5.2 Struts2 2.0.11 tomcat 6.0.16 So what am I doing wrong? Is this a spring question? -- View this message in context