[Carbon-jira] [jira] Closed: (CARBON-5730) Empty activity on the dropdown when service invocation request fails due InvalidAlgorithmParameterException.
Krishantha Samaraweera (JIRA)
jira at wso2.org
Thu Jun 10 02:13:18 PDT 2010
[ https://wso2.org/jira/browse/CARBON-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Krishantha Samaraweera closed CARBON-5730.
------------------------------------------
Deprecated feature .. will not verify in carbon 3.0.0.
anyway issue has been fixed in the BAM 1.0.1 release.
-krishantha.
> Empty activity on the dropdown when service invocation request fails due InvalidAlgorithmParameterException.
> ------------------------------------------------------------------------------------------------------------
>
> Key: CARBON-5730
> URL: https://wso2.org/jira/browse/CARBON-5730
> Project: WSO2 Carbon
> Issue Type: Bug
> Components: BAM
> Affects Versions: 2.0.2
> Reporter: Krishantha Samaraweera
> Assignee: Vijayaratha Vijayasingam
> Priority: High
> Fix For: Future
>
>
> I tried to invoke calService with following client code. Note that I tried to invoke the https endpoint first without setting SSL system properties.
> See the attached image of activity gadgets, I get empty activity on the list when the request fails with InvalidAlgorithmParameterException
> public static void main(String[] args) throws RemoteException {
> SampleCalculatorServiceStub stub = new SampleCalculatorServiceStub("https://10.100.1.128:9449/services/SampleCalculatorService");
> SampleCalculatorServiceStub.AddNumbers request = new SampleCalculatorServiceStub.AddNumbers();
> request.setNo1(1);
> request.setNo1(2);
> ServiceClient sender = stub._getServiceClient();
> SampleCalculatorServiceStub.AddNumbersResponse response = stub.addNumbers(request);
> System.out.println("Addition : " + response.get_return());
> }
--
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