Hi all, there are several email addresses subscribed to this list that seem to not be active anymore (the messages are bouncing). I am unsubscribing these...
(I know Brenden isn't suppporting JSX1 anymore, but perhaps someone else on the list can offer an explanation/suggestion.) We've been using JSX1 for some time,...
Hey Steve, Heheh: "you really should upgrade to JSX2!" You can convert the XML in your database, by reading it in with JSX1, and writing it out with JSX2. They...
... For the record, moving the jar file off the CLASSPATH by placing it into $JAVA_HOME/jre/lib/ext has solved the problem. Dunno why, maybe it just likes a...
Hi all, Just a word about Castor, an XML binding for Java. It is one of the "bean-based" XML tools, meaning it needs getters and setters to work (it also...
This email is to inform you about the release of version '2.1.2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Oct 6, 2003 10:38 am
1935
Hi, we were looking to replace our serialization with J2X and so we tried it in our code. All our tests passed when we run them on a client machine but when we...
Hi Chris, These exceptions are to do with the "30 day trial", which assume you are running the code locally. I can help you with this; but first, JSX requires...
This email is to inform you about the release of version '2.1.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Oct 24, 2003 12:15 am
1940
Hello, following problem: I've a class Person.java with following attributes: private String name; prinvate int age; I've a class SerializePerson.java which...
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...