Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

JSX-ideas · Ideas on Java Serialization for XML

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 151
  • Category: XML
  • Founded: Jan 10, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2146 - 2175 of 2221   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2146 Antonio
yoguipeludod... Send Email
Aug 3, 2005
8:33 am
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:...
2147 Brendan Macmillan
egroups_yow Send Email
Aug 4, 2005
12:42 am
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...
2148 noreply@... Send Email Aug 4, 2005
12:42 am
This email is to inform you about the release of version '2.2.4.1&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2149 lpcarmed Send Email Aug 17, 2005
3:51 am
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...
2150 Brendan Macmillan
egroups_yow Send Email
Aug 17, 2005
7:09 am
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...
2151 Mike Goldwater
m_h_goldwater Send Email
Aug 27, 2005
2:26 am
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: ...
2152 noreply@... Send Email Aug 29, 2005
1:07 pm
This email is to inform you about the release of version '2.2.5.0&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2153 noreply@... Send Email Sep 19, 2005
11:45 am
This email is to inform you about the release of version '2.2.5.1&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2154 egroups_yow Send Email Mar 16, 2006
6:42 am
Hi all,http://66.70.223.72/...
2155 egroups_yow Send Email Mar 16, 2006
6:44 am
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...
2156 egroups_yow Send Email Apr 12, 2006
6:07 am
The JSX website is now available again, at: http://www.javaserializationtoxml.com/ cheers, Brendan...
2157 noreply@... Send Email Sep 12, 2006
8:03 am
This email is to inform you about the release of version '2.2.5.2&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2158 Brendan Macmillan
egroups_yow Send Email
Sep 14, 2006
3:06 am
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...
2159 Damien Evans
damien_m_evans Send Email
Sep 14, 2006
3:29 am
That works for me. BTW, were you ever able to implement support for BEA JRockit? -- Damien...
2160 Brendan Macmillan
egroups_yow Send Email
Sep 14, 2006
6:37 am
... 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 ...
2161 egroups_yow Send Email Sep 23, 2006
4:37 am
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...
2162 Brendan
egroups_yow Send Email
Nov 26, 2006
8:55 pm
Hi, (forwarded to mailing list) You can pass in a classloader as the second arg to ObjectReader (first arg can be InputStream or Reader): ...
2163 Stephen Kurlow
skurlow Send Email
Nov 28, 2006
1:56 am
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...
2164 egroups_yow Send Email Nov 28, 2006
2:36 am
Hi Stephen, ... You can modify XML with XSLT; tho here you may be better off doing it within the class. Both are discussed in the JSX manual: ...
2165 Brendan
egroups_yow Send Email
Nov 28, 2006
2:52 am
Hi Stephen, ... You can modify XML with XSLT; tho here you may be better off doing it within the class. Both are discussed in the JSX manual: ...
2166 James Maes
jjmaes Send Email
Dec 26, 2006
5:46 pm
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 ...
2167 Brendan
egroups_yow Send Email
Dec 26, 2006
6:26 pm
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....
2168 Brendan
egroups_yow Send Email
Dec 29, 2006
7:29 am
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...
2169 James Maes
jjmaes Send Email
Dec 29, 2006
3:20 pm
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...
2170 Brendan
egroups_yow Send Email
Dec 29, 2006
5:59 pm
Hi James, Thanks a lot, that's exactly the info I need. I'll get on to it tomorrow. cheers, Brendan...
2171 Brendan
egroups_yow Send Email
Jan 1, 2007
2:09 pm
Hi James, I've just released a version of JSX that does not output warning messages for your JVM - sorry for the delay. That is, for this JVM: ...
2172 noreply@... Send Email Jan 1, 2007
3:19 pm
This email is to inform you about the release of version '2.2.5.3&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2173 Brendan
egroups_yow Send Email
Jan 8, 2007
1:35 am
Hi Stephen, "serialPersistentFields" is the approach I was talking about. Here's an example: ...
2174 noreply@... Send Email Jan 8, 2007
8:01 am
This email is to inform you about the release of version '2.2.5.4&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2175 noreply@... Send Email Jan 15, 2007
2:21 pm
This email is to inform you about the release of version '2.2.5.5&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
Messages 2146 - 2175 of 2221   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help