首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >implementation错误无效的ServerBean实现连接

implementation错误无效的ServerBean实现连接
EN

Stack Overflow用户
提问于 2013-11-18 10:28:17
回答 1查看 130关注 0票数 0

我目前正在开发一个xpage门户,这个应用程序的目标是将into 4.5集成到我的xpage应用程序中。

在尝试sbt工具包教程voor de xpage时,我已经将有关它的教程写了下来,但我仍然得到了以下错误:

执行JavaScript动作表达式脚本解释器错误、line=11、col=17:在执行函数@Endpoint无效的ServerBean实现连接时出错。

这是我的托管bean:

**

代码语言:javascript
运行
复制
> <managed-bean>
>     <managed-bean-name>connections</managed-bean-name>
>     <managed-bean-class>com.ibm.sbt.services.endpoints.ConnectionsBasicEndpoint
>       </managed-bean-class>
>     <managed-bean-scope>application</managed-bean-scope>
>     <managed-property>
>       <property-name>url</property-name>
>       <value>http://linkedx.ilionx.com</value>
>     </managed-property>
>     <managed-property>
>       <property-name>authenticationService</property-name>
>       <value>/communities/service/atom/communities/all</value>
>     </managed-property>
>     <!--     Trust the connection -->
>     <managed-property>
>       <property-name>forceTrustSSLCertificate</property-name>
>       <value>true</value>
>     </managed-property>
>     <managed-property>
>       <property-name>authenticationPage</property-name>
>       <value>/SBT/Portal/WebPortal.nsf/_BasicLogin.xsp?endpoint=connections</value>
>     </managed-property>   </managed-bean>**

我正在使用libraires 9,并安装了所需的libraires。

有人能帮我解决这个错误吗?

我正在使用libraires 9,并安装了所需的libraires。

有人能帮我解决这个错误吗?

EN

回答 1

Stack Overflow用户

发布于 2013-11-18 13:28:04

你试过移除了吗?

代码语言:javascript
运行
复制
<managed-property>
    <property-name>authenticationPage</property-name>
    <value>/SBT/Portal/WebPortal.nsf/_BasicLogin.xsp?endpoint=connections</value>
</managed-property>  
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20045483

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档