wso2greg

How to create a custom asset-attributes.hbs for each new artifact for the STORE?

ε祈祈猫儿з 提交于 2020-01-11 10:21:30
问题 Im using WSO2 Governance Registry 5.2.0. When I create a new artifact type, it containt a lot of new fields (You create and define this XML in the CARBON ADMIN CONSOLE). So in the PUBLISHER you can see the new fields, create and consult a new item of the artifact. But the problem is in the STORE, I cannot see the this new fields. So in order to do this, I made the custom fields available by modifying GREG_HOME>/repository/deployment/server/jaggeryapps/store/extensions/app/greg-store-defaults

WSO2 Governance Not Finding All Assets in JDBC Database

耗尽温柔 提交于 2019-12-21 06:39:19
问题 I'm new to WSO2 and working on an existing application that uses WSO2. We load our database of assets into wso2 but not all of the assets show up in the store or publisher when queried. It seems there is some disconnect between what is in the database/carbon and what can be seen in store/publisher. the missing assets can be found by: Calling the database directly looking them up in carbon using the store or publisher url with the asset id the governance rest api through id only the assets are

WSO2 Endpoint look-up sample

好久不见. 提交于 2019-12-12 17:55:49
问题 I am trying to set up the WSO2 Endpoint look-up sample. I have made the changes according to the documentation, but when I try to build the app using "mvn clean install" I am receiving the following error: Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/eclipse/vali dateutility/0.95/validateutility-0.95.pom [WARNING] Checksum validation failed, expected 53f8bac71524372a3d51a6ecf11365042 96f37af but is 8edc83998e0bf2a8867395883f3853eb901be267 for http://maven.wso2.or g

wso2 governance registry build fail

时光怂恿深爱的人放手 提交于 2019-12-12 01:24:09
问题 i'm trying to build wso2 governance registry by src files with maven 3, but after many retries i'm stuck too. I had dowload all required libraries, and fixed all duplicate child in pom files, but whem i'm trying to build i obtain this error. "[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 2-beta-5:attached (dist) on project axis2-kernel: Failed to create assembly: Err or creating assembly archive docs: You must set at least one file. -> [Help 1] [ERROR]" and

Source code of WSO2 GREG 4.6

送分小仙女□ 提交于 2019-12-11 14:53:39
问题 I'm looking for the source code os WSO2 Registry 4.6. I have installed the binaries but I have not been able to find the sources. Is the source code available? Thanks in advance 回答1: WSO2 Governance Registry related sources available in ckunk 2 tag. If you building product from the source, Please refer "Building from Source" guide. 回答2: Find the wso2 Governance Registry source from here. Note: make sure you follow this answer as well. 来源: https://stackoverflow.com/questions/19923292/source

WSO2 Governance API from WSO2 ESB Mediator

我只是一个虾纸丫 提交于 2019-12-11 04:53:32
问题 im facing up to wso2 ESB 4.8.1 and WSO2 GREG 4.6.0. I have connected GREG as esb's remote Registry and now i need to develop a class mediator by which i can store shared recources inside the remote registry. 1) Does the Registry can store Java Object? 2) should i use org.apache.synapse.registry.Registry for browing the registry? or is it better to import the governance api inside the mediator project? For example i need to add and get a resource and to set it my custom properties. Then i want

Is there any API available to perform publisher operations on WSO2 Governance Registry?

久未见 提交于 2019-12-10 15:34:23
问题 I have read through the documents and I saw that there is a governance and a web service API available, but I do not understand the execution part. I would like to understand how to execute below operations through an API. 1) how can I publish service (SOAP or REST) using the API ? 2) how can I configure values to different items in publisher portal using API ? Overview Categorization Contacts Interface Security Doc links Tags Taxonomy 3) how can I upload the artifacts WSDL, schema, policy

The architecture we use with DAS and GREG

落爺英雄遲暮 提交于 2019-12-07 21:35:34
问题 first introduce our use case: The Real-time data analytics platform . One external system product time-series data every 1s.The time-series data consist of [id,time,value] fields .And it support REST API to search these time-series data. We have a lot of (more than 100) standlone CPP programs to analyze the time-series data, and these programs would produce KPI into Database. The programs is realtime computation, every CPP programs read datas per second , doing processing per soncond, and

The architecture we use with DAS and GREG

白昼怎懂夜的黑 提交于 2019-12-06 07:45:13
first introduce our use case: The Real-time data analytics platform . One external system product time-series data every 1s.The time-series data consist of [id,time,value] fields .And it support REST API to search these time-series data. We have a lot of (more than 100) standlone CPP programs to analyze the time-series data, and these programs would produce KPI into Database. The programs is realtime computation, every CPP programs read datas per second , doing processing per soncond, and send the KPI result to database. The system architechture we used is so simple: But the system has

How to create a custom asset-attributes.hbs for each new artifact for the STORE?

眉间皱痕 提交于 2019-12-02 00:53:28
Im using WSO2 Governance Registry 5.2.0. When I create a new artifact type, it containt a lot of new fields (You create and define this XML in the CARBON ADMIN CONSOLE). So in the PUBLISHER you can see the new fields, create and consult a new item of the artifact. But the problem is in the STORE, I cannot see the this new fields. So in order to do this, I made the custom fields available by modifying GREG_HOME>/repository/deployment/server/jaggeryapps/store/extensions/app/greg-store-defaults/themes/store/partials/asset-attributes.hbs file. Thanks to Malintha's Blog , This is perhaps an answer,