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...
1916
Steve Wampler
stevewampler
Oct 3, 2003 2:43 pm
(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,...
1917
Brendan Macmillan
egroups_yow
Oct 3, 2003 4:03 pm
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...
1918
Steve Wampler
stevewampler
Oct 3, 2003 7:09 pm
... 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...
1919
Brendan Macmillan
egroups_yow
Oct 5, 2003 10:13 am
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...
1930
Brendan Macmillan
egroups_yow
Oct 5, 2003 10:16 am
Sorry about that glitch of so many "Castor" emails (and this one as well)! Brendan...
1931
noreply@...
Oct 6, 2003 10:38 am
This email is to inform you about the release of version '2.1.239; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1935
chris cottee
drcottee
Oct 9, 2003 5:52 pm
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...
1936
Brendan Macmillan
egroups_yow
Oct 9, 2003 6:28 pm
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...
1938
Brendan Macmillan
egroups_yow
Oct 13, 2003 2:13 pm
Sorry about the spam everyone I'm switching to "moderated" so I can filter them manually. Have a great day, despite the spam :-) Cheers, Brendan...
1939
noreply@...
Oct 24, 2003 12:15 am
This email is to inform you about the release of version '2.1.339; of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
1940
momo_iran
Oct 31, 2003 10:36 am
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...
1942
ramjisro
Nov 4, 2003 9:38 pm
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...