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 2112 - 2141 of 2221   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2112 Brendan Macmillan
egroups_yow Send Email
Nov 1, 2004
8:47 am
Hi Everyone, I'm very sorry about this spammer. His request-to-join message was borderline - it looked OK, but I wasn't 100% sure. I'll be more strict in...
2113 supaphr33k Send Email Dec 2, 2004
8:02 pm
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...
2114 Brendan Macmillan
egroups_yow Send Email
Dec 3, 2004
2:19 pm
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...
2115 noreply@... Send Email Dec 3, 2004
4:20 pm
This email is to inform you about the release of version '2.2.3.6&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2116 noreply@... Send Email Dec 13, 2004
9:24 am
This email is to inform you about the release of version '2.2.3.7&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2117 PA
petite.abeille@... Send Email
Dec 17, 2004
7:44 pm
... 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...
2118 Brendan Macmillan
egroups_yow Send Email
Dec 17, 2004
8:00 pm
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...
2119 PA
petite.abeille@... Send Email
Dec 17, 2004
8:14 pm
... Yes. ... On its way. ... Ok. Let me try to make this self contained. Cheers, PA....
2120 PA
petite.abeille@... Send Email
Dec 17, 2004
8:15 pm
Hi, I'm trying to serialize a couple of class information with JSX. Something along these lines: <code> for ( Iterator anIterator = someClasses.iterator(); ...
2121 PA
petite.abeille@... Send Email
Dec 17, 2004
8:42 pm
... 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: ...
2122 Brendan Macmillan
egroups_yow Send Email
Dec 17, 2004
9:08 pm
Hi PA, OK, the id 'i57077&#39; means you have 57078 objects, which is a lot. You are probably just maxing out the memory. For references, JSX keeps an internal...
2123 Brendan Macmillan
egroups_yow Send Email
Dec 17, 2004
9:17 pm
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...
2124 Brendan Macmillan
egroups_yow Send Email
Dec 17, 2004
9:19 pm
... Typo: default is 16MB, as you pr. guessed...
2125 PA
petite.abeille@... Send Email
Dec 17, 2004
9:27 pm
... Here you go: Cheers, PA....
2126 PA
petite.abeille@... Send Email
Dec 17, 2004
9:31 pm
... 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...
2127 Brendan Macmillan
egroups_yow Send Email
Dec 18, 2004
12:17 am
... How do you know it could?...
2128 Brendan Macmillan
egroups_yow Send Email
Dec 18, 2004
12:21 am
... How do you know it could?...
2129 PA
petite.abeille@... Send Email
Dec 18, 2004
7:37 am
... Just teasing. I'm not privy to JSX internals, so I simply took your word for it :) Cheers, PA....
2130 PA
petite.abeille@... Send Email
Dec 18, 2004
7:39 am
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 ... ...
2131 PA
petite.abeille@... Send Email
Dec 18, 2004
8:16 am
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...
2132 Brendan Macmillan
egroups_yow Send Email
Dec 18, 2004
2:32 pm
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...
2133 noreply@... Send Email Dec 23, 2004
10:04 am
This email is to inform you about the release of version '2.2.3.8&#39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2134 Vladimir Markevich
vladimir_mar... Send Email
Jan 12, 2005
1:40 pm
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...
2135 Brendan Macmillan
egroups_yow Send Email
Jan 13, 2005
11:34 am
Hi Vladimir, Your diagnosis is right - MagicClass13_J9 requires the native methods: setPrimitiveFieldValues() setObjectFieldValue() This did work for the below...
2136 vladimir_markevich
vladimir_mar... Send Email
Jan 13, 2005
12:54 pm
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...
2137 Brendan Macmillan
egroups_yow Send Email
Jan 13, 2005
1:37 pm
If you have source for J9's java.io, that would be very helpful....
2138 Brendan Macmillan
egroups_yow Send Email
Jan 13, 2005
1:41 pm
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...
2139 vladimir_markevich
vladimir_mar... Send Email
Jan 14, 2005
9:00 am
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...
2140 Brendan Macmillan
egroups_yow Send Email
Jan 15, 2005
7:03 pm
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, ...
2141 cowwoc2001 Send Email Feb 23, 2005
5:01 am
Any comment on why the product was taken off the market or whether there are any plans to release the source-code? Gili...
Messages 2112 - 2141 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