You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Manohar (JIRA)" <ax...@ws.apache.org> on 2005/07/27 07:24:17 UTC

[jira] Created: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Unknown exception thrown for NULL value in XSD_byte datatype
------------------------------------------------------------

         Key: AXISCPP-767
         URL: http://issues.apache.org/jira/browse/AXISCPP-767
     Project: Axis-C++
        Type: Bug
    Reporter: Manohar
 Attachments: ClientLog.taw

When NULL is passed as an input to XSD_byte, an unknown exception is thrown. 

Below code shows the problem.

xsd__byte* nillableResult = ws->asNillableElement(NULL);
        if (nillableResult)
        {
            cout << "nil element=" << (int) *(nillableResult) << endl;
            delete nillableResult;
        }
        else
        {
            cout << "nil element=<nil>" << endl;
        }

I am attaching trace for this test. A testcase for this problem will be added soon. 


Regards
Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Assigned: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Posted by Manohar K Chintala <cm...@in.ibm.com>.



Hi Chinthana,

I've checked this problem again against java service and it is working
properly now. I had seen this problem with couple of builds during the
dates on which this defect was raised. Since this problem is not happening
now, I think this issue can be cancelled/closed.

Regards
Manohar



                                                                           
             "Chinthana                                                    
             Danapala (JIRA)"                                              
             <axis-c-dev@ws.ap                                          To 
             ache.org>                 axis-c-dev@ws.apache.org            
                                                                        cc 
             08/04/2005 10:52                                              
             AM                                                    Subject 
                                       [jira] Assigned: (AXISCPP-767)      
                                       Unknown exception thrown for NULL   
             Please respond to         value in XSD_byte datatype          
              "Apache AXIS C                                               
             Developers List"                                              
                                                                           
                                                                           
                                                                           
                                                                           




     [ http://issues.apache.org/jira/browse/AXISCPP-767?page=all ]

Chinthana Danapala reassigned AXISCPP-767:
------------------------------------------

    Assign To:     (was: Chinthana Danapala)

I'm testing against C++ service and this is working for me.
Hence I feel our serializer and deserializer working fine in client side as
well as server side.

So this problem cannot reproduce with axis C++ service but I'm keep this
issue open because lot of guys using java services.

> Unknown exception thrown for NULL value in XSD_byte datatype
> ------------------------------------------------------------
>
>          Key: AXISCPP-767
>          URL: http://issues.apache.org/jira/browse/AXISCPP-767
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Manohar
>  Attachments: ClientLog.taw, XSD_byte.out
>
> When NULL is passed as an input to XSD_byte, an unknown exception is
thrown.
> Below code shows the problem.
> xsd__byte* nillableResult = ws->asNillableElement(NULL);
>         if (nillableResult)
>         {
>             cout << "nil element=" << (int) *(nillableResult) << endl;
>             delete nillableResult;
>         }
>         else
>         {
>             cout << "nil element=<nil>" << endl;
>         }
> I am attaching trace for this test. A testcase for this problem will be
added soon.
> Regards
> Manohar

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




[jira] Assigned: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-767?page=all ]

Chinthana Danapala reassigned AXISCPP-767:
------------------------------------------

    Assign To:     (was: Chinthana Danapala)

I'm testing against C++ service and this is working for me. 
Hence I feel our serializer and deserializer working fine in client side as well as server side.

So this problem cannot reproduce with axis C++ service but I'm keep this issue open because lot of guys using java services. 

> Unknown exception thrown for NULL value in XSD_byte datatype
> ------------------------------------------------------------
>
>          Key: AXISCPP-767
>          URL: http://issues.apache.org/jira/browse/AXISCPP-767
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Manohar
>  Attachments: ClientLog.taw, XSD_byte.out
>
> When NULL is passed as an input to XSD_byte, an unknown exception is thrown. 
> Below code shows the problem.
> xsd__byte* nillableResult = ws->asNillableElement(NULL);
>         if (nillableResult)
>         {
>             cout << "nil element=" << (int) *(nillableResult) << endl;
>             delete nillableResult;
>         }
>         else
>         {
>             cout << "nil element=<nil>" << endl;
>         }
> I am attaching trace for this test. A testcase for this problem will be added soon. 
> Regards
> Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-767?page=all ]

Chinthana Danapala reassigned AXISCPP-767:
------------------------------------------

    Assign To: Chinthana Danapala

> Unknown exception thrown for NULL value in XSD_byte datatype
> ------------------------------------------------------------
>
>          Key: AXISCPP-767
>          URL: http://issues.apache.org/jira/browse/AXISCPP-767
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Manohar
>     Assignee: Chinthana Danapala
>  Attachments: ClientLog.taw, XSD_byte.out
>
> When NULL is passed as an input to XSD_byte, an unknown exception is thrown. 
> Below code shows the problem.
> xsd__byte* nillableResult = ws->asNillableElement(NULL);
>         if (nillableResult)
>         {
>             cout << "nil element=" << (int) *(nillableResult) << endl;
>             delete nillableResult;
>         }
>         else
>         {
>             cout << "nil element=<nil>" << endl;
>         }
> I am attaching trace for this test. A testcase for this problem will be added soon. 
> Regards
> Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Posted by "Manohar (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-767?page=all ]

Manohar updated AXISCPP-767:
----------------------------

    Attachment: ClientLog.taw

Trace for this test.

> Unknown exception thrown for NULL value in XSD_byte datatype
> ------------------------------------------------------------
>
>          Key: AXISCPP-767
>          URL: http://issues.apache.org/jira/browse/AXISCPP-767
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Manohar
>  Attachments: ClientLog.taw
>
> When NULL is passed as an input to XSD_byte, an unknown exception is thrown. 
> Below code shows the problem.
> xsd__byte* nillableResult = ws->asNillableElement(NULL);
>         if (nillableResult)
>         {
>             cout << "nil element=" << (int) *(nillableResult) << endl;
>             delete nillableResult;
>         }
>         else
>         {
>             cout << "nil element=<nil>" << endl;
>         }
> I am attaching trace for this test. A testcase for this problem will be added soon. 
> Regards
> Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-767?page=all ]

Chinthana Danapala reassigned AXISCPP-767:
------------------------------------------

    Assign To: Chinthana Danapala

> Unknown exception thrown for NULL value in XSD_byte datatype
> ------------------------------------------------------------
>
>          Key: AXISCPP-767
>          URL: http://issues.apache.org/jira/browse/AXISCPP-767
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Manohar
>     Assignee: Chinthana Danapala
>  Attachments: ClientLog.taw, XSD_byte.out
>
> When NULL is passed as an input to XSD_byte, an unknown exception is thrown. 
> Below code shows the problem.
> xsd__byte* nillableResult = ws->asNillableElement(NULL);
>         if (nillableResult)
>         {
>             cout << "nil element=" << (int) *(nillableResult) << endl;
>             delete nillableResult;
>         }
>         else
>         {
>             cout << "nil element=<nil>" << endl;
>         }
> I am attaching trace for this test. A testcase for this problem will be added soon. 
> Regards
> Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-767?page=all ]
     
Chinthana Danapala closed AXISCPP-767:
--------------------------------------

    Resolution: Cannot Reproduce

Hi Chinthana,

I've checked this problem again against java service and it is working properly now. I had seen this problem with couple of builds during the dates on which this defect was raised. Since this problem is not happening now, I think this issue can be cancelled/closed.

Regards
Manohar

So now it’s working with the Java service. 


> Unknown exception thrown for NULL value in XSD_byte datatype
> ------------------------------------------------------------
>
>          Key: AXISCPP-767
>          URL: http://issues.apache.org/jira/browse/AXISCPP-767
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Manohar
>     Assignee: Chinthana Danapala
>  Attachments: ClientLog.taw, XSD_byte.out
>
> When NULL is passed as an input to XSD_byte, an unknown exception is thrown. 
> Below code shows the problem.
> xsd__byte* nillableResult = ws->asNillableElement(NULL);
>         if (nillableResult)
>         {
>             cout << "nil element=" << (int) *(nillableResult) << endl;
>             delete nillableResult;
>         }
>         else
>         {
>             cout << "nil element=<nil>" << endl;
>         }
> I am attaching trace for this test. A testcase for this problem will be added soon. 
> Regards
> Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira