Yes, the new code will try to parse the {namespace}localPart format 1st and then fail over to namespace#localPart.

Thanks,
Raymond

----- Original Message ----- From: "ant elder" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, November 16, 2007 12:57 AM
Subject: Re: Change the syntax for qname in META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor


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.


If this happens will it be backward compatable so extensions using the
existing format continue to work?

  ...ant



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

Reply via email to