2014-03-24 60 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

这真的很愚蠢 –

相关问题