Search the web
Sign In
New User? Sign Up
JSX-ideas · Ideas on Java Serialization for XML
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1540 - 1570 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1540
Hi Krishna, Thanks for explaining more - it really helps a lot! I'm using your example as a case study to show how to handle this kind of evolution in JSX. But...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 1, 2003
8:55 am
1541
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...
Send Email
Jan 1, 2003
6:47 pm
1542
Hi Brendan, I too am working with Krishna to solve the class evolution problem. I am afraid that we cannot use the third solution you had mentioned since the...
Preetham Kajekar
kajekar
Offline Send Email
Jan 2, 2003
5:30 pm
1543
Hi Preetham, ... When you say "evolved into a hierarchy", is there a root object, that refers to this new graph of objects? If there is, then the third...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 3, 2003
3:32 am
1544
... object ... the mail ... if JSX ... Instructions ... attached ... Perhaps the problem is still that the resulting document has more then one root (so really...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Jan 3, 2003
5:32 am
1545
... Yep. This is the problem. I use DOM to parse the XML which I will then manipulate. So basically DOM parsing fails with "org.xml.sax.SAXParseException: The...
Preetham Kajekar
kajekar
Offline Send Email
Jan 3, 2003
6:18 am
1546
Preetham, Thanks Mark and Preetham!! I understand now. DOM needs just one root object - the problem is not the PI at all! I wasn't looking for that when I ...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 3, 2003
7:20 am
1547
Of course, there could be a explicit switch in Config, which would enable this behaviour: eg: Config c = new Config().setEnclosingRoot(true); ObjOut2 out = new...
Preetham Kajekar
kajekar
Offline Send Email
Jan 3, 2003
10:33 am
1548
Hi, I have a class which looks like this package duf.test; public class Class_B_New implements java.io.Serializable{ int[] array; public Class_B_New(int[] arr)...
Preetham Kajekar
kajekar
Offline Send Email
Jan 5, 2003
7:37 pm
1549
... Hi Preetham, I remember having had the same sort of problem some time ago, and I *seem* to remember that it was fixed in JSX by buffering the attributes ...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Jan 5, 2003
11:38 pm
1550
Hi Preetham, ... exception. ... changes the order of the attributes and hence JSX cannot make sense of the XML file. Ofcourse, this is not a problem with JSX,...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 6, 2003
1:55 am
1551
... I think you just altered your style-sheet to output them in the order that JSX expects. I investigated the buffering solution with a few people, so we...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 6, 2003
2:00 am
1552
We've talked about JSX2 a bit... is there any reason why you aren't using it? It seems to solve all the issues you are running into, and probably future ones ...
Preetham Kajekar
kajekar
Offline Send Email
Jan 6, 2003
5:15 am
1553
Ah, thanks. You are right, this is one of the things that JSX2 was designed to do better. Cheers, Mark...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Jan 6, 2003
6:41 am
1554
Heya, I have been using JSX in a project for about 18 months now. In the Project we develop/test using VAJava 3.5.3 which uses an IBM JDK 1.2.2 (It is built...
grillp2000 <gil@...>
grillp2000
Offline Send Email
Jan 6, 2003
12:57 pm
1555
We tried serializing our objects with JSX2. But we are now getting the following exception. java.lang.InternalError: java.lang.NoSuchMethodException: ...
krishna_sathyanarayan...
krishna_sath...
Offline Send Email
Jan 6, 2003
2:05 pm
1556
Hi Gil, ... (1). It sounds like you are distributing JSX - do you have a commercial license? Or is your own software also released under the GPL? Or is the...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 7, 2003
4:25 am
1557
Hi Krishna, Sorry that JSX2 isn't working 100% out of the box for you! It should be. JSX is trying to use its code for Java 1.3 (that's what's in...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 7, 2003
7:51 am
1558
Bren, No this is not for a comercial product. This is for an inhouse application in a bank.. I asked you this question about licences way back when we started...
grillp2000 <gil@...>
grillp2000
Offline Send Email
Jan 7, 2003
8:27 am
1559
Hi Gil, ... Ok, thanks for explaining - my memory's not so good for so far back. ;-) BTW: this would count as "commercial use" under JSX2 - but is OK for JSX. ...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 7, 2003
9:38 am
1560
... I realize that your immediate concern is with the Exception that Krishna reported from JSX2 - but I think that will be easy to solve (certainly a lot...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 7, 2003
11:03 am
1561
Bendan, Thanks a lot for the specs. We are evaluating JSX2 and indeed find the XML format a lot more 'neater' and easier to understand. Will let you know if we...
Preetham Kajekar
kajekar
Offline Send Email
Jan 7, 2003
11:16 am
1562
Preetham, ... That's great! I thought you'd like it. ... I'm sure you will - your reports will be greatly appreciated! Cheers, Brendan...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 7, 2003
11:27 am
1563
Hi Sunil, Sorry not to reply earlier - I hope the replies to the similar recent questions on the mailing list have been helpful to you in the meantime. (you...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 8, 2003
5:23 am
1564
I downloaded Beta 8 release of the Apple 1.4.1 JVM for Mac OS X 10.2.2 and greater. Received the message/exception listed below. Same behavior with JSX1.0.6.0...
Michael Howard
michaelthoward
Offline Send Email
Jan 8, 2003
9:39 am
1565
I just realized that the stack dump which I just sent was from JSX1.0.6.0 This one is from JSX1.0.7.1 -- perhaps more usefule :-) mth ... which is: ...
Michael Howard
michaelthoward
Offline Send Email
Jan 8, 2003
9:50 am
1566
Hi Michael, ... java, ... Brendan answered a similar question about IBM JDK earlier, so I copied his reply below. So for 'VAJava/IBM' read 'Apple' and for 13...
Mark van der Kraan <m...
linksspringer
Offline Send Email
Jan 8, 2003
12:24 pm
1568
Howdy: First off, here's my scenario: I'm using jsx2 to send objects from a server (tomcat based) to a client. What I'm doing is keeping the servers's...
Gary Faulkner
talltx80
Offline Send Email
Jan 21, 2003
4:25 pm
1569
Hi Gary, Sending multiple objects is indeed a problem, see for example message 1544 on this list. The reason is that each root-object gives rise to one XML...
jsx_help <m.van.der.k...
jsx_help
Offline Send Email
Jan 22, 2003
7:41 am
1570
Hi Gary, As Mark says, multiple objects is a problem, because it forms an invalid XML document (multiple roots). However, there may be other workarounds that...
Brendan Macmillan
egroups_yow
Offline Send Email
Jan 22, 2003
10:29 am
Messages 1540 - 1570 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help