Hi,

On 27/04/07, Peter Danielsen <[EMAIL PROTECTED]> wrote:
Hi,

I've been looking at the handling of extensions in Woden.  The current
version of org.apache.woden.internal.BaseWSDLReader's parseEndpoint
method has the following in the else clause of the for loop:
                endpoint.addExtensionElement(
                        parseExtensionElement(ServiceElement.class,
endpoint, tempEl, desc) );

Since this code is handling Endpoints, shouldn't the first argument to
parseExtensionElement be "EndpointElement.class", as in the call to
parseExtensionAttributes earlier in the method?

Thanks, good catch. I don't think there's a test case for extending
endpoint. I've added a fix in r533754. If you have a testcase, patches
apprecitated :-)

Thanks,
Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to