私は、Eclipseでのmaven-春のプロジェクトを持っていると私は私の春のコンテキストのいずれかで、この迷惑なエラーメッセージを表示しています。ファイル::エラーが
参照されるファイルは、エラー(jarファイルが含まれています/ M2_HOME /リポジトリ/ org/springframework/spring-beans/3.1.2.RELEASE/spring-beans-3.1.2.RELEASE.jar!/ org/springframework/beans/ factory/xml/spring-tool-3.1.xsd)を参照してください。詳細については、右の問題ビューでメッセージをクリックして選択し、「詳細の表示を...」
ショーsetailsはこれにつながる:私は春-DATA-使用
jpa 1.2.0.RELEASEと私の春の瓶の残りは3.1.3.RELEASEです。 spring-data-commons-coreに関して - 私は自分のpomでこのjarファイルに依存することさえありませんが、私はsq-data-commons-parentとバージョン1.4.0.RELEASEの両方と共に私のm2リポジトリで見ることができますなぜか分からない(おそらくそれらは春データの一部です)。
私のアプリケーションのコンテキストスキーマ:
<?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">
私はこのエラーを取得しておく理由を私は理解していません。基本的に、それはそう、これまで、アプリが展開され、コンパイルし、うまく動作しますどのような効果がありません、それは狂気:)
夢のような作品は、mongodbでも似ています! (いくつかのトリックで)。私はそれを別の答えとして追加しました、ありがとう! – tugcem
それを聞いてうれしいです:) – forhas