Hi Brendan, Sorry about that - I got called out of the office at the back-end of last week and this must have fallen off the radar :/ I tried using 1.0.5.2 to...
Hi Alex, Great - thanks for the stack traces. I'll start to deal with it tommorrow. ... Thought it must be something like that. ;-) ... I was pretty sure -...
... Great - there's no urgency at this end. It'd just be nice to know we can sweep my hacked code under the carpet and start using the released codebase :) ......
... Yes, I think there is a lot in this! :-) ... Reflection can't do it, because we only have access to field values, not variable (ie local and parameter)...
Hi Brendan, ok i managed to output a proper SOAP message (in a very simplicistic manner, so far) by overriding some methods. (there is not even the <? jsx ?>...
Hi all, ok i found the problem. I was adding an HashMap, and that was causing the problem. when i added instead an Hashtable, everything worked fine. i...
Hi Brendan (and, Hi Marco and ... also Hi to the others too ^_^), i'm thinking about "encodingStyle" but for now i'm doing experiment ... have ... to ... to ...
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...
Oct 1, 2002 11:25 pm
1376
... Excellent! ... First is to print out the string, to make sure it really is what you think it is! System.err.println("--- The recieved JSX string was:...
Hi Marco, Just a quick response to start with: It looks like you are doing the envelope and body by making classes with those names, and getting JSX to...
... DEBUG variables, and ... This is because HashMap needs to access private methods, but Hashtable doesn't. This problem will go away if you put the method...
hi, ... true, that's the initial problem. but not the only one, since i have to figure out how to handle namespaces, but i'll take a look later. point is that,...
Hi Marco, ... Exellent! Did you know that the primary meaning of "passion" is "suffering"? I think it fits in with the idea that a measure of how passionate...
hi, ... yeah..it works anyway...i just wanted to make the class as extensible as possible...but i am little ignorant 'bout Serialization, that's the problem...
Hi all, ignore latest post. I was still using modified classes. sorry regards marco ... From: Mistroni Marco (NET-IMN/Espoo) Sent: 02. October 2002 10:53 To:...
... No problem! ;-) I'm glad you had time to test it after all, and even more glad that it actually works! I wonder if you will be able to resist the...
Hi Marco, ... (that elements can contain subelements etc, but ... Body. a way to get rid of the "obj-name" is to use make a writeObject() method in Body (and a...
Hi brendan, ... s.writeObject(content); ... but those two methods should be put in the Body, right? and thus the Body should implement Externalizable, right?...
Hi - I'm looking at serialising in and out some objects with reasonably large binary arrays in them. This results in a format much like: <binary-data...
Hi, about aliases I leaved them in default state (both in ObjOut and ObjIn), so I tried your code and the String "st" is what we waiting for. But now the...
Hi Marco, ... elemetns. ... Um, yes... so I guess in my example code above, the content wouldn't need to be cast to "Body"! Anyway, the example code will get...
... I think the easiest way to reduce XML bloat is to compress it - as it's *extremely* redundant, this works rather well. ;-) If you use a standard...
Hi Stefano, This is really strange... It is not even printing out the part: System.err.println("--- The recieved JSX string was: "+st); It could be that Tomcat...
Hi, I thought I'd just put some metrics together, out of interest, I have the same "gut feel" about the XML compressibility but I'd like to be able to pin down...
Hi, I thought I'd just put some metrics together, out of interest, I have the same "gut feel" about the XML compressibility but I'd like to be able to pin down...
Hi Alex, Metrics - cool! ;-) Not just a software engineer, but a software scientist ;-) Hope you don't take offence at me selecting a slightly different...
This email is to inform you of release '1.0.5.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information can be found at...
noreply@...
Oct 4, 2002 9:02 pm
1397
Hi Brendan, yes the problem was the CLASSPATH of Tomcat (it seems that Tomcat overwrite the system-classpath...), I fix it and now it work! I can serialize an...