Search the web
Sign In
New User? Sign Up
JSX-ideas · Ideas on Java Serialization for XML
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2113 - 2142 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2113
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...
supaphr33k
Offline Send Email
Dec 2, 2004
8:02 pm
2114
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 3, 2004
2:19 pm
2115
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 17, 2004
8:00 pm
2119
... Yes. ... On its way. ... Ok. Let me try to make this self contained. Cheers, PA....
PA
petite.abeille@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 17, 2004
9:08 pm
2123
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 17, 2004
9:17 pm
2124
... Typo: default is 16MB, as you pr. guessed...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 17, 2004
9:19 pm
2125
... Here you go: Cheers, PA....
PA
petite.abeille@...
Send Email
Dec 17, 2004
9:27 pm
2126
... 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...
PA
petite.abeille@...
Send Email
Dec 17, 2004
9:31 pm
2127
... How do you know it could?...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 18, 2004
12:17 am
2128
... How do you know it could?...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 18, 2004
12:21 am
2129
... Just teasing. I'm not privy to JSX internals, so I simply took your word for it :) Cheers, PA....
PA
petite.abeille@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 18, 2004
2:32 pm
2133
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@...
Send Email
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...
Vladimir Markevich
vladimir_mar...
Offline Send Email
Jan 12, 2005
1:40 pm
2135
Hi Vladimir, Your diagnosis is right - MagicClass13_J9 requires the native methods: setPrimitiveFieldValues() setObjectFieldValue() This did work for the below...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 13, 2005
11:34 am
2136
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...
vladimir_markevich
vladimir_mar...
Offline Send Email
Jan 13, 2005
12:54 pm
2137
If you have source for J9's java.io, that would be very helpful....
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 13, 2005
1:37 pm
2138
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 13, 2005
1:41 pm
2139
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...
vladimir_markevich
vladimir_mar...
Offline Send Email
Jan 14, 2005
9:00 am
2140
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, ...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 15, 2005
7:03 pm
2141
Any comment on why the product was taken off the market or whether there are any plans to release the source-code? Gili...
cowwoc2001
Offline Send Email
Feb 23, 2005
5:01 am
2142
... 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,...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 23, 2005
7:01 am
Messages 2113 - 2142 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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