我创建了一个WSO2治理工件,并尝试添加一个输入来显示现有生命周期的列表:
<field type="options">
<name label="Lifecycle Name">Lifecycle Name</name>
<values
class="org.wso2.carbon.governance.services.ui.utils.LifecycleListPopulator">
</values>
</field>我也试过了class:"org.wso2.carbon.governance.generic.ui.LifecycleListPopulator“
系统日志显示:
ERROR {org.wso2.carbon.governance.generic.ui.utils.GenericUIGenerator} - Unable to
load populator class 填充生命周期列表的类改变了吗??
谢谢
发布于 2013-11-29 07:59:55
是的,地点有一些变化,请尝试使用以下方法
"org.wso2.carbon.governance.generic.ui.utils.LifecycleListPopulator“
问候
https://stackoverflow.com/questions/20261472
复制相似问题