Questions tagged [wso2-governance-registry]

165 questions
1
vote
1 answer

wso2 Gov Registry indexing looping

I created a custom RXT asset to register my own objects. The system works fine when I add and browse objects. But if I delete an object instance using the Management Console by Resources/Browse, browse to /system/governance/[objects]/[object], and…
1
vote
0 answers

User impersonation via admin services in WSO2 possible?

I am making a RemoteRegistry connection to a WSO2 server as user admin, but I am in need of being able to create registry resources as a different user (so the owner of the resource is not admin but another existing user). Is it possible to…
borice
  • 1,009
  • 1
  • 8
  • 15
1
vote
1 answer

How to add assets to WSO2 Governance Registry using SOAP UI or Java

I am new to WSO2 Governance Registry, I am using the version v5.4.0. After successfully creating custom extension using RXT and exporting the wsdl from /services/extension? wsdl want to add assets to registry using a Java application. I have…
neo
  • 13
  • 3
1
vote
1 answer

Upload textdocument to WSO2 Governance registry 5.4.0

I'm using GREG 5.4.0 and want to upload a simple word/text/pdf document as an asset. I tried uncommenting the document asset as described here but the asset doesn't show as an option in the publisher. How do I upload a simple text document to GREG?
1
vote
2 answers

Using placeholders in WSO2 DSS dbs files for DB connection params

Is it possible to use placeholders in WSO2 DSS db connection params - e.g. ${prod.db.url} and replace them in runtime from Registry? Thanks.
1
vote
0 answers

Change language of WSO2 Governance Registry 5.3.0

I found the issue that this product is only in English. How do I change the language on the interface users (Store/Publishe)? I translated a lot of the html, hbs and css file, but the big problem for me is the way that the publisher section (for…
Skeitho
  • 113
  • 1
  • 9
1
vote
1 answer

Where does WSO2 Greg stores custom RXTs created

Where does WSO2 Greg store custom RXTs that are created? They can be edited/added through admin console. I can see the default RXTs under wso2 greg home/repository/resources/rxts but do not see here the custom RXTs Also let me know How does WSo2…
1
vote
0 answers

Integration WSO2 Governance Registry with Jenkins

How can I do the integration of WSO2 GREG with Jenkins?, I was looking for some tutorial or information about this topic on the oficial page, but there is no documentation, so, I don't know if I have to pay for support or something similar. Thank…
1
vote
1 answer

how to migrate data from one WSO2 Greg database schema to another schema?

There are some data present in the Oracle database schema corresponding to few type of artifacts in WSO2 Greg version 4.6. Now I have changed WSO2 Greg version 5.3 connected to that database (New schema), where artifacts attributes(field) have been…
1
vote
0 answers

Unable to add artifact using WSO2 governance REST API into governance registry, as it is throwing exception. Can somebody help to resolve this issue?

I am trying to add the artifact through SOAP UI withstandard JSON format mentioned in WSO2 Greg documentation: Below is the exception : ERROR {org.wso2.carbon.governance.api.common.GovernanceArtifactManager} - Failed to add artifact: artifact id:…
1
vote
1 answer

New artifact referencing an existing - Governance Issue

I’m uploading new artifacts in Greg trying to referrer an existing. For example, I have A.xsd, B.xsd and C.xsd on Greg , and I’m uploading a WSDL referring them but it doesn’t work. A have other scenarios with xsd, wadl and other artifacts. Is it…
1
vote
1 answer

Issue with Governance REST API of WSO2 Governance Registry

We are facing a serious issue with GREG's Governance REST API. Below are the exact issue scenario and other details for a quick resolution. We wanted to add few custom fields in the "restservice" Artifact of RXT file hence we have added in the .rxt…
1
vote
3 answers

Unable to use the Java API to push resources to WSO2 API Manager v2.0.0 registry

Using the Java API to push resources to the registry of APIM 2.0.0 fails. The same code used against APIM 1.10.0 succeeds. Example code to reproduce is of the sort String tenantDomain = “mytenant.com"; String url =…
1
vote
1 answer

Integration of WSO2 Governance Registry with WSO2 Data Analytic Server

How can integration of WSO2 Governance Registry can be done with WSO2 Data Analytic Server? There seems to be no information about the integration of the two though WSO2 talks of it.
1
vote
2 answers

Invoking wso2greg Artifcat Rest API via wso2api manager is not working - any ideas to fix

UPDATED QUESTION to clarify more. I have two servers : wso2greg containing custom artefacts and wso2am (api manager). The gouvernance register is intended to be used internally (intranet) and some of it's feature are intended to be exposed…
MWY
  • 41
  • 5