Reputation: 2153
I want to move some registry stuff stored inside one tenant to another tenant in ESB 4.5.0.
So I decided to used the WSO2 Registry Browser in WSO2 Developer Studio 2.1.0, but I don´t see how I can do this. I can access to every resources and I try to export/import without success.
Upvotes: 1
Views: 437
Reputation: 154
If you want to move the registry resources from one tenant to another, the recommended approach is using the registry check-in client.
Currently this is shipped only with G-Reg, but you can use this feature by copying the checkin-client.jar and script to the relevant locations in your server (i.e. ESB)
Upvotes: 2
Reputation: 389
Simplest way you can do is, when you are creating tenants ESB creating directory structure in "wso2esb-ESB4.5.0/repository/tenants" location. if you creates 2 tenants there's two directory created in above location. if you want to copy all stuffs created in one tenant to other tenant you have to copy all directories inside the "*ESB4.5.0/repository/tenants/tenant1" and paste it to new tenant directory in "ESB4.5.0/repository/tenants/tenant2" location.
Upvotes: 0