You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Colin <cj...@iona.com> on 2007/02/06 14:48:04 UTC

Line Endings in r504026 - cxf-servlet.xml

There is incorrect line endings in the latest cxf-servlet.xml file.  I 
have attached a very simple patch to correct.

Could someone apply this for me.

Thanks
Colin

Re: Line Endings in r504026 - cxf-servlet.xml

Posted by James Mao <ja...@iona.com>.
Sorry, the file seems already patched,
> I'll do.
>
> Thanks Colin
>
>> There is incorrect line endings in the latest cxf-servlet.xml file.  
>> I have attached a very simple patch to correct.
>>
>> Could someone apply this for me.
>>
>> Thanks
>> Colin
>> ------------------------------------------------------------------------
>>
>> Index: 
>> rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml
>> ===================================================================
>> --- 
>> rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml    
>> (revision 504134)
>> +++ 
>> rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml    
>> (working copy)
>> @@ -22,9 +22,9 @@
>>         xmlns:foo="http://cxf.apache.org/configuration/foo"
>>         xsi:schemaLocation="
>>  http://www.springframework.org/schema/beans 
>> http://www.springframework.org/schema/beans/spring-beans.xsd">
>> -    <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" 
>> class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
>> -        <property name="bus" ref="cxf"/>
>> -    </bean>
>> +    <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" 
>> class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
>> +        <property name="bus" ref="cxf"/>
>> +    </bean>
>>           <bean 
>> class="org.apache.cxf.transport.servlet.ServletTransportFactory">
>>          <property name="bus" ref="cxf"/>
>> @@ -37,6 +37,6 @@
>>                  
>> <value>http://cxf.apache.org/transports/http/configuration</value>
>>              </set>
>>          </property>
>> -    </bean>
>> +    </bean>
>>        </beans>
>>   
>
>


Re: Line Endings in r504026 - cxf-servlet.xml

Posted by James Mao <ja...@iona.com>.
I'll do.

Thanks Colin

> There is incorrect line endings in the latest cxf-servlet.xml file.  I 
> have attached a very simple patch to correct.
>
> Could someone apply this for me.
>
> Thanks
> Colin
> ------------------------------------------------------------------------
>
> Index: rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml
> ===================================================================
> --- rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml	(revision 504134)
> +++ rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml	(working copy)
> @@ -22,9 +22,9 @@
>         xmlns:foo="http://cxf.apache.org/configuration/foo"
>         xsi:schemaLocation="
>  http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
> -    <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
> -        <property name="bus" ref="cxf"/>
> -    </bean>
> +    <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl">
> +        <property name="bus" ref="cxf"/>
> +    </bean>
>      
>      <bean class="org.apache.cxf.transport.servlet.ServletTransportFactory">
>          <property name="bus" ref="cxf"/>
> @@ -37,6 +37,6 @@
>                  <value>http://cxf.apache.org/transports/http/configuration</value>
>              </set>
>          </property>
> -    </bean>
> +    </bean>
>       
>  </beans>
>