- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试使用 GovernanceUtils 类并调用文档 'Searching using a Query' 中建议的方法 findGovernanceArtifacts(String query,Registryregistry, String mediaType)
来搜索治理工件。 .
当我这样做时,我将得到一个 NullPointerException 和以下堆栈跟踪。如果我在 GovernanceArtifactManager 或 GenericArtifactManager 上使用任何其他建议的方法调用,也会发生同样的情况。
java.lang.NullPointerException
at org.wso2.carbon.user.core.authorization.AuthorizationKey.checkAttributesAreEqual(AuthorizationKey.java:117)
at org.wso2.carbon.user.core.authorization.AuthorizationKey.equals(AuthorizationKey.java:62)
at java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:1023)
at org.wso2.carbon.caching.impl.CacheImpl.containsKey(CacheImpl.java:256)
at org.wso2.carbon.user.core.authorization.AuthorizationCache.isUserAuthorized(AuthorizationCache.java:150)
at org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager.isUserAuthorized(JDBCAuthorizationManager.java:160)
at org.wso2.carbon.registry.core.jdbc.realm.RegistryAuthorizationManager.isUserAuthorized(RegistryAuthorizationManager.java:195)
at org.wso2.carbon.registry.indexing.service.ContentBasedSearchService.isAuthorized(ContentBasedSearchService.java:297)
at org.wso2.carbon.registry.indexing.service.ContentBasedSearchService.searchContentInternal(ContentBasedSearchService.java:257)
at org.wso2.carbon.registry.indexing.service.ContentBasedSearchService.searchByAttribute(ContentBasedSearchService.java:279)
at org.wso2.carbon.registry.indexing.internal.IndexingServiceComponent$AttributeSearchServiceImpl.search(IndexingServiceComponent.java:164)
at org.wso2.carbon.registry.indexing.internal.IndexingServiceComponent$AttributeSearchServiceImpl.search(IndexingServiceComponent.java:158)
有什么想法吗?
最佳答案
您是否先加载了治理工件?
GovernanceUtils.loadGovernanceArtifacts((UserRegistry) gov);
关于java - WSO2 GReg 5.1.0 - 使用 API 查询进行搜索不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35009921/
我正在尝试使用 Greg 来保存部署到非 WSO2 容器(Weblogic/JBoss)中的服务的端点 URL。我想使用 WSO2 ESB 通过这些端点执行数据的中介和路由。 但是,当我查看 WSO2
我决定以 Greg Young's implementation 的示例熟悉具体的 CQRS 实现 我不明白这里的服务是什么意思,因为它似乎完全不同于我们过去常见的三层模式。 客户端更改接收到的 DT
我认真考虑使用EvenStore from Greg Young来实现基于事件的系统。但是,我不确定Greg Young的EventStore是否支持快照。快照是我的应用程序的关键要求,因为我们不想每
我的一种 Assets 类型在我的 WSO2 服务注册表存储 (v5.3.0) 中列出了 30 多个 Assets 实例。我注意到 Assets block 的样式(图像、描述、版本详细信息)并不总是
我将 GReg 4.5.0 配置为在 postgresql 中使用外部数据库。当我运行 wso2server.bat -Dsetup 时,我看到了这个错误: TID: [-1234] [WSO
我正在尝试使用 GovernanceUtils 类并调用文档 'Searching using a Query' 中建议的方法 findGovernanceArtifacts(String query
我已使用 ubuntu 在 Azure 虚拟服务器上安装了 Greg Youngs EventStore,如下所述:Setup EventStore on Windows Azure EventSto
我是一名优秀的程序员,十分优秀!