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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2162 - 2191 of 2200   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2162
Hi, (forwarded to mailing list) You can pass in a classloader as the second arg to ObjectReader (first arg can be InputStream or Reader): ...
Brendan
egroups_yow
Offline Send Email
Nov 26, 2006
8:55 pm
2163
Lets say for example I have: class foo1 { String a; String b; } and I have literally hundreds of different objects of class foo1 serialised to different XML...
Stephen Kurlow
skurlow
Offline Send Email
Nov 28, 2006
1:56 am
2164
Hi Stephen, ... You can modify XML with XSLT; tho here you may be better off doing it within the class. Both are discussed in the JSX manual: ...
egroups_yow
Offline Send Email
Nov 28, 2006
2:36 am
2165
Hi Stephen, ... You can modify XML with XSLT; tho here you may be better off doing it within the class. Both are discussed in the JSX manual: ...
Brendan
egroups_yow
Offline Send Email
Nov 28, 2006
2:52 am
2166
Good Morning All. I have two issues that I am hoping someone can help us address. We purchased JSX around 9 months ago and have been very happy but have ...
James Maes
jjmaes
Online Now Send Email
Dec 26, 2006
5:46 pm
2167
Hi James, We should be able to fix these hassles up quickly. Expired: I just checked the purchase version now, and confirmed that it is working normally (ie....
Brendan
egroups_yow
Offline Send Email
Dec 26, 2006
6:26 pm
2168
Hi James, Did the current download work for you? When you get a chance, could you send the version info that JSX outputs. I need the exact strings to be able...
Brendan
egroups_yow
Offline Send Email
Dec 29, 2006
7:29 am
2169
Sorry. I went a reply via email last week but looks like it never made it into the system. Here is a copy of that email: Here is the message from JSX while...
James Maes
jjmaes
Online Now Send Email
Dec 29, 2006
3:20 pm
2170
Hi James, Thanks a lot, that's exactly the info I need. I'll get on to it tomorrow. cheers, Brendan...
Brendan
egroups_yow
Offline Send Email
Dec 29, 2006
5:59 pm
2171
Hi James, I've just released a version of JSX that does not output warning messages for your JVM - sorry for the delay. That is, for this JVM: ...
Brendan
egroups_yow
Offline Send Email
Jan 1, 2007
2:09 pm
2172
This email is to inform you about the release of version '2.2.5.3' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Jan 1, 2007
3:19 pm
2173
Hi Stephen, "serialPersistentFields" is the approach I was talking about. Here's an example: ...
Brendan
egroups_yow
Offline Send Email
Jan 8, 2007
1:35 am
2174
This email is to inform you about the release of version '2.2.5.4' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Jan 8, 2007
8:01 am
2175
This email is to inform you about the release of version '2.2.5.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Jan 15, 2007
2:21 pm
2176
This email is to inform you about the release of version '2.2.5.6' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Jan 31, 2007
2:17 pm
2177
We have a site license for JSX. We have upgraded our project to JDK1.6.0 and now JSX is complaining. Does JSX continue to operate properly despite the message?...
dcmacrae_boston
Offline Send Email
Feb 21, 2007
9:26 pm
2178
We just came across this as well. An update would be appreciated. :) -- Damien...
Damien Evans
damien_m_evans
Offline Send Email
Feb 22, 2007
3:18 pm
2179
Hi Duncan, Thanks for posting full information. ... We have not yet made JSX compatible with Java 1.6 - there is clearly a need for this now. ... It depends on...
Brendan
egroups_yow
Offline Send Email
Feb 23, 2007
1:45 am
2180
Hi Damien, Thanks, it's good to hear what is needed. It's the time for Java 1.6 (your enterprise license will cover this, regardless of the work involved). ...
Brendan
egroups_yow
Offline Send Email
Feb 23, 2007
1:47 am
2181
This email is to inform you about the release of version '2.2.6.0' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Send Email
Feb 26, 2007
2:15 pm
2182
... Just to confirm: the just released version of JSX is compatible with Java 1.6, and it is free for you because your license covers all 2.2.* version of JSX....
egroups_yow
Offline Send Email
Mar 1, 2007
4:17 am
2183
Hello, I am working on a GPL project which uses the old GPL JSX version, how coud ... is: implVendor='Sun Microsystems Inc.' specVersion='1.5' ...
Juan Carlos Sanchez R...
tupijallegar@...
Send Email
Jun 22, 2007
8:28 am
2184
Hi, Officially, we don't support the GPL version, and work stopped on the GPL codebase before Java 1.5 was released. (The commercial version of course supports...
Brendan Macmillan
egroups_yow
Offline Send Email
Jun 23, 2007
3:33 am
2185
Hi Edison, You can customize the JSX serialization of the class using the standard techniques as for JOS (Java Object Serialization). See below. But first, let...
JSX Enterprises Sales
egroups_yow
Offline Send Email
Mar 26, 2008
6:55 pm
2186
sorry for the message; testing...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 29, 2008
4:59 pm
2187
Hi Ed, A simple first test is to try it with JOS (ie. replace JSX.ObjectWriter with java.io.ObjectOutputStream and equivalent for reading) JSX emulates JOS, so...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 29, 2008
5:02 pm
2188
Hi Ed, OK, I've just had a look at the attachments, and I don't see any obvious problems. Because JOS behaves the same as JSX, it sounds like a bug in the code...
Brendan Macmillan
egroups_yow
Offline Send Email
Mar 29, 2008
5:04 pm
2189
[forwarded on behalf of Paul] Hello, I am developing a Java program I plan on distributing, and it needs Object Serialization. I need to use JDK version 1.6...
JSX Enterprises Sales
egroups_yow
Offline Send Email
Oct 16, 2008
4:04 am
2190
[forwarded on behalf of Daniel] Hi, JSX stops us from upgrading from JDK 1.6.0_05 to JDK 1.6.0_07 and JDK 1.6.0_10. When will you provide an upgrade of the...
JSX Enterprises Sales
egroups_yow
Offline Send Email
Oct 16, 2008
4:06 am
2191
[forwarded from Joël] Dear Sir, Dear Madam, We are using JSX 2.2.3.8 (full version) and encountered problems with recent Sun JRE (early revisions of 1.5 and...
JSX Enterprises Sales
egroups_yow
Offline Send Email
Oct 16, 2008
4:08 am
Messages 2162 - 2191 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