I did try to search the archive before posting this. Yahoo groups archive searching leaves much to be desired. Some update to the newer JSX library has caused...
hi Supaphr33k, Thanks very much for this bug report - it's been a long time since we had a challenge, and it's good to get back into it. I've duplicated your...
This email is to inform you about the release of version '2.2.3.6' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Dec 3, 2004 4:20 pm
2116
This email is to inform you about the release of version '2.2.3.7' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Dec 13, 2004 9:24 am
2117
... Quick question regarding this issue: - How does JSX perform class and/or object caching? Does it keep track of all the classes it encounters? If yes, does...
PA
petite.abeille@...
Dec 17, 2004 7:44 pm
2118
Hi PA, Did you also post a message on Dec 16 (the one you're quoting)? For some reason, it didn't come through... could you post it again please? Mainly for...
... Yes. ... On its way. ... Ok. Let me try to make this self contained. Cheers, PA....
PA
petite.abeille@...
Dec 17, 2004 8:14 pm
2120
Hi, I'm trying to serialize a couple of class information with JSX. Something along these lines: <code> for ( Iterator anIterator = someClasses.iterator(); ...
PA
petite.abeille@...
Dec 17, 2004 8:15 pm
2121
... Here you go: Here is the output: Dec 17, 2004 9:37:31 PM Test fileForClass INFO: class java.lang.String Dec 17, 2004 9:37:32 PM Test fileForClass INFO: ...
PA
petite.abeille@...
Dec 17, 2004 8:42 pm
2122
Hi PA, OK, the id 'i57077' means you have 57078 objects, which is a lot. You are probably just maxing out the memory. For references, JSX keeps an internal...
Thanks for the stacktrace. It's an odd error - could be due to memory. I assume the attach file is compressed with bzip2 - I don't have that utility installed...
... Not in my book :o) ... Check the test case I sent you. This has nothing to do with memory. Or if it was, I should get an OutOfMemoryError... not a JVM...
... Just teasing. I'm not privy to JSX internals, so I simply took your word for it :) Cheers, PA....
PA
petite.abeille@...
Dec 18, 2004 7:37 am
2130
Hi Brian, ... Ok... after further testing it looks like the problem is specific to Apple's JVM as everything runs just fine under both Windows and Linux ... ...
PA
petite.abeille@...
Dec 18, 2004 7:39 am
2131
Hi again, Perhaps the following exception is more specific to JSX itself than the previously reported bus error :) I get this when attempting to serialize a...
PA
petite.abeille@...
Dec 18, 2004 8:16 am
2132
JFileChoose has been serialized properly in the past. See "identical objects" in: http://www.jsx.org/reliability.html Is this also on a Mac? JSX doesn't modify...
This email is to inform you about the release of version '2.2.3.8' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Dec 23, 2004 10:04 am
2134
Dear all, Is anyone try using JSX with J9 ? I try JSX2.3.8 application with IBM J9 v.2.2, but occur some problem. The problem is that JSX application for J9...
Hi Vladimir, Your diagnosis is right - MagicClass13_J9 requires the native methods: setPrimitiveFieldValues() setObjectFieldValue() This did work for the below...
Hi Brendan, Thank you for your attention, I already try to use Koala and XStream, but they are not apropriate. I'll send your source code of java.io package...
Thanks - I received the source. Over 3 days, I can probably find enough time to look out it and put together a solution. I think that the only way to test it...
Hi Brendan, It's a goods news. I running my application with J9 on HP 2210 and HP COMPAQ H3900 PocketPC series. So I able to test JSX on this hardware. Glad to...
Hi Vladimir, I like to keep updates: I've analyzed the J9 source, and I think I can make JSX work with it. I haven't yet tested it - that's next. Cheers, ...
... It's now time to write up my PhD on JSX, and running a business at the same time is a bit too much. Processing sales takes a surprising amount of work,...