Not really! I ran the install script and the test harness script and then
just tried the signature tests. Got quite a few failures including a couple
of missing classes and various added/deleted fields and methods. QName was
one of the missing classes, which Russell is fixing, and NamespaceConstants
was another although the latter seems to be there, which is so far a
mystery.
I hope a tester elsewhere in IBM may run it properly in due course and then
we can post some more official results.
I'm re-running the tests in my current half-baked way and will try to post
a log (if I can find where it gets stored!) tomorrow. So far 73 tests have
passed 130 have failed and 53 are yet to run, just to give you a flavour.
Shame I need to leave right now! I'm not even sure I'm only running the
signature tests!!
Glyn
Tom Jordahl
<tomj@macromedia. To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
com> cc:
Subject: RE: cvs commit:
xml-axis/java/docs developers-guide.html
11/06/02 15:00
Please respond to
axis-dev
+1 !
Have you run it yet Glyn?
--
Tom Jordahl
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 3:51 PM
To: [EMAIL PROTECTED]
Subject: cvs commit: xml-axis/java/docs developers-guide.html
glyn 2002/06/11 06:51:04
Modified: java/docs developers-guide.html
Log:
Add the most basic information imaginable about running the JAX-RPC TCK.
Revision Changes Path
1.19 +18 -0 xml-axis/java/docs/developers-guide.html
Index: developers-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- developers-guide.html 4 Jun 2002 22:55:51 -0000
1.18
+++ developers-guide.html 11 Jun 2002 13:51:04 -0000
1.19
@@ -37,6 +37,7 @@
<br><a href="#Internationalization">Internationalization</a>
<br><a href="#Adding Testcases">Adding Testcases</a>
<br><a href="#Debugging">Debugging</a>
+<br><a href="#TCK">Running the JAX-RPC Compatibility Tests</a>
<br>
<h2>
<a NAME="Introduction"></a>Introduction</h2>
@@ -846,5 +847,22 @@
If a debug message is useful for understanding a problem now,
it may be useful again in the future to you or a peer.
+<h2>
+<a NAME="TCK"></a>Running the JAX-RPC Compatibility Tests</h2>
+As well as a specification, JAX-RPC has a Technology Compatibility Kit
(TCK)
+which is available to members of the JAX-RPC Expert Group (and others?).
+<p>
+The kit comes as a zip file which you should unzip into a directory of
your
+choosing.
+The installation instructions are in the JAX-RPC Release Notes document
which
+is stored in the docs directory.
+If you open the index.html file in the docs directory using a web
browser,
+you'll see a list of all the documents supplied with the kit.
+<p>
+Note that the kit includes the JavaTest test harness which is used for
running
+the compatibility tests.
+<p>
+If any more information is needed about running these tests, please add
+it here!
</body>
</html>