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)"
<[EMAIL PROTECTED] To
ache.org> [email protected]
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