Hi, Thanks for reporting this problem, and glad you worked around it. I have investigated, and can confirm that this problem cannot affect the functioning of...
2109
cowwoc2001
Oct 29, 2004 6:50 pm
... Nevermind, I got ProGuard to skip the file. Thanks anyway, Gili...
2108
cowwoc2001
Oct 29, 2004 5:57 pm
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: ...
2107
Damien Evans
damien_m_evans
Oct 27, 2004 4:32 am
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...
2106
Brendan Macmillan
egroups_yow
Oct 26, 2004 9:54 am
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...
2105
Damien Evans
damien_m_evans
Oct 23, 2004 5:39 pm
... It's a very fast JVM on Windows, and has nice management tools. -- D _______________________________ Do you Yahoo!? Declare Yourself - Register online to...
2104
Brendan Macmillan
egroups_yow
Oct 22, 2004 9:24 pm
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...
2103
Damien Evans
damien_m_evans
Oct 22, 2004 8:42 pm
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...
2102
zectbumo54
Oct 22, 2004 12:38 am
... I have tried serializing as you suggested with ObjectOutputStream and you are correct, java also has this same problem. Java ObjectOutputStream overflows...
2101
Brendan Macmillan
egroups_yow
Oct 21, 2004 3:41 am
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...
2100
Brendan Macmillan
egroups_yow
Oct 21, 2004 3:33 am
... Good :-)...
2099
cowwoc2001
Oct 21, 2004 2:27 am
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. ... ...
2098
cowwoc2001
Oct 21, 2004 2:26 am
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. ... ...
2097
cowwoc2001
Oct 21, 2004 2:15 am
This brings up the question (since I am not familiar with JSX) how often on average do you you make releases? Gili ... next...
2096
Brendan Macmillan
egroups_yow
Oct 20, 2004 12:50 am
... list ... use ... serial ... that...
2095
Brendan Macmillan
egroups_yow
Oct 20, 2004 12:40 am
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...
2094
zectbumo54
Oct 20, 2004 12:21 am
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...
2093
Brendan Macmillan
egroups_yow
Oct 15, 2004 5:25 am
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....
2092
Brendan Macmillan
egroups_yow
Oct 15, 2004 5:16 am
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:...
2091
Brendan Macmillan
egroups_yow
Oct 15, 2004 5:15 am
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...
2090
cowwoc2001
Oct 14, 2004 4:55 pm
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...
2089
cowwoc2001
Oct 14, 2004 4:45 pm
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...
2088
cowwoc2001
Oct 14, 2004 4:39 pm
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...
2087
cowwoc2001
Oct 14, 2004 4:29 pm
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...
2086
cowwoc2001
Oct 14, 2004 4:28 pm
... which is: implVendor=39;Sun Microsystems Inc.' specVersion='1.539; implVersion='1.5.0' In the meantime, JSX will try the standard implementation for Java 1.4 -...
2085
noreply@...
Oct 13, 2004 2:46 pm
This email is to inform you about the release of version '2.2.3.539; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
2083
Damien Evans
damien_m_evans
Oct 12, 2004 2:22 pm
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 ... ...
2082
Brendan Macmillan
egroups_yow
Oct 7, 2004 10:59 am
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...
2081
Brendan Macmillan
egroups_yow
Oct 7, 2004 10:51 am
One way is to implement "java.io.Externalizeable", and write/read your object state yourself. This is a standard Java Object Serialiation technique. Another...
2080
rchrenko
Oct 7, 2004 9:36 am
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...