Erreur au printemps contexte de l'application du schéma

J'ai un maven-printemps de projet dans Eclipse et j'ai cette fâcheuse message d'erreur dans l'une de mes printemps contextes:

Référencé fichier contient des erreurs (jar:file:/M2_HOME/repository/org/springframework/spring-beans/3.1.2.RELEASE/spring-beans-3.1.2.RELEASE.jar!/org/springframework/beans/
usine/xml/printemps-outil-3.1.xsd). Pour plus d'informations, cliquez-droit sur le message dans la Vue et sélectionnez "Afficher les Détails..."

Le spectacle setails conduit à ceci:

Erreur au printemps contexte de l'application du schéma

J'en utilisant spring-data-jpa 1.2.0.La LIBÉRATION et le reste de mon ressort pots sont 3.1.3.La LIBÉRATION. Concernant spring-data-communes-core - je n'ai même pas une dépendance à ce pot dans mon pom mais je peux le voir dans mon m2 référentiel avec spring-data-communes-mère et à la fois de la version 1.4.0.La publication, je ne sais pas pourquoi (peut-être ceux qui sont le cadre de spring-data-jpa?).

Mon contexte de l'application du schéma:

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
    xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx"
    xmlns:jpa="http://www.springframework.org/schema/data/jpa"
    xsi:schemaLocation="
   http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
   http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
   http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
   http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa-1.2.xsd">

Je ne comprends pas pourquoi je reçois ce message d'erreur. Fondamentalement, il n'a pas d'effet, afin que jamais, L'application compile, déployé et fonctionne correctement, il est juste à cette fâcheuse erreur rouge marque dans Eclipse qui me rend fou 🙂

InformationsquelleAutor forhas | 2012-12-03