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/09/15 16:15:38 UTC

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

The following issue has been updated:

    Updater: Fabien Nisol (mailto:fabien.nisol@advalvas.be)
       Date: Wed, 15 Sep 2004 7:15 AM
    Comment:
new serializer
    Changes:
             Attachment changed to CastorSerializer.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXIS-1556?page=history

---------------------------------------------------------------------
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: Unassigned
   Priority: Minor

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

   Assignee: 
   Reporter: Fabien Nisol

    Created: Wed, 15 Sep 2004 7:12 AM
    Updated: Wed, 15 Sep 2004 7:15 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