RE: XMLBeanDe/Serializer sample

2005-01-14 Thread Jonathan Colwell
ehive http://incubator.apache.org/beehive project which imports it as well and relies on V2 code. cheers, Jonathan -Original Message- From: TMG [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 4:12 PM To: [EMAIL PROTECTED] Subject: Re: XMLBeanDe/Serializer sample Jonathan Co

RE: XMLBeanDe/Serializer sample

2005-01-14 Thread Jonathan Colwell
dren. Do you have a recommended workaround/approach ? Thanks, Tom Gordon Jonathan Colwell wrote: >Try this one built and deployed using 1.4.2 after removing the use of >Generics, I just got so used to using them forgot they were another new >1.5 feature. > >http://superflaco.c

RE: XMLBeanDe/Serializer sample

2005-01-10 Thread Jonathan Colwell
] Sent: Monday, January 10, 2005 1:36 PM To: [EMAIL PROTECTED] Subject: Re: XMLBeanDe/Serializer sample Jonathan Colwell wrote: > Hi Jan and Karim, > > Sorry I wasn't clear, I did everything using Java 1.5 since I mostly > work on the Beehive project which makes use of the Annotation

RE: XMLBeanDe/Serializer sample

2005-01-10 Thread Jonathan Colwell
Hi Jan and Karim, Sorry I wasn't clear, I did everything using Java 1.5 since I mostly work on the Beehive project which makes use of the Annotation feature added in 1.5. I think you can still use the sample if you recompile the XmlBeanSerializer classes using 1.4 since those classes don't use an

XMLBeanDe/Serializer sample

2005-01-08 Thread Jonathan Colwell
data Jonathan, Thanks for your help. I need time to read and use your source code. It' s great if you have a sample how to to use your patch. Best regards, Hung >From: "Jonathan Colwell" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]&

RE: XMLBean data

2005-01-06 Thread Jonathan Colwell
: Thursday, January 06, 2005 7:50 AM To: [EMAIL PROTECTED] Subject: Re: XMLBean data In CollectionSerializer.java: "Copyright (c) 2004 Walt Disney Internet Group. All Rights Reserved."? -- dims On Thu, 6 Jan 2005 07:48:09 -0800, Jonathan Colwell <[EMAIL PROTECTED]> wrote: >

RE: XMLBean data

2005-01-06 Thread Jonathan Colwell
I wrote some AXIS de/serializers for XmlBeans that I've been using successfully in the Beehive project. http://svn.apache.org/repos/asf/incubator/beehive/trunk/wsm/src/runtime/ org/apache/beehive/wsm/axis/util/encoding/ Feel free to check them out to see if they suit your needs. One thing to kee

RE: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Jonathan Colwell
Try grabbing a nightly build, or building from the CVS tree. IIRC, the constants package was created after RC1. -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Does axis 1.2 comply with JDK 5.0 (1.5) Als

RE: xmlbeans

2004-10-29 Thread Jonathan Colwell
I wrote an XmlBeanSerializer and Deserializer for Beehive WSM. It's definitely a work in progress but is mostly functional (at least when I use it). It would be great to get folks trying it out to work out the bugs. you can look at it here: http://svn.apache.org/repos/asf/incubator/beehive/trunk

RE: jax-rpc compliant handler

2004-10-28 Thread Jonathan Colwell
Hey Ben, GenericHandler is not an interface that AXIS needs to provide an implementation of, it's just a convenient class that helps you write a handler of your own. It's up to the user to extend GenericHandler according to their needs. Here's an example of one I wrote that simply adds funkadeli

nightly builds?

2004-09-20 Thread Jonathan Colwell
I just grabbed the nightly build from this morning, and while the bundle timestamp axis-bin-1_2beta3.zip indicates 20-Sep-2004 00:01 all the files within are shown as being from 31 August. I am interested in a change made in early September and while I have successfully built AXIS from source that