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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1805 - 1834 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1805
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...
Send Email
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...
badri anand santhanam
badrianands
Offline Send Email
Jul 2, 2003
2:18 pm
1807
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 3, 2003
11:53 am
1808
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 ... ...
bklv2
Offline Send Email
Jul 15, 2003
8:31 pm
1809
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 17, 2003
2:58 pm
1810
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...
kjtex2003
Offline Send Email
Jul 18, 2003
2:52 pm
1811
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. ...
lord_nyven
Offline Send Email
Jul 20, 2003
9:57 pm
1812
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@...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 22, 2003
11:15 am
1814
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 22, 2003
11:18 am
1815
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 22, 2003
11:22 am
1816
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@...
Send Email
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...
Ron Lancaster
lord_nyven
Offline Send Email
Jul 25, 2003
2:00 pm
1818
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 27, 2003
6:30 am
1819
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 27, 2003
6:32 am
1820
Hi Brendan, ... I'm using JSX2 Bye Markus __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de ...
Markus Reitz
markus_reitz@...
Send Email
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...
soraya Bensari
zorainfo
Offline Send Email
Jul 29, 2003
12:17 pm
1822
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 30, 2003
2:46 am
1823
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...
soraya Bensari
zorainfo
Offline Send Email
Jul 30, 2003
2:16 pm
1824
... 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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 31, 2003
1:09 am
1825
We are evaluating JSX2.0.9.5. We are seriously considering using for unit testing (internal) purposes to serialize complicated business objects. However we...
webalg2000
Offline Send Email
Jul 31, 2003
1:15 am
1826
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 ... ...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 31, 2003
9:02 am
1827
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 31, 2003
9:07 am
1828
Hi Sydney, ... This check revealed that the problem is something else: A quick workaround is to subclass TreeSet: class MyTreeSet extends TreeSet {} And use...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 31, 2003
9:50 am
1829
Hi Syndey, Example code is attached. Cheers, Brendan -- Brendan.Macmillan@... +61 3 9905 1502 www.jsx.org...
Brendan Macmillan
egroups_yow
Offline Send Email
Jul 31, 2003
9:50 am
1830
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...
stuberdaniel
Offline Send Email
Jul 31, 2003
12:43 pm
1831
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@...
Send Email
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...
Send Email
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...
Brendan Macmillan
egroups_yow
Offline Send Email
Aug 3, 2003
4:18 pm
1834
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'...
Preetham Kajekar
kajekar
Offline Send Email
Aug 4, 2003
11:39 am
Messages 1805 - 1834 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