Java で記述されたサーバー API と Flex で記述されたクライアント側があり、GraniteDS を使用してそれらを一緒に構成しようとしています。ただし、この行を追加しようとすると:
<graniteds:flex-filter url-pattern="/*"/>
ApplicationContext.xml に - 次に、webapp を (glassfish 経由で) サーバーにデプロイしようとすると、次のエラーが発生します。
org.apache.catalina.LifecycleException: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 86 in XML document from ServletContext resource [/WEB-INF/commonContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'graniteds:flex-filter'.
何が問題なのですか?