[Carbon-jira] [jira] Created: (CARBON-8971) addWsdl(), addPolicy() methods of the Governance API fail when used via RemoteRegistry
Sadeep Jayasumana (JIRA)
jira at wso2.org
Thu Mar 10 05:06:24 PST 2011
addWsdl(), addPolicy() methods of the Governance API fail when used via RemoteRegistry
--------------------------------------------------------------------------------------
Key: CARBON-8971
URL: https://wso2.org/jira/browse/CARBON-8971
Project: WSO2 Carbon
Issue Type: Bug
Components: Governance
Affects Versions: 3.2.0
Reporter: Sadeep Jayasumana
Assignee: Sadeep Jayasumana
WsdlManager wsdlMgr = new WsdlManager(remoteRegistry);
Wsdl wsdl = wsdlMgr.newWsdl(url);
wsdlMgr.addWsdl(wsdl);
throws
org.wso2.carbon.governance.api.exception.GovernanceException: A path is not associated with the artifcat.
at org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:389)
at org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
at org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:101)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Carbon-jira
mailing list