[
https://issues.apache.org/jira/browse/AXIS2-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepal Jayasinghe reassigned AXIS2-3913:
----------------------------------------
Assignee: Sanka Samaranayake
> Multiple policies not serialized correctly at service level (as portType
> PolicyURIs attribute)
> ----------------------------------------------------------------------------------------------
>
> Key: AXIS2-3913
> URL: https://issues.apache.org/jira/browse/AXIS2-3913
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: kernel
> Affects Versions: 1.4
> Environment: any
> Reporter: Stefan Vladov
> Assignee: Sanka Samaranayake
> Fix For: 1.4.1
>
> Attachments: AxisService2WSDL11_portType_policy.txt
>
>
> The string concatenation at
> org.apache.axis2.description.AxisService2WSDL11#addPolicyAsExtAttribute is
> faulty.
> What it does is:
> String value = null;
> for (Iterator iterator = policyURIs.iterator();
> iterator.hasNext();) {
> String uri = (String) iterator.next();
> value = (value == null) ? uri : " " + uri;
> }
> which is clearly wrong.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]