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...
Show off your group to the world. Share a photo of your group with us.

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 1942 - 1978 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1942
We've been using the evaluation version of JSX and have decided to purchase the product. We have recently begun encountering a problem deserializing our ...
ramjisro
Offline Send Email
Nov 4, 2003
9:38 pm
1943
I haven't seen this problem before. But the version you have is very old, and isn't supported anymore. Why don't you try the new version? To download and try...
Brendan Macmillan
egroups_yow
Offline Send Email
Nov 6, 2003
3:40 pm
1944
OK, this is very odd. Could it be a classloader issue? The same class, loaded by different classloaders, can cause a ClassCastException. In your case, it...
Brendan Macmillan
egroups_yow
Offline Send Email
Nov 6, 2003
3:44 pm
1945
We are able to compile and deploy our application using JSK 2.1.3 but when we use the application we get the following exception. [11/6/03 11:19:38:875 CST]...
sammybhai
Offline Send Email
Nov 6, 2003
10:43 pm
1946
The failure occurred when running the application under Eclipse so I don't know whether or not that eliminates the classloader as a possible cause. The...
Roland Ramjist
ramjisro
Offline Send Email
Nov 7, 2003
11:57 pm
1947
I see you aren't using the latest version of JSX (you have JSX2.1.jar) The first step is to upgrade get the latest version. Cheers, Brendan ... I ... ...
Brendan Macmillan
egroups_yow
Offline Send Email
Nov 8, 2003
3:56 am
1949
Hi all, This post proposes changes to the XML format of JSX, for the special needs of XML databinding. It also develops the ideas, showing problems and solving...
Brendan Macmillan
egroups_yow
Offline Send Email
Nov 11, 2003
10:16 am
1950
This email is to inform you about the release of version '2.1.4' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Nov 14, 2003
7:26 am
1951
Hi all, For those who cannot pay by credit card, we've just put a system online for ordering JSX on the web. It is available at: www.jsx.org/buy.html Although...
Brendan Macmillan
egroups_yow
Offline Send Email
Nov 17, 2003
12:42 pm
1952
This email is to inform you about the release of version '2.1.4b' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Nov 28, 2003
12:22 am
1958
Hi, I just experimented with allowing anyone to post (ie without having to join) - and in one day, there are 5 spam emails. Sorry about that! Yahoo egroups...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 9, 2003
10:15 pm
1959
Thank you! ;) -- D ... __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/...
Damien Evans
damien_m_evans
Offline Send Email
Dec 10, 2003
2:53 am
1960
This email is to inform you about the release of version '2.1.4doc' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Dec 15, 2003
8:46 am
1961
Hi all, A simpler XML format for JSX - what is really nice is that the indentation level will correspond exactly to how deep the object is from the root. The...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 16, 2003
3:38 am
1962
If the format has to change, then I would go with option 1. Although, for compatibility with 3rd party tools, this is still the best: class Sub extends Super...
Mark Collette
mark_collette
Offline Send Email
Dec 16, 2003
6:50 am
1963
... Thanks - BTW this isn't a change, just an alternative. ... Really? The main motivation for changing it is to make it easier to work with, with third-party...
Brendan Macmillan
egroups_yow
Offline Send Email
Dec 16, 2003
7:02 am
1964
I just assume that since the XML language uses tag nesting to "contain" substructure within a structure, that using tags merely as markers would be a bit of an...
Mark Collette
mark_collette
Offline Send Email
Dec 17, 2003
2:50 am
1965
This email is to inform you about the release of version '2.1.4doc2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful...
noreply@...
Send Email
Dec 20, 2003
3:51 pm
1966
This email is to inform you about the release of version '2.1.4xslt.doc' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful...
noreply@...
Send Email
Jan 7, 2004
10:29 am
1967
Hi, I downloaded the JSX2.1.4.jar file last week to evaluate this product in our enterprise ecommerce environment but I got the following message from...
Hongsheng Chen
hongsheng_chen
Online Now Send Email
Feb 4, 2004
12:08 am
1969
Hello everyone, Has anybody requested the feature of logging deserialization discrepancies, such as fields deleted or added? This seems to be necessary to...
Hongsheng Chen
hongsheng_chen
Online Now Send Email
Feb 6, 2004
6:02 pm
1970
This email is to inform you about the release of version '2.1.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Feb 10, 2004
6:32 am
1971
Hi Hongsheng, You have to close() the ObjectWriter (like other Java streams). See the download web page an example of this. www.jsx.org/download.html A key...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 13, 2004
7:41 am
1972
Well, typically when one adds a switch, the default behavior (without the switch) is to do the old behavior. Thus, to omit the close() call, they'd have to use...
Mark Collette
mark_collette
Offline Send Email
Feb 13, 2004
10:36 pm
1973
Hi Hongsheng, ... This is becoming complicated now, so I think I'll just leave it as it is. ... IIRC, that happens because the the default hashes are based on...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 14, 2004
3:09 am
1974
... I did say the default behaviour would be automatic close, otherwise you are right it wouldn't make sense. This is what JSX used to do, and users had much...
Brendan Macmillan
egroups_yow
Offline Send Email
Feb 14, 2004
3:26 am
1975
This email is to inform you about the release of version '2.1.6' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Feb 23, 2004
8:29 am
1976
Hi Bent, I think Xrayrivet might suit your needs better. It is based on the JSX engine, but does not alias Strings. The XML is also much simpler. I would ...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 1, 2004
1:37 pm
1977
Hi Bent, Note: I've cc'ed this to the list, because I think others may be interested. ... would ... I ... It should work on primitives (unless within an array...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 2, 2004
10:32 am
1978
Hi Bent, I'll reply to your other comments in a separate email. ... to ... (which ... you ... Cool. ... primitives?) ... Interesting, thanks for the...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 3, 2004
11:15 am
Messages 1942 - 1978 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