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?

Peter

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

Reply via email to