JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
JSX-ideas@yahoogroups...
Jul 1, 2003 11:47 am
1806
hi brendan, Thanx for your mail. What I have with me is a set of point files and in each point file, I have a set of coordinates stored in them. My task is to...
You don't describe the format of the "point file", but it sounds like you just need to read in the two integers, and then write them out as XML - you could do...
Hi, We are evaluating JSX and receive the following error when running JSX 2.0.9.5 on IBM JDK 1.3.1. Is JSX supported on IBM JDK 1.3.1? Thanks, Kevin Ho ... ...
... The message you saw is just a warning - JSX should still be working. It has not been tested specifically on IBM JDK 1.3.1, but does work on some other IBM...
Hi, I'm using the JSX library JSX2.0.9.5.jar in JDeveloper project (JDK version 1.3). I'm doing simple XML serialization using ObjectWriter to write the object...
I'm getting the following exception when attempt to read JSX XML that contains empty collections. I'm willing to build a test case of source code if needed. ...
Hi, I have written a small applet (attached to this posting) that demonstrates my problem. Just create the file "Test.dat" by executing java Test Test.dat,...
Markus Reitz
markus_reitz@...
Jul 21, 2003 5:01 pm
1813
Sorry, we're really snowed under here, and I'll try to get to you in the next few days. I can say that this doesn't sound like a JSX problem. Maybe the source...
Sorry, we're really snowed under at the moment, but I'll try to reply and fix your problem within a few days or so. But off the top of my head: yes, this does...
Sorry, we're really snowed under at the moment, but I'll try to rectify this problem within a few days. From what you say, it sounds like the classloader that...
Hi Brendan, setContextClassLoader(...) did not solve the whole problem, because some classes were loaded by the old and some by the new ClassLoader. Because of...
Markus Reitz
markus_reitz@...
Jul 25, 2003 8:16 am
1817
It appears that this is a more general problem with any collection. I've removed all empty collections from the serialized stream and now have the same...
Hi Ron, I've tracked down the cause of this. Ironically, it was a typo left in after a refactoring for code reuse - the problem only occurs when a collection...
Hi Markus, Thanks very much for submitting your fix! It's a surprising problem. BTW: please refresh my memory - are you using JSX1 or JSX2? Cheers, Brendan...
Hi Brendan, ... I'm using JSX2 Bye Markus __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de ...
Markus Reitz
markus_reitz@...
Jul 27, 2003 4:55 pm
1821
hello i have some problem to convert java source code to xml and i think that jxs solve it ..it is true ?? if yes help me to have documentation how to use this...
... It doesn't convert Java source code, it converts the state held by java objects to XML (that is, it converts Java data to XML). The API works exactly the...
bonjour j'ai un petit probleme pour convertir du code java en xml et pour cela je ne sais pas si le JSX fera l'affair.. je voudrais tout d'abord recuperer les...
... Désolé, je ne parle pas français, seulement anglais. JSX convertit les données contenues dans des objets de Java - cela fonctionne les mêmes que la...
We are evaluating JSX2.0.9.5. We are seriously considering using for unit testing (internal) purposes to serialize complicated business objects. However we...
Hi Ron, I've just released the bugfix you needed. Please let me know how it goes. Cheers, Brendan ... left ... when ... in ... collection. ... of ... line ... ...
Hi Sydney, Do your comparators implement the Serializable interface? If not, then TreeSet may be filtering those objects out silently. The fastest way to test...
Hi Sydney, ... This check revealed that the problem is something else: A quick workaround is to subclass TreeSet: class MyTreeSet extends TreeSet {} And use...
Hi I'm trying JSX2.0.9.6.jar with Java 1.4 and got a NullPointerException when deserializing a java.io.File object. Any workarounds? TIA Daniel public static...
This email is to inform you about the release of version '2.0.9.6' of 'Java Serialization to XML 2' through freshmeat.net. All URLs and other useful ...
noreply@...
Jul 31, 2003 12:56 pm
1832
JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
JSX-ideas@yahoogroups...
Aug 1, 2003 11:10 am
1833
Hi Daniel, ... Sorry for the delay in answering. Basically, File objects weren't defined to make sense when serialized, as they are tired to the OS...
Hi, I just ran into this problem while de-ser'ing a externally manipulated XML array. JSX represents arrays like <array field='array' base='int' dim='1'...