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 ...
1943
Brendan Macmillan
egroups_yow
Nov 6, 2003 3:40 pm
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...
1944
Brendan Macmillan
egroups_yow
Nov 6, 2003 3:44 pm
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...
1945
sammybhai
Nov 6, 2003 10:43 pm
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]...
1946
Roland Ramjist
ramjisro
Nov 7, 2003 11:57 pm
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...
1947
Brendan Macmillan
egroups_yow
Nov 8, 2003 3:56 am
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 ... ...
1949
Brendan Macmillan
egroups_yow
Nov 11, 2003 10:16 am
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...
1950
noreply@...
Nov 14, 2003 7:26 am
This email is to inform you about the release of version '2.1.439; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1951
Brendan Macmillan
egroups_yow
Nov 17, 2003 12:42 pm
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...
1952
noreply@...
Nov 28, 2003 12:22 am
This email is to inform you about the release of version '2.1.4b39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1958
Brendan Macmillan
egroups_yow
Dec 9, 2003 10:15 pm
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...
1959
Damien Evans
damien_m_evans
Dec 10, 2003 2:53 am
Thank you! ;) -- D ... __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/...
1960
noreply@...
Dec 15, 2003 8:46 am
This email is to inform you about the release of version '2.1.4doc39; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1961
Brendan Macmillan
egroups_yow
Dec 16, 2003 3:38 am
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...
1962
Mark Collette
mark_collette
Dec 16, 2003 6:50 am
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...
1963
Brendan Macmillan
egroups_yow
Dec 16, 2003 7:02 am
... 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...
1964
Mark Collette
mark_collette
Dec 17, 2003 2:50 am
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...
1965
noreply@...
Dec 20, 2003 3:51 pm
This email is to inform you about the release of version '2.1.4doc239; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful...
1966
noreply@...
Jan 7, 2004 10:29 am
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...
1967
Hongsheng Chen
hongsheng_chen
Feb 4, 2004 12:08 am
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...
1969
Hongsheng Chen
hongsheng_chen
Feb 6, 2004 6:02 pm
Hello everyone, Has anybody requested the feature of logging deserialization discrepancies, such as fields deleted or added? This seems to be necessary to...
1970
noreply@...
Feb 10, 2004 6:32 am
This email is to inform you about the release of version '2.1.539; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1971
Brendan Macmillan
egroups_yow
Feb 13, 2004 7:41 am
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...
1972
Mark Collette
mark_collette
Feb 13, 2004 10:36 pm
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...
1973
Brendan Macmillan
egroups_yow
Feb 14, 2004 3:09 am
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...
1974
Brendan Macmillan
egroups_yow
Feb 14, 2004 3:26 am
... 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...
1975
noreply@...
Feb 23, 2004 8:29 am
This email is to inform you about the release of version '2.1.639; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1976
Brendan Macmillan
egroups_yow
Mar 1, 2004 1:37 pm
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 ...
1977
Brendan Macmillan
egroups_yow
Mar 2, 2004 10:32 am
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...
1978
Brendan Macmillan
egroups_yow
Mar 3, 2004 11:15 am
Hi Bent, I'll reply to your other comments in a separate email. ... to ... (which ... you ... Cool. ... primitives?) ... Interesting, thanks for the...