Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-14 Thread Susankha Nirmala
After setting *RegistryType* to *ATOM*, the problem was fixed. Thanks a lot Chandana and SameeraK. /Susankha. On Wed, Jan 14, 2015 at 11:43 AM, Susankha Nirmala susan...@wso2.com wrote: After Debug I can see registry URL, username and password set as expected. But the problem is when

[Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Susankha Nirmala
Hi All, We are using checkin-client jar with DevStudio to commit changes to the registry. But within checkin-client,. it is used carbon.home property and Axis2Config.clientAxis2XmlLocation property like below. ClientUtils.java ConfigurationContext context =

Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Susankha Nirmala
Adding Azeez On Wed, Jan 14, 2015 at 10:34 AM, Susankha Nirmala susan...@wso2.com wrote: Hi All, We are using checkin-client jar with DevStudio to commit changes to the registry. But within checkin-client,. it is used carbon.home property and Axis2Config.clientAxis2XmlLocation property like

Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Chandana Napagoda
Hi Susankha, If you have registry URL, username and password, you can access the registry using RemoteRegistry. You can refer this sample[1] as well. [1]. https://docs.wso2.com/display/Governance452/Exporting+and+Importing+a+File+to+Remote+Registry Regards, Chandana On Wed, Jan 14, 2015 at

Re: [Dev] Can't use registry checkin-client with DevStudio to commit changes to the registry

2015-01-13 Thread Susankha Nirmala
After Debug I can see registry URL, username and password set as expected. But the problem is when accessing * System.getProperty(carbon.home)* and * ServerConfiguration.getInstance().getFirstProperty(Axis2Config.clientAxis2XmlLocation)* Within *newRegistry *in *ClientUtils.java *class, both