ローカルホストにXPagesSBTを実装しようとしています。この記事 http://heidloff.net/home.nsf/dx/12152011034545AMNHECAP.htmとNiklasによるSBTドキュメントに従い、ドロップボックスoAuthを実装しようとしました。
http://localhost/XPagesSBT.nsf/ and http://localhost/WebSecurityStore.nsf
ルートフォルダにも配置しました
しかし、それでも私はこのエラーを受け取ります
Error while executing JavaScript action expression
Script interpreter error, line=1, col=26: Error calling method 'isAuthenticated()' on java class 'com.ibm.xsp.extlib.sbt.services.client.endpoints.DropboxEndpoint'
No application is registered with id XPagesSBT and provider Dropbox
if(!@Endpoint("dropbox").isAuthenticated()) {@Endpoint("dropbox").authenticate(true);}
XPagesSBT dbに対して他の構成/セットアップを行う必要がありますか?または、Localhostでは機能しませんか?