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 ...
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...
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...
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]...
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...
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 ... ...
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...
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@...
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...
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@...
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...
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@...
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...
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...
... 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...
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...
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@...
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@...
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...
Hello everyone, Has anybody requested the feature of logging deserialization discrepancies, such as fields deleted or added? This seems to be necessary to...
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@...
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...
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...
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...
... 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...
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@...
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 ...
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...
Hi Bent, I'll reply to your other comments in a separate email. ... to ... (which ... you ... Cool. ... primitives?) ... Interesting, thanks for the...