You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ralf Hauser (JIRA)" <ji...@apache.org> on 2009/06/29 11:48:47 UTC

[jira] Created: (AXIS2-4411) "Property cannot be null" should cite which property

"Property cannot be null" should cite which property
----------------------------------------------------

                 Key: AXIS2-4411
                 URL: https://issues.apache.org/jira/browse/AXIS2-4411
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: codegen
    Affects Versions: 1.5
         Environment: sunjdk1.5, vista
            Reporter: Ralf Hauser


in the generated 

public void serialize(final javax.xml.namespace.QName parentQName,
                               final org.apache.axiom.om.OMFactory factory,
                               org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
                               boolean serializeType)
            throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{

method, the null-pointer check should say which property (name!) was null

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


[jira] Assigned: (AXIS2-4411) "Property cannot be null" should cite which property

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen reassigned AXIS2-4411:
--------------------------------------

    Assignee: Andreas Veithen

> "Property cannot be null" should cite which property
> ----------------------------------------------------
>
>                 Key: AXIS2-4411
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4411
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: 1.5
>         Environment: sunjdk1.5, vista
>            Reporter: Ralf Hauser
>            Assignee: Andreas Veithen
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> in the generated 
> public void serialize(final javax.xml.namespace.QName parentQName,
>                                final org.apache.axiom.om.OMFactory factory,
>                                org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
>                                boolean serializeType)
>             throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{
> method, the null-pointer check should say which property (name!) was null

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


[jira] Resolved: (AXIS2-4411) "Property cannot be null" should cite which property

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-4411.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

> "Property cannot be null" should cite which property
> ----------------------------------------------------
>
>                 Key: AXIS2-4411
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4411
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: 1.5
>         Environment: sunjdk1.5, vista
>            Reporter: Ralf Hauser
>            Assignee: Andreas Veithen
>             Fix For: 1.6
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> in the generated 
> public void serialize(final javax.xml.namespace.QName parentQName,
>                                final org.apache.axiom.om.OMFactory factory,
>                                org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
>                                boolean serializeType)
>             throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException{
> method, the null-pointer check should say which property (name!) was null

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