The following issue has been updated:
Updater: Mark Hansen (mailto:m.hansen23@verizon.net)
Date: Fri, 30 Jul 2004 11:38 AM
Changes:
Attachment changed to Tester.java
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/AXIS-1483?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/AXIS-1483
Here is an overview of the issue:
---------------------------------------------------------------------
Key: AXIS-1483
Summary: JAXRPC TypeMappingRegistry registerDefault method causes stack overflow
Type: Bug
Status: Unassigned
Priority: Major
Project: Axis
Components:
Basic Architecture
Versions:
current (nightly)
Assignee:
Reporter: Mark Hansen
Created: Fri, 30 Jul 2004 11:36 AM
Updated: Fri, 30 Jul 2004 11:38 AM
Description:
Calling the org.apache.axis.encoding.TypeMappingRegistryImpl.registerDefault(...) method seems
to create a "delegate loop" where the delegate of the delegate of the default type mapping
points back to the default type mapping itself. Attached is sample code the illustrates the
bug and throws a java.lang.StackOverflowError when you try to look up a type using the default
type mapping.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|