RE: error upgrading to 2.0.3 with cxf.xml

2007-12-03 Thread mule1
Hello, Yes I have looked at that configuration documentation at : http://cwiki.apache.org/CXF20DOC/configuration.html and I don't have my own cxf-servlet.xml defined at all. The one referenced in cxf.xml is the cxf's import. My configuration is very similar and simple. 1. In my web.xml, I have

RE: error upgrading to 2.0.3 with cxf.xml

2007-12-03 Thread Glen Mazza
Am Montag, den 03.12.2007, 05:43 -0800 schrieb mule1: Hello, Yes I have looked at that configuration documentation at : http://cwiki.apache.org/CXF20DOC/configuration.html and I don't have my own cxf-servlet.xml defined at all. The one referenced in cxf.xml is the cxf's import. My

RE: error upgrading to 2.0.3 with cxf.xml

2007-11-30 Thread Glen Mazza
, November 30, 2007 11:17 AM To: cxf-user@incubator.apache.org Subject: Re: error upgrading to 2.0.3 with cxf.xml I am really stuck with this upgrade problem from 2.0.2 to 2.0.3 - Can someone provide input for this? I need to upgrade to 2.0.3 for some issues that are fixed in 2.0.3

RE: error upgrading to 2.0.3 with cxf.xml

2007-11-30 Thread Benson Margulies
@incubator.apache.org Subject: Re: error upgrading to 2.0.3 with cxf.xml I am really stuck with this upgrade problem from 2.0.2 to 2.0.3 - Can someone provide input for this? I need to upgrade to 2.0.3 for some issues that are fixed in 2.0.3. thanks. mule1 wrote: even with just

Re: error upgrading to 2.0.3 with cxf.xml

2007-11-30 Thread mule1
I am really stuck with this upgrade problem from 2.0.2 to 2.0.3 - Can someone provide input for this? I need to upgrade to 2.0.3 for some issues that are fixed in 2.0.3. thanks. mule1 wrote: even with just the following in cxf.xml, I get those errors. code beans

Re: error upgrading to 2.0.3 with cxf.xml

2007-11-30 Thread Jeff Yu
It seems to me more than being caused by spring version, am not sure which spring version are you used in your classpath.. AFAIK, cxf-2.0.3 shipped with spring 2.0.6.. Thanks Jeff On Dec 1, 2007 12:17 AM, mule1 [EMAIL PROTECTED] wrote: I am really stuck with this upgrade problem from 2.0.2 to

Re: error upgrading to 2.0.3 with cxf.xml

2007-11-28 Thread mule1
even with just the following in cxf.xml, I get those errors. code beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:aop=http://www.springframework.org/schema/aop;

Re: error upgrading to 2.0.3 with cxf.xml

2007-11-28 Thread mule1
It seems in 2.0.3, the META-INF/cxf/cxf.xml file has these lines added: bean id=org.apache.cxf.configuration.Configurer class=org.apache.cxf.configuration.spring.ConfigurerImpl /bean and the class ConfigurerImpl has the default config filename as cxf.xml. I have my configuration