duftler 01/05/25 12:51:08
Modified: sources/soap index.xml releases.xml
Log:
Revision Changes Path
1.5 +1 -1 xml-site/sources/soap/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/soap/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 2001/05/22 22:36:17 1.4
+++ index.xml 2001/05/25 19:51:02 1.5
@@ -2,7 +2,7 @@
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
<s1 title="Apache SOAP">
- <s2 title="Version 2.2 Release Candidate 2 Posted">
+ <s2 title="Version 2.2 Release Candidate 3 Posted">
<p>Click <jump href="releases.html#v2.2">here</jump> for a list
of changes.</p>
</s2>
1.7 +14 -1 xml-site/sources/soap/releases.xml
Index: releases.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/soap/releases.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- releases.xml 2001/05/22 23:14:45 1.6
+++ releases.xml 2001/05/25 19:51:04 1.7
@@ -2,7 +2,7 @@
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
<s1 title="Releases">
<anchor name="v2.2"/>
- <s2 title="May 2001 - Version 2.2 - Release Candidate 2">
+ <s2 title="May 2001 - Version 2.2 - Release Candidate 3">
<ul>
<li>Changed all code and samples to use JAXP; no longer
bound to Xerces.</li>
<li>Removed many printlns from the server-side code,
replacing them with thrown
@@ -57,6 +57,19 @@
to System.getProperty(String) is to get "line.separator". This should help
with some of the security
constraints for Applets and the like.</li>
<li>Removed some extraneous methods from
org.apache.soap.util.StringUtils.</li>
+ <li>Put 2 lines back into XMISerializer and
XMIDeserializer (the same
+1 line in each, actually) to enable them to work with the xmisoap.jar which
is posted
+on the site. These lines were originally there, but were removed to try to
work with
+the latestXMI version. For now, the code works with the posted version.</li>
+ <li>Added the BidBuy interoperability sample.</li>
+ <li>Made DateSerializer.unmarshall(...) a little more
lenient so that
+it handles parsing dates with and without milliseconds specified.</li>
+ <li>Added a Troubleshooting table, and a link to it
from the front
+page.</li>
+ <li>Added an Interoperability section to the User's
Guide.</li>
+ <li>Added a Migration section to the User's Guide.</li>
+ <li>Fixed a bug in StatelessEJBProvider and
StatefulEJBProvider where
+the respEncStyle was being set, but not used.</li>
</ul>
</s2>
<anchor name="v2.1"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]