Yes, looks like it's fixed.  Thanks for the quick turnaround.

I was surprised to see that there are no JUnit tests in the distribution. This problem and the recent broken consumer problem would have been caught right away, no? (And this comment in no way reflects on the quality of the code, which looks excellent.) I've been using a simple Ant script that extracts the bin-dist, builds the consumer/producer, installs to Tomcat, runs the WsnTestClient, and then builds a tutorial sample but doesn't test it. Only takes a couple of minutes.



----- Original Message ----- From: "Daniel Jemiolo" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, February 25, 2007 8:33 AM
Subject: Re: WsResourceProxy compile errors in current trunk


Hi Lloyd,

I believe Andrew checked in a fix for this yesterday - let us know if the
current build still has this problem.

Dan


"Lloyd Smith" <[EMAIL PROTECTED]> wrote on 02/24/2007 05:24:23 AM:

After extracting yesterday's trunk, I'm seeing two compile errors in a
generated WsResourceProxy.  These are due to differences in the return
types
in the destroy and getMultipleResourceProperties methods.  The generated
code
returns Element for both.  The superclass WsResourceClient, however, has
void
for destroy and Element[] for getMultipleResourceProperties.

I think I can see how the destroy proxy code generated from the WS-
ResourceLifetime-1_2.xsd would be an Element:

       <xsd:element name="DestroyResponse">
               <xsd:complexType />
       </xsd:element>

And from WS-ResourceProperties-1_2.xsd, also an Element:

  <xsd:element name="GetMultipleResourcePropertiesResponse">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:any  minOccurs="0" maxOccurs="unbounded" />
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

Is anyone else seeing these compile errors?  The project WSDL is the
sample
supplied with the tutorial.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to