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 "Jonathan Colwell (JIRA)" <ax...@ws.apache.org> on 2005/01/14 00:01:18 UTC

[jira] Created: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Add an XmlBean Serializer and Deserializer to Axis
--------------------------------------------------

         Key: AXIS-1764
         URL: http://issues.apache.org/jira/browse/AXIS-1764
     Project: Axis
        Type: New Feature
  Components: Serialization/Deserialization  
    Versions: 1.2RC2    
    Reporter: Jonathan Colwell
    Priority: Minor
 Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java

There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.



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


Re: [jira] Updated: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by TMG <tm...@nc.rr.com>.
Jonathan,

On Jan 15, I sent you a modified set of De/Serializer classes to review 
for XmlBeans 1.0.3 ...   I'll appeal to you (or anybody!) to review them 
(attached).  I don't know how many of us there are who use 1.0.3, but 
since 2.0 isn't stable yet, my guess would be that there are more users 
than me who could benefit by having these classes available  :).

Thanks,

Tom Gordon

Jonathan Colwell (JIRA) wrote:

>     [ http://issues.apache.org/jira/browse/AXIS-1764?page=history ]
>
>Jonathan Colwell updated AXIS-1764:
>-----------------------------------
>
>    Attachment: xbeanSample.zip
>
>  
>
>>Add an XmlBean Serializer and Deserializer to Axis
>>--------------------------------------------------
>>
>>         Key: AXIS-1764
>>         URL: http://issues.apache.org/jira/browse/AXIS-1764
>>     Project: Axis
>>        Type: New Feature
>>  Components: Serialization/Deserialization
>>    Versions: 1.2RC2
>>    Reporter: Jonathan Colwell
>>    Priority: Minor
>> Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java, xbeanSample.zip
>>
>>There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.
>>    
>>
>
>  
>


[jira] Updated: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Jonathan Colwell (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=history ]

Jonathan Colwell updated AXIS-1764:
-----------------------------------

    Attachment: xbeanSample.zip

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java, xbeanSample.zip
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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


[jira] Updated: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Jonathan Colwell (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=history ]

Jonathan Colwell updated AXIS-1764:
-----------------------------------

    Attachment: XmlBeanDeserializer.java

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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


[jira] Commented: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=comments#action_57908 ]
     
Davanum Srinivas commented on AXIS-1764:
----------------------------------------

Jonathan,

Checked in the current attachments with minor changes. Can you please clone say sample/swa/build.xml in axis and create a samples/xbeans with the sample code? i'd really appreciate it.

thanks,
dims

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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


[jira] Updated: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Jonathan Colwell (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=history ]

Jonathan Colwell updated AXIS-1764:
-----------------------------------

    Attachment: XmlBeanSerializer.java

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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


[jira] Assigned: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=all ]

Davanum Srinivas reassigned AXIS-1764:
--------------------------------------

    Assign To: Venkat Reddy

Venkat,

Could you please integrate the sample code into axis' sample (see my prev comment).

thanks,
dims

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Apache Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Assignee: Venkat Reddy
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java, xbeanSample.zip
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

-- 
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: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Jonathan Colwell (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=history ]

Jonathan Colwell updated AXIS-1764:
-----------------------------------

    Attachment: XmlBeanSerializerFactory.java

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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


[jira] Updated: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Jonathan Colwell (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=history ]

Jonathan Colwell updated AXIS-1764:
-----------------------------------

    Attachment: XmlBeanDeserializerFactory.java

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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


[jira] Updated: (AXIS-1764) Add an XmlBean Serializer and Deserializer to Axis

Posted by "Mark Swanson (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1764?page=all ]

Mark Swanson updated AXIS-1764:
-------------------------------

    Attachment: XmlBeanSerializer.java

The previous version didn't handle anonymous types correctly (QName == null).

> Add an XmlBean Serializer and Deserializer to Axis
> --------------------------------------------------
>
>          Key: AXIS-1764
>          URL: http://issues.apache.org/jira/browse/AXIS-1764
>      Project: Apache Axis
>         Type: New Feature
>   Components: Serialization/Deserialization
>     Versions: 1.2RC2
>     Reporter: Jonathan Colwell
>     Assignee: Venkat Reddy
>     Priority: Minor
>  Attachments: XmlBeanDeserializer.java, XmlBeanDeserializerFactory.java, XmlBeanSerializer.java, XmlBeanSerializer.java, XmlBeanSerializerFactory.java, xbeanSample.zip
>
> There have been a number of requests on the Axis User list for XmlBean serializers and samples using them.  A sample using such serializers is available from http://superflaco.com/Beehive/java1dot4XBeanSample.war.  This uses modified versions of the original serializers that used Java 1.5 features (original sample is at http://superflaco.com/Beehive/xBeanSample.war) and are therefore unsuited to inclusion in Axis 1.2.  The de/serializers and their factories have been repackaged as org.apache.axis.encoding.ser for easy integration into Axis and can be found in the 1.4 sample source. Addition of these serializers will create a dependency on the Apache XmlBeans project as classes from xmlbeans version 2 are imported.

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