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 =
ConfigurationContextFactory
.createConfigurationContextFromFileSystem(
*
System.getProperty("carbon.home")* +
File.separator +
"repository" +
File.separator +
"deployment" +
File.separator + "client",
*ServerConfiguration.getInstance().getFirstProperty("Axis2Config.clientAxis2XmlLocation")*
);
But within devStudio context, we can't access "carbon.home" property and
"Axis2Config.clientAxis2XmlLocation" property( both properties are return
null within devStudio context).
Is there a way to set those properties within devStudio context?
--
Susankha Nirmala
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
Mobile : +94 77 593 2146t
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev