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]