Hi Carola and Ioannis, I'm very sorry it took so long, but finally the Challenge you issued to JSX has been met - it now handles Class fields! I'm doubly sorry...
bren@...
Jul 1, 2001 8:36 am
317
This email is to inform you of release '0.8.11' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jul 2, 2001 11:17 am
318
This email is to inform you of release '0.8.12' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jul 3, 2001 5:36 pm
319
The current JSX (.12) doesn't compile under gcj -- some error messages about things in MagicClass that use com.sun.* native methods. Not sure what that all...
Tom Holroyd
tomh@...
Jul 4, 2001 6:57 am
320
Hi Tom, Thanks a lot for trying JSX out under gcj - a cool project! I'm on the mailing list, but haven't gone further than that. Have you had problems with...
Brendan Macmillan
bren@...
Jul 4, 2001 7:32 am
321
... I don't think it would be a good idea, as a no-arg constructor may perform some other initialisation beside instantiating the object. For a deserialization...
loic.peron@...
Jul 4, 2001 12:06 pm
322
Hi, My appologies if I have mis-read your to do list http://www.csse.monash.edu.au/~bren/JSX/ . It indicates that cyclic reference checking has been done. I...
Trevor Vella
trevorvella@...
Jul 5, 2001 2:15 am
323
Hi Loic, Thanks for your comments... I think you are right. ... Therefore, I think you are right! I've checked the Serialization specs, and they also agree...
Brendan Macmillan
bren@...
Jul 5, 2001 7:09 am
324
Hi Trevor, Thanks very much for noticing this potential problem, and checking it out! I think this relates to a very serious underlying issue... The JSX...
Brendan Macmillan
bren@...
Jul 5, 2001 8:12 am
325
... IIRC, versionning problem (the only situation where such question might have sense) are to be handled by the readObject() method. -- Loic Peron phone:(33)...
loic.peron@...
Jul 5, 2001 11:45 am
326
JSX has been working great, but I started using Simkin which is an XML embeded scripting language for Java and C++. JSX seems to have problems wth the...
Rick Broker
rick_broker@...
Jul 5, 2001 2:39 pm
327
I was wondering what exact version of the JDK you compiled version 0.8.12 of JSX against. I can't find the method among others: ...
John Wright
wright_john_@...
Jul 5, 2001 8:58 pm
328
Hi John, It's cool to hear that you are checking out the code - incidentally, any suggestions you have on refactoring or neatening it up are most welcome. I'm...
Brendan Macmillan
bren@...
Jul 5, 2001 11:51 pm
329
... I think you are right, and this is a sensible way to do it. As an aside, there is a funny limitation on using readObject() for such versioning, to do with...
Brendan Macmillan
bren@...
Jul 6, 2001 12:20 am
330
... Whoops, I probably should answer your direct question, though anyway: java version "1.3.0_02" Java(TM) 2 Runtime Environment, Standard Edition (build...
Brendan Macmillan
bren@...
Jul 6, 2001 12:51 am
331
I'm new to JSX so I hope it's not user error. I had a class which serialized nicely with JSX. I added a Vector containing objects that had BigDecimal fields...
de Koekkoek, Trevor
TdeKoekkoek@...
Jul 6, 2001 2:14 pm
332
Brendan: Thanks so much for your helpful, cheerful response. I am trying to use JSX to send serialize a Java object to XML, have this XML parsed by an applet...
wright_john_@...
Jul 6, 2001 6:26 pm
333
Brendan, I read this post but I am still getting problems with the Majic class compiling. It can't com.sun.corba... classes. I am using 0.8.12 of JSX. ...
wright_john_@...
Jul 6, 2001 6:48 pm
334
Hi Trevor, Thanks a lot for trying JSX out - a pity that you had to hit a bug so quickly, but thanks for such a comprehensive bug report. That helps a lot! ...
Brendan Macmillan
bren@...
Jul 7, 2001 8:04 am
335
Hi Rick, ... I'm glad that JSX has been working well... until now, anyway ;-) It's important that JSX works for every case, so thanks very much for flagging ...
Brendan Macmillan
bren@...
Jul 7, 2001 8:13 am
336
Hi John, ... My pleasure! =) ... Great idea! It would make it much simpler to do... thanks a lot for sharing it. It almost seems like a kind of web service,...
Brendan Macmillan
bren@...
Jul 7, 2001 8:26 am
337
Hi John, ... Sorry, I misread a little. I see now, it's not compiling... It should work if you comment out the last two methods in MagicClass.java. I'll just...
Brendan Macmillan
bren@...
Jul 7, 2001 8:44 am
338
This email is to inform you of release '0.8.13' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jul 7, 2001 8:54 am
339
Circular references, when aliases are "switched off" [1]. ... When we serialize a circular reference (without using aliases), we get an infinite loop - the...
Brendan Macmillan
bren@...
Jul 8, 2001 8:40 am
340
Hi Trevor, ... It's done now! Please check it out - I really like the solution I worked out - in my modest way - it's very simple and theoretically nice. But...
Brendan Macmillan
bren@...
Jul 8, 2001 2:38 pm
341
This email is to inform you of release '0.8.14' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Jul 8, 2001 6:14 pm
342
Brendan, Thanks for looking into this. I haven't really followed your answer as I've looked at it for all of 2 seconds, but to answer your question: "How...
Trevor de Koekkoek
trevor_dek@...
Jul 8, 2001 10:36 pm
343
Trevor, ... So perhaps the question is "how important is BigDecimal for your needs?" Anyway, I've noted it, and it will definitely get fixed in due course....
Brendan Macmillan
bren@...
Jul 9, 2001 4:45 am
344
//Below is my object class , however the output (below the class) seems not correct for Map and Date. Can anyone help me on this. Thank You import JSX.*; ...
Juliana Jaafar
juliana@...
Jul 11, 2001 8:07 am
345
hi again, How could I change my program so that the name, id and tepon be an element instead of an attribute? Thank You /********************* <Orang ...