How do I safely evolve data structures?

2004-10-25 Thread James CE Johnson
Lets say I have defined a Customer data object, done the java2wsdl2java dance and now I'm using the generated Customer object in my Axis client and server. Time passes and I need to remove an attribute from Customer... If I remove the attribute and redeploy my Axis server calls from an older

RE: How do I safely evolve data structures?

2004-10-25 Thread James CE Johnson
and a new service method. Anne -Original Message- From: James CE Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 8:41 AM To: [EMAIL PROTECTED] Subject: How do I safely evolve data structures? Lets say I have defined a Customer data object, done the java2wsdl2java

Re: Axis and BEA Weblogic 8.1

2004-09-29 Thread James CE Johnson
We've been deploying to 8.1 (no service packs and SP2) with no problem. Both as exploded and un-exploded war and ear. Stack trace? Wei Hsu wrote: Hi all, Has anyone tried deploying AXIS in BEA Weblogic 8.1? While AXIS works perfectly fine for me in Weblogic 7.0, my

Sending receiving an object tree as an attachment?

2004-09-27 Thread James CE Johnson
Tell me if this is even remotely sane... Lets say I have an object tree and I know how to turn it into something (maybe XML, maybe a serialized goo, whatever...). Now lets say I'm smart enough to create a DataSource such that my Axis server can attach the object tree to the response it sends the

Re: OutOfMemoryException from my Axis client

2004-09-21 Thread James CE Johnson
, i can try to reproduce and see if it still needs a fix in either Axis or JVM. Thanks Venkat On Mon, 20 Sep 2004 13:33:18 -0400 (EDT), James CE Johnson [EMAIL PROTECTED] wrote: Hi Thunder, Sorry... We're using Axis 1.1 with JVM 1.4.2_02-b03 on Linux. Our JDOM version, if applicable

OutOfMemoryException from my Axis client

2004-09-20 Thread James CE Johnson
Has anybody else seen anything like this? I've got an Axis-based server (Server A) that must call another Axis-based server (Server B). In testing we discovered that Server A was running out of memory. Upon tracking it down we discovered that the bits of Server A that are client to Server B are

RE: OutOfMemoryException from my Axis client

2004-09-20 Thread James CE Johnson
: James CE Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 8:57 AM To: [EMAIL PROTECTED] Subject: OutOfMemoryException from my Axis client Has anybody else seen anything like this? I've got an Axis-based server (Server A) that must call another Axis-based server (Server B

Re: Can someone help a newbie help with attachments?

2004-03-22 Thread James CE Johnson
Have you had a look at the Slide project? No, I haven't heard of it. Googling for axis +slide turns up some interesting things but not, I think, what you're talking about. Do you have a URL handy? Regards Jim. Thanks! James

Can someone help a newbie help with attachments?

2004-03-18 Thread James CE Johnson
Hi, We're working on a file archive service. This service will need to let its clients upload files for archiving and later retrive them. (Ok, its more complex than that but that's the relevant bit...) What I have thus far is working OK but I would appreciate some more experienced eyes on it