JSX FAQ - 14 November 2001 ======= JSX instantly XML-enables applications, by re-implementing the Serialization API for XML. FAQ Contents: (1). Background (2)....
JSX-ideas@yahoogroups...
Dec 1, 2002 7:43 pm
1487
Hi, ... JSX1 is GPL+commercial. AFAIK JSX2 too. For JSX2, we previously discussed about several software licenses (GPL, LGPL, etc) and several models (only ...
I have searched the archives to find similar problems to the one I am having, and have foudn them, but not really gained enough information to actually solve...
Hi Sam, This is an odd problem you've found, and I'm not sure what the cause is. JSX can't find your class for some reason - yet the code that calls JSX does...
Hi Brendan ... I put it in the classpath using ant. Here's the ant build segment <target name="testall" description="Run all unit tests." depends="main"> ...
Hi Sam, ... [....] ... That's great! Tho I'm not sure why it should make a difference... surely the <include...> above would include JSX? And I wonder why you...
Hi Benoît and all, ... Yes, JSX1 is GPL+commercial. No, JSX2 is not. It is "free for non-commercial use" only. ... Yes, you are right. ... Yes, I refreshed...
Hi Benoît, ... Cygwin model: simply GPL + commercial ie what JSX1 is now [tho they offer support - starting at $12,500] Ghostscript N-1 version: Ghostscript...
License Statement for JSX Monday 9 December, 2002 (1). Support is now shifting to JSX2 www.jsx2.com (although JSX1 will be maintained at a low priority). (2)....
This email is to inform you of release '1.0.7.0' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Dec 9, 2002 1:57 pm
1496
I am trying to deserialize a javax.swing.tree.DefaultTreeModel containing DefaultMutableTreeNodes that I have previously serialised using the latest version of...
Hi, ... http://freshmeat.net/projects/jsx2/?topic_id=20%2C66%2C68%2C45%2C906 "License :: Free for non-commercial use, OSI Approved :: GNU General Public...
Hi Benoît, ... Thanks for pointing that out! Now fixed (the category that freshmeat uses for JSX2 doesn't change what it actually is, but could mislead...
... Sony (NYSE: SNE - news) has announced it will replace Microsoft Office with Sun Microsystems (Nasdaq: SUNW - news)' StarOffice suite on most of its desktop...
hi there ! i just tried the JSX 1.0.7.0 with the ibm jdk1.3.1 on an aix with both versions (32 bit and 64 bit) but i allways get a java coredump when i...
... I'm really not sure. Although ant often recommends forking if things get weird .... ... type ... (www.jsx2.com) ... be ... there ... pushed. ... pardon my...
... OK! :-) I'll remember that. ;-) ... Sorry, Java Object Serialization - the standard one that Java has. ... Cool ... hmmm... it is arguable that zip is so...
This email is to inform you of release '1.0.7.1' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Dec 13, 2002 11:41 am
1504
This email is to inform you of release '1.0.7.2' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Dec 16, 2002 9:39 am
1505
Hi, Sorry to take so long to reply. There have been a few problems with AIX java and JSX. What is the XML that you are deserializing when this happens? Cheers,...
Hi Matt, Sorry to take so long to reply. Swing exploits some aspects of Serialization, which are hacks (according to Sun's source code). Unfortunately, some...
... Excellent!! That's happened with a few AIX users that I know of... I think IBM might be using the open source model, of release early, release often (or is...
Hi everybody, I've bee using JSX for quite a while and all worked fine. Now I get a strange error and I have no idea what's the reason. I do not remember to...
Stefan Kuhn
skuhn@...
Dec 16, 2002 6:51 pm
1510
Hi Brendan, I got an error with JSX1.0.7.x but not with JSX1.0.6.0 when deserializing an object, and it is: JSX.ParserXML$ExceptionXML: no alias attr found at...
I don't know where 'java.net.Inet4Address' is coming from - if you upgraded your version of Java recently, it may well be you've discovered a bug in it! (JSX...
Hi Stefano, I switched aliases off by default in JSX1.0.7 - switching them back on should fix this up. You need to pass a JSX.Config object into the ObjIn...
I'll check JSX and writeReplace() out, and report back shortly. (more below) BTW: Thanks a lot for this bug report - it sure helps a lot! ... Whew! Lucky...
Hi, ... You just need to upgrade to the current version of JSX. The probem was found and fixed on 12 March 2002, as a result of Kevin Day's comments - you must...
... Hi everybody, thanks for your help. It actually works. It's hard to keep the jars up to date once you've got more than 40 in your project ;-) Unfortunately...