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 ax...@ws.apache.org on 2004/10/15 16:48:53 UTC

[jira] Closed: (AXIS-1556) better castor serializer/deserializer

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Fri, 15 Oct 2004 7:47 AM

Applied your patch.

thanks,
dims
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1556

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1556
    Summary: better castor serializer/deserializer
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Axis
 Components: 
             Serialization/Deserialization
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Fabien Nisol

    Created: Wed, 15 Sep 2004 7:12 AM
    Updated: Fri, 15 Oct 2004 7:47 AM
Environment: all os

Description:
Castor serializer is serializing using a StringWriter.
This way, all axis serialization context is totaly ignored. 

When a namespace alias is defined into axis serialization context, castor does not know about it and simply redefines the namespace while serializing. 

A simple correction is to create a ContentHandler which delegates the xml serialization to the current axis serialization context (code included)


---------------------------------------------------------------------
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