2014-03-24 67 views

回答

3

標籤雲控制xe:dominoViewCloudData無法從當前版本的擴展庫中的其他數據庫獲取數據。從其他數據庫讀取數據在源代碼中被註釋掉。

Java類com.ibm.xsp.extlib.component.tagcloud.ViewTagCloudData(處理XE:dominoViewCloudData):

    // External database access not supported as of 8.5.3! 
        // Core will throw an exception if this case is enabled 
        // Needs a secure and performant means to access external db 
//     case 'd': { 
//      if(key.equals("database")) { 
//       return getDatabase(); 
//      } 
//     } break; 

配置文件com.ibm.xsp.extlib.config.raw-EXTLIB多米諾-tagcloud.xsp-config:

<!-- databaseName property is not supported as of 8.5.3 for security reasons --> 
+0

謝謝Knut的詳細回覆:-)我們發現了一個替代jquery庫,我們現在不得不使用,因爲這個問題。 – pipalia

+0

這真的很愚蠢 –

相關問題