简体   繁体   English

wso2 ESB 4.9.0 API处理程序问题

[英]wso2 ESB 4.9.0 api handler issue

We had added Handler to WSO2 ESB 4.9.0 api for Basic Authorization but it is not getting saved permanently. 我们已将Handler添加到WSO2 ESB 4.9.0 api中以进行基本授权,但不会永久保存它。 When we check from the UI after sometime we are not able to see the handler and The handler is not working. 一段时间后,当我们从UI中进行检查时,我们看不到处理程序,并且该处理程序无法正常工作。

<resource methods="GET" uri-template="/{Id}/XXXX"> <inSequence> <sequence key="XXXXSequence"/> </inSequence> </resource> <handlers> <handler class="XXXX"> <property name="securityToken" value="XXXX"/> </handler> </handlers> </api>

This is a known issue. 这是一个已知的问题。 https://wso2.org/jira/browse/ESBJAVA-3395 And the solution is to use WSO2 Developer Studio . https://wso2.org/jira/browse/ESBJAVA-3395解决方案是使用WSO2 Developer Studio WSO2 does not recommend using the UI to do development, it is mainly used to monitor and view the instance. WSO2不建议使用UI进行开发,它主要用于监视和查看实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM