The JDK is

> java -version
java version "1.3.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)

The size of my new Client.class file is 7313, quite a bit smaller than the original 8088.

I didn't know you were creating a new TCK patch shortly! I'm happy to hear it. Hopefully this oddity will simply go away with your new TCK.

Russell Butek
[EMAIL PROTECTED]

Please respond to [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
cc:
Subject: Re: JAX-RPC TCK challenge #12 - consistency problem



I am confused by this.

I decompiled the class file from
jaxrpctck/dist/com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest/J2WInheritedInterfaceTest.jar

and compared the source of the Client.java
injaxrpctck/src/com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest

and the method inheritedinterface2Test() a are identical.  I do not see
the failure here and we had another licensee pass against this TCK
without seeing this problem.

What is the size of your new class file?  Which JDK are you using and
version?

jar tvf J2WInheritedInterfaceTest.jar
0 Tue May 28 14:32:40 EDT 2002 META-INF/

    71 Tue May 28 14:32:40 EDT 2002 META-INF/MANIFEST.MF
    315 Tue May 28 14:31:50 EDT 2002
com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest/InheritedInterfaceTest1.class
1022 Tue May 28 14:31:54 EDT 2002

com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest/InheritedInterfaceTest1Impl.class
377 Tue May 28 14:31:56 EDT 2002

com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest/InheritedInterfaceTest2.class
1182 Tue May 28 14:32:00 EDT 2002

com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest/InheritedInterfaceTest2Impl.class
11460 Tue May 28 14:16:06 EDT 2002

com/sun/ts/tests/jaxrpc/common/JAXRPC_Util.class
8088 Tue May 28 14:32:30 EDT 2002

com/sun/ts/tests/jaxrpc/ee/j2w/inheritedinterfacetest/Client.class
869 Tue May 28 14:32:30 EDT 2002 web.xml



As you know we will be creating a jaxrpc patch shortly and this will get
rebuilt again.

Lance
[EMAIL PROTECTED] wrote:

> 1. Licensee Name: Apache
>
> 2. TCK and version: JAX-RPC (jaxrpc-1_0-fcs-tck-06_jun_2002.zip)
>
> 3. SDK version: NA
>
> 4. Priority (low, medium, high, ): HIGH
>
> 5. Specification Reference:
> - Spec Name: JAX-RPC
> - Spec version : JAX-RPC v 1.0
> - Spec date: June 2002
> - Page/Section to reference: NA
>
> 6. Test Name(s): jaxrpc/ee/j2w/inheritedinterfacetest/Client.java
> consistency problem
>
> 7. Problem Description:
>
> I get a NullPointerException on line 211 of Client.java. That line is
>
> TestUtil.logMsg("Setting target endpoint to " + url2 + " ...");
>
> I do not see how this line can throw a NPE. Moreover, when I compile
> this source and put the NEW Client.class file into the CLASSPATH, the
> test passes.
>
> There seems to be some inconsistency between Client.java and
> Client.class for this test.
>
> Russell Butek
> [EMAIL PROTECTED]


--
Lance Andersen                       email: [EMAIL PROTECTED]
Sun Microsystems Inc.                phone: (781) 442-2037
1 Network Drive, UBUR02-301          fax  : (781) 442-1610
Burlington, MA 01803



Reply via email to