function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
克介 平克介 平 

The matching wildcard is strict, but no declaration can be found for element 'fss:oauth'

お世話になります。
↓こちらのページにサンプルがある security-config.xmlを設定したサーバーが、昨日から急に立ち上げ時にエラーになるようになりました。
http://forcedotcom.github.io/java-sdk/spring-security
エラーは
The matching wildcard is strict, but no declaration can be found for element 'fss:oauth'
となっていて、fss:oauthというsalesforceのカスタムタグが解釈できないというものです。
ネットで検索した結果以下のページの現象と同一です。
http://stackoverflow.com/questions/8711186/the-matching-wildcard-is-strict-but-no-declaration-can-be-found-for-element-fs
このページによると、XMLの先頭付近に定義した
xmlns:fss="http://www.salesforce.com/schema/springsecurity"
のURLがリンク切れになったためにカスタムタグが解釈出来なくなっているという結論です。
このURLはsalesforceから提供されているものと思いますが、リンク切れが修正されないとしたら、
どのように対処すればよいでしょうか。
 
Marty C.Marty C.
克介さん、こんにちは。克介さんが使用しているsecurity-config.xmlファイルをアップロードして共有できますか。http://pastie.orgはこの用途について便利だと思います。Database.com Spring Security Integration[1]ページに書いたXMLはタイポがありますから、それは克介さんが見たエラーの原因だかも知れません。

[1]: http://forcedotcom.github.io/java-sdk/spring-security