On Nov 15, 2007 5:38 PM, Raymond Feng <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The StAXArtifactProcessor extension point currently uses the
> "namespace#localPart" syntax for the qname attribute in the service
> registration file
>
> (META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor).
>
> I propose that we change the syntax to be "{namespace}localPart" for two
> reasons:
>
> 1) {namespace}localPart is the format produced by QName.toString()
> 2) # is valid character for namespace, using # as the delimiter could lead
> to conflict.
>
> If there is no objections, I will make the changes.
>
> Thanks,
> Raymond
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Hi Raymond
Isn't there a problem then with wsdlElement="
http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"?
Simon