You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Kai Rommel <kr...@googlemail.com> on 2017/01/18 12:35:17 UTC

inconsistency in used spring schemas in 3.1.10-SNAPSHOT

Hello,

my build against our company repo fails.

It is complaining about the used namespaces and the referenced spring
schemas.

E.g. checking following beans.xml:
in cxf-rt-rs-extension-providers
file: org/apache/cxf/jaxrs/provider/atom/servers.xml

In 3.1.10-SNAPSHOT the spring version 4.1.9-RELEASE is used. Within the
servers.xml I see following namespace declaration:
...http://www.springframework.org/schema/util" xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-4.3.xsd"

Is spring-util-4.3.xsd used on purpose? Or should it be spring-util-4.1.xsd?
spring-beans-4.1.9.RELEASE.jar does not contain spring-util-4.3.xsd
declaration in /META-INF/spring.schemas file.

In 3.2.0-SNAPSHOT the spring version 4.2.xsd is used:
http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-4.2.xsd”


spring-util-4.3.xsd is used in several .xml files in 3.1.10-SNAPSHOT.

Best regards,
Kai

Re: inconsistency in used spring schemas in 3.1.10-SNAPSHOT

Posted by Colm O hEigeartaigh <co...@apache.org>.
It's fixed now...

Colm.

On Wed, Jan 18, 2017 at 12:35 PM, Kai Rommel <kr...@googlemail.com>
wrote:

> Hello,
>
> my build against our company repo fails.
>
> It is complaining about the used namespaces and the referenced spring
> schemas.
>
> E.g. checking following beans.xml:
> in cxf-rt-rs-extension-providers
> file: org/apache/cxf/jaxrs/provider/atom/servers.xml
>
> In 3.1.10-SNAPSHOT the spring version 4.1.9-RELEASE is used. Within the
> servers.xml I see following namespace declaration:
> ...http://www.springframework.org/schema/util" xsi:schemaLocation="
> http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-4.3.xsd"
>
> Is spring-util-4.3.xsd used on purpose? Or should it be
> spring-util-4.1.xsd?
> spring-beans-4.1.9.RELEASE.jar does not contain spring-util-4.3.xsd
> declaration in /META-INF/spring.schemas file.
>
> In 3.2.0-SNAPSHOT the spring version 4.2.xsd is used:
> http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-4.2.xsd”
>
>
> spring-util-4.3.xsd is used in several .xml files in 3.1.10-SNAPSHOT.
>
> Best regards,
> Kai
>



-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Re: inconsistency in used spring schemas in 3.1.10-SNAPSHOT

Posted by Freeman Fang <fr...@gmail.com>.
Hi, 

This is something we need fix, I’ve fixed similar issue on master, I will take care of 3.1.x branch also.
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Jan 18, 2017, at 8:35 PM, Kai Rommel <kr...@googlemail.com> wrote:
> 
> Hello,
> 
> my build against our company repo fails.
> 
> It is complaining about the used namespaces and the referenced spring
> schemas.
> 
> E.g. checking following beans.xml:
> in cxf-rt-rs-extension-providers
> file: org/apache/cxf/jaxrs/provider/atom/servers.xml
> 
> In 3.1.10-SNAPSHOT the spring version 4.1.9-RELEASE is used. Within the
> servers.xml I see following namespace declaration:
> ...http://www.springframework.org/schema/util" xsi:schemaLocation="
> http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-4.3.xsd"
> 
> Is spring-util-4.3.xsd used on purpose? Or should it be spring-util-4.1.xsd?
> spring-beans-4.1.9.RELEASE.jar does not contain spring-util-4.3.xsd
> declaration in /META-INF/spring.schemas file.
> 
> In 3.2.0-SNAPSHOT the spring version 4.2.xsd is used:
> http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-4.2.xsd”
> 
> 
> spring-util-4.3.xsd is used in several .xml files in 3.1.10-SNAPSHOT.
> 
> Best regards,
> Kai