Re: XMLBeanDe/Serializer sample

2005-01-14 Thread TMG
- From: TMG [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 4:12 PM To: [EMAIL PROTECTED] Subject: Re: XMLBeanDe/Serializer sample Jonathan Colwell wrote: I'm not familiar with xmlbeans version 1 since I have worked only with the v2 code base. Is there a particular requirement to us

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 TMG
Jonathan Colwell wrote: I'm not familiar with xmlbeans version 1 since I have worked only with the v2 code base. Is there a particular requirement to use 1.0.3 or are you just using that because it is the release indicated on the xmlbeans site? The info on the site says v2 is unstable (which I

RE: XMLBeanDe/Serializer sample

2005-01-14 Thread Jonathan Colwell
heers, Jonathan -Original Message- From: TMG [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 1:37 PM To: [EMAIL PROTECTED] Subject: Re: XMLBeanDe/Serializer sample Jonathan, I'm trying to use the serializer/deserializer in the war file (as indicated below) with xmlbeans ver

Re: XMLBeanDe/Serializer sample

2005-01-14 Thread TMG
ics, I just got so used to using them forgot they were another new 1.5 feature. http://superflaco.com/Beehive/java1dot4XBeanSample.war Jonathan -Original Message- From: Jan Galinski [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 1:36 PM To: [EMAIL PROTECTED] Subject: Re: XMLBe

RE: XMLBeanDe/Serializer sample

2005-01-12 Thread Hung Vu2000
]> CC: <[EMAIL PROTECTED]> Subject: XMLBeanDe/Serializer sample Date: Sat, 8 Jan 2005 20:46:42 -0800 Sorry for the delay Hung, I didn't get a chance to work on this until late Friday. I put together a sample Web Service using the XmlBeanSerializers available from: http://superflaco.com

Re: XMLBeanDe/Serializer sample

2005-01-10 Thread Jan Galinski
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. You are the man, man! Thank you very much, this is working like charm. System up in 5 minutes from downloading to "getC

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 Jan Galinski
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 feature added in 1.5. I think you can still use the sample if you recompile the XmlBeanSerializer classes using 1.4 since tho

RE: XMLBeanDe/Serializer sample

2005-01-10 Thread Jonathan Colwell
Jonathan -Original Message- From: Jan Galinski [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 8:28 AM To: [EMAIL PROTECTED] Subject: Re: XMLBeanDe/Serializer sample karim wrote: > Hi, > maybe try to compile your java sources using jdk1.4 Hi Karim, thanks, but I'm already run

Re: XMLBeanDe/Serializer sample

2005-01-10 Thread Jan Galinski
karim wrote: Hi, maybe try to compile your java sources using jdk1.4 Hi Karim, thanks, but I'm already running 1.4.2. (1.4.1 on the linux machine). Am I getting you wrong? Did you try to run it? In addition, here's some debug info from the servlet: Could not find class for the service named: com

Re: XMLBeanDe/Serializer sample

2005-01-10 Thread karim
Jan Galinski wrote: Jonathan Colwell wrote: Sorry for the delay Hung, I didn't get a chance to work on this until late Friday. I put together a sample Web Service using the XmlBeanSerializers available from: http://superflaco.com/Beehive/xBeanSample.war you should be able to just drop it into a ser

Re: XMLBeanDe/Serializer sample

2005-01-10 Thread Jan Galinski
Jonathan Colwell wrote: Sorry for the delay Hung, I didn't get a chance to work on this until late Friday. I put together a sample Web Service using the XmlBeanSerializers available from: http://superflaco.com/Beehive/xBeanSample.war you should be able to just drop it into a servlet container and u

XMLBeanDe/Serializer sample

2005-01-08 Thread Jonathan Colwell
Sorry for the delay Hung, I didn't get a chance to work on this until late Friday. I put together a sample Web Service using the XmlBeanSerializers available from: http://superflaco.com/Beehive/xBeanSample.war you should be able to just drop it into a servlet container and use the included build.