This email is to inform you about the release of version '2.2.4.0' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Jul 11, 2005 12:55 pm
2146
Hi, I'm migrating from JSX 0.8.14.2 to JSX 2.2.4.0. When I try to read a serialized XML, I see the following error: java.lang.NoClassDefFoundError:...
Hi Antonio, Thanks very much for the excellent bug report - only thing missing was the OS, which surprisingly happens to be relevant in this case (please see...
This email is to inform you about the release of version '2.2.4.1' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 4, 2005 12:42 am
2149
I still use 0.9.8.2. After I changed a String type on the object model to a bit more complex pojo and let the application run in production for a while, I got...
I think that's JSX version "0". I think you are talking about class evolution, and that you can't read in XML you have that used the old classes (before you...
Hi, I have a constant worry with class evolution. I use Brendan's default method but I make each class implement Repairable which has a single void method: ...
This email is to inform you about the release of version '2.2.5.0' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Aug 29, 2005 1:07 pm
2153
This email is to inform you about the release of version '2.2.5.1' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
Hi all, We've had some trouble with the domain name "jsx.org", but the website is still there, at this IP address: http://66.70.223.72/ cheers, Brendan...
This email is to inform you about the release of version '2.2.5.2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Sep 12, 2006 8:03 am
2158
Hi Damien, [ cc'ed the mailing list - please reply there. ] Thanks a lot for that - I'll disable it in the next release, and get the new version to you before...
... Great. ... No. From memory, I got hold of the source, but they didn't leave any accidental hooks to access their serialization internals. It's a testiment ...
jsx.org is back! The story: As you may recall, our old domain name of "jsx.org" was taken by the registrar when we were 10 days late to renew. We then shifted...
Lets say for example I have: class foo1 { String a; String b; } and I have literally hundreds of different objects of class foo1 serialised to different XML...
Good Morning All. I have two issues that I am hoping someone can help us address. We purchased JSX around 9 months ago and have been very happy but have ...
Hi James, We should be able to fix these hassles up quickly. Expired: I just checked the purchase version now, and confirmed that it is working normally (ie....
Hi James, Did the current download work for you? When you get a chance, could you send the version info that JSX outputs. I need the exact strings to be able...
Sorry. I went a reply via email last week but looks like it never made it into the system. Here is a copy of that email: Here is the message from JSX while...
This email is to inform you about the release of version '2.2.5.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Jan 1, 2007 3:19 pm
2173
Hi Stephen, "serialPersistentFields" is the approach I was talking about. Here's an example: ...