You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Glen Daniels (JIRA)" <ji...@apache.org> on 2007/03/29 01:30:25 UTC

[jira] Commented: (WSCOMMONS-140) org.apache.axiom.om.impl.dom.AttrImpl#getQName() fails for null namespace prefixes

    [ https://issues.apache.org/jira/browse/WSCOMMONS-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485025 ] 

Glen Daniels commented on WSCOMMONS-140:
----------------------------------------

Hm.  OK, I'm working on guarding against this, but it could be argued that new QName(uri, local, null) should mean precisely the same thing as new QName(uri, local)... doesn't the IllegalArgumentException seem a little broken to you?


> org.apache.axiom.om.impl.dom.AttrImpl#getQName() fails for null namespace prefixes
> ----------------------------------------------------------------------------------
>
>                 Key: WSCOMMONS-140
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-140
>             Project: WS-Commons
>          Issue Type: Bug
>            Reporter: Alexander Veit
>         Assigned To: Glen Daniels
>
> javax.xml.namespace.QName implementations normally throw an IllegalArgumentException if a null namespace prefix is given as a construction parameter.
> See also WSCOMMONS-139.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org