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 2079 - 2109 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2079
Hi; can anyone tell me why the "-alias" string is appended to some string attributes during serialization. I don't quite understand why some string attributes...
mdfdev
Offline Send Email
Oct 6, 2004
12:06 pm
2080
I have a relatively simple class which happens to extend the standard Java class Observable. The result is that JSX writes over 100MB (!) of Observable...
rchrenko
Online Now Send Email
Oct 7, 2004
9:36 am
2081
One way is to implement "java.io.Externalizeable", and write/read your object state yourself. This is a standard Java Object Serialiation technique. Another...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 7, 2004
10:51 am
2082
JSX2 does not do this. In JSX1, the "-alias" is appended when that field refers to a String that has been serialized previously. The value of the attribute is...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 7, 2004
10:59 am
2083
Brendan, things seem to be fine with this Java implementation and JSX. Could you turn around a fix for this? Our logs are filling up. ;-) -- Damien ... ...
Damien Evans
damien_m_evans
Offline Send Email
Oct 12, 2004
2:22 pm
2085
This email is to inform you about the release of version '2.2.3.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Oct 13, 2004
2:46 pm
2086
... which is: implVendor='Sun Microsystems Inc.' specVersion='1.5' implVersion='1.5.0' In the meantime, JSX will try the standard implementation for Java 1.4 -...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:28 pm
2087
I think the main website could use some cleanup and maybe you should include some Javadoc for your classes, such as Config, and explain what aliasing is all...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:29 pm
2088
I stand corrected, the bug was in my code. Encoding on JDK 1.5 seems to work. Can we remove this message on startup? Gili...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:39 pm
2089
Is this a known bug? I have two objects refering to the same object and when they get serialized, that object is serialized twice instead of having the 2nd...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:45 pm
2090
The fact that the same object is being serialized multiple times as different objects is actually introducing bugs into my program. Any help you could offer...
cowwoc2001
Offline Send Email
Oct 14, 2004
4:55 pm
2091
Hi Gili, ... Thanks for the bug report. No, it's not a known bug. This kind of issue was addressed almost 4 years ago - however, it's important for us to...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 15, 2004
5:15 am
2092
Yes; thanks for the comfirmation; this should be able to go into the next release. -- +61 3 9515 7575 (if calling from US, replace "+" with "011") ... From:...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 15, 2004
5:16 am
2093
Hi Gili, You mean the freeJSX website? We've since rewritten and massively improved the code in JSX2, and so most of the work goes into that version....
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 15, 2004
5:25 am
2094
import JSX.*; import java.io.*; // example to show how JSX breaks on a simple linkedlist at a length of 3210 (and writes file to ll.xml) // I get an Exception...
zectbumo54
Offline Send Email
Oct 20, 2004
12:21 am
2095
Hi alfred, Thanks for this clear example. Serialization uses recursion, and so stack overflows for very deep nesting is a known problem. It is also a problem...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 20, 2004
12:40 am
2096
... list ... use ... serial ... that...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 20, 2004
12:50 am
2097
This brings up the question (since I am not familiar with JSX) how often on average do you you make releases? Gili ... next...
cowwoc2001
Offline Send Email
Oct 21, 2004
2:15 am
2098
Good news. It turned out to be a bug in my application. Sorry for the false alarm. Gili ... issue was ... investigate ... please? ... it and ... shared. ... ...
cowwoc2001
Offline Send Email
Oct 21, 2004
2:26 am
2099
Good news. It turned out to be a bug in my application. Sorry for the false alarm. Gili ... issue was ... investigate ... please? ... it and ... shared. ... ...
cowwoc2001
Offline Send Email
Oct 21, 2004
2:27 am
2100
... Good :-)...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 21, 2004
3:33 am
2101
JSX2 releases are approximately once a fortnight. JSX1 are much less frequent - sorry, I can't give you a definite release date. In the meantime, you could...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 21, 2004
3:41 am
2102
... I have tried serializing as you suggested with ObjectOutputStream and you are correct, java also has this same problem. Java ObjectOutputStream overflows...
zectbumo54
Offline Send Email
Oct 22, 2004
12:38 am
2103
Brendan & JSX users, Below is some log output from running one of our applications under BEA JRockit 1.4.2. Any ideas? Has anyone else had problems with...
Damien Evans
damien_m_evans
Offline Send Email
Oct 22, 2004
8:42 pm
2104
Hi Damien, This is a known problem. We've looked into the implementation of JRockit (as much as is possible without access to its source), and it seems...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 22, 2004
9:24 pm
2105
... It's a very fast JVM on Windows, and has nice management tools. -- D _______________________________ Do you Yahoo!? Declare Yourself - Register online to...
Damien Evans
damien_m_evans
Offline Send Email
Oct 23, 2004
5:39 pm
2106
HI Damien, Hmmm... I'm not sure what we can do about this... if you were a paying customer of their's, we'd have some leverage. What do you think? Note: the...
Brendan Macmillan
egroups_yow
Offline Send Email
Oct 26, 2004
9:54 am
2107
We're not a paying customer of BEA. We've eliminated JRockit from our suite of supported JVMs for the time being. Good suggestion re: the IBM JVM. We use that...
Damien Evans
damien_m_evans
Offline Send Email
Oct 27, 2004
4:32 am
2108
Hi, I've tried processing my application through ProGuard, which is an obfuscator, with JSX 2.2.3.5 listed as a dependency. ProGuard complains: ...
cowwoc2001
Offline Send Email
Oct 29, 2004
5:57 pm
2109
... Nevermind, I got ProGuard to skip the file. Thanks anyway, Gili...
cowwoc2001
Offline Send Email
Oct 29, 2004
6:50 pm
Messages 2079 - 2109 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