Questions tagged [wso2-governance-registry]
165 questions
1
vote
1 answer
WSO2 ESB Cache when using GReg mount
I've followed this sample: https://docs.wso2.com/display/ESB490/Governance+Partition+in+a+Remote+Registry
Everything works well: I have a list of endpoints in governance part of my GReg that are added through a Carbon Application Artifact(.car). The…

Benjamin Tocquec
- 85
- 6
1
vote
1 answer
upgraded to wso2 greg 5.2.0 from 5.1.0 and am receiving database errors
I am trying to upgrade from greg 5.1.0 to 5.2.0 and am noticing issues with the database.
Following the documented procedures I have connected the new product version with the database of the previous version, downloaded…

jchaplin
- 211
- 1
- 4
- 11
1
vote
2 answers
WSO2 GReg 5.1 Publisher does not have all the same functionalities as Management Console?
I have installed WSO2 Governance Registry 5.1 and it is the very first time I am using it. I noticed that the Management Console shows me a message that states:
From version 5.1.0 onwards, performing governance operations are
deprecated from the…

Felipe Caldas
- 2,492
- 3
- 36
- 55
1
vote
1 answer
How to add A New Artifact use WSO2 Configurable Governance Artifacts with API?
I want to add A New Artifact use WSO2 Configurable Governance Artifacts with API, wrote codes this:
public static Registry getRegistry() {
Registry governanceRegistry = null;
String url = "https://localhost:9443/registry";
…

Pourquoi
- 47
- 5
1
vote
1 answer
Is it possible to upload file to WSO2 Governance Registry resource?
We define new Governance Registry artifact type, and we want define the field that can upload the attachment, how we can do that? Any example? Thank you

yeahliu
- 154
- 1
- 8
1
vote
2 answers
Error importing Swagger Endpoint
The swagger file that I have created for my demo end point is valid according to the swagger validator. Unfortunately, when I attempt to import the API into GREG via the swagger json I'm told there is an error. The failure occurs whether I'm…

J.P.
- 117
- 9
1
vote
1 answer
Storing Word and other documents in WSO2 G-REG
Among many features of WSO2 G-REG listed here there is one which states that in G-REG you can "store any type of data or metadata" (etc. Word documents). How to do that? Because I don't see any options to do that in a management console.

zygimantus
- 3,649
- 4
- 39
- 54
1
vote
1 answer
Unable to sign into WSO2 G-Reg Store
I'm attempting to setup a pilot instance of the wso2 Governance Registry (5.1.0). I've installed GREG on a CentOS VM running on my local machine with VMWare Fusion 8. I haven't updated any of the configurations, just unzipped the archive and started…

J.P.
- 117
- 9
1
vote
1 answer
WSO2 GREG 5: how to upload a Word document and associate it with SoapService?
I am evaluating WSO2 Governance Registry version 5.
I added some Web services using new Governance Center - Publisher web frontend - it works just fine.
But now I would like to upload a Word document (specification charter) to repository and…

smuk
- 321
- 2
- 12
1
vote
1 answer
Error when using defined Endpoint in WSO2 ESB from registry
I have created an endpoint using WSO2 GREG and then added it to ESB ProxyService from registry but trying this service gave me this error:
TID: [-1234] [] [2015-10-21 08:12:49,178] INFO {org.apache.synapse.mediators.builtin.LogMediator} - To:…

zygimantus
- 3,649
- 4
- 39
- 54
1
vote
2 answers
User Management Tables are not shared between WSO2 products
I have followed the this guide on sharing registry between WSO2 products using G-Reg. But the problem is that User Management Tables are not shared.
For example, I have created a new user "test" in G-Reg, but it is not valid in WSO2 ESB product…

zygimantus
- 3,649
- 4
- 39
- 54
1
vote
1 answer
WSO2 GREG is it possible to upload a schema that imports another already uploaded without packing a zip?
I'm trying to upload a schema that imports another existing schema in the registry, and I want to upload it without having to pack in a zip the two schemas, but always result in the error "Could not read the XML Schema Definition file.…

AlexCG
- 126
- 1
- 8
1
vote
1 answer
Integrate WSO2 Governance Registry 4.6.0 and Oracle Service Bus 12c
Following
https://docs.wso2.com/display/Governance460/Oracle+Service+Bus
I'm trying to integrate Oracle Service Bus 12c(OSB) with WSO2 Governance Registry 4.6.0(G-Reg).
I've added UDDI registries on OSB (greg-uddi) and then I've tried to pubblish…

Sannino
- 31
- 4
1
vote
1 answer
Errors occur when renaming and deleting resources in WSO2 Goverance Registry?
When i rename the collection name of entries in web ui, as an
example, changing "test" to "TEST" it is getting failed. I had read the source code, why you judge by currentVersion, why you
don't allow the user to rename ?
When i delete the…

dqjytt
- 41
- 2
1
vote
1 answer
WSO2 Greg Property Handler
I need to copy a resource collection to another
Registry.copy method works perfectly for this
Now I've to implement a kind of merge and i'm dealing with this constraint :
Only the new properties must be copied from source to target
Is it possible…

bsorrentino
- 1,413
- 11
- 19