Drools で spring roo アプリケーションを作成しようとしています。しかし、applicationContext.xml でエラーが発生しました。
エラー:
この行に複数の注釈が見つかりました: - スキーマ名前空間 'http://drools.org/schema/ drools-spring' の要素 'drools:execution-node' の Spring NamespaceHandler が見つかりません - cvc-complex-type.2.4.c : 一致するワイルドカードは厳密ですが、エレメント「drools:execution-node」の宣言が見つかりません。
これは applicationContext.xml の一部です。
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:drools="http://drools.org/schema/drools-spring"
xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
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/jee http://www.springframework.org/schema/jee/spring-jee-3.1.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
http://drools.org/schema/drools-spring http://drools.org/schema/drools-spring.xsd">
よだれを接続しながら、私はこのソースを確認します: http://www.packtpub.com/article/drools-integration-modules-spring-framework-apache-camel http://blog.mersoft.com/2011/09/07/getting -started-with-drools-5-2 http://docs.jboss.org/drools/release/5.4.0.Final/droolsjbpm-integration-docs/html_single/index.html#d0e666
多分彼らは誰かを助けるでしょう。
聞いてよだれ豆です
<drools:execution-node id="node1" />
<drools:resources>
<drools:resource type="XSD" source="classpath:model.xsd"/>
<drools:resource type="DRL" source="classpath:test.drl"/>
</drools:resources>
名前空間の設定を手伝ってください。また、Drools のスプリング統合と xml 名前空間に関するリンクをさらに教えてください。