Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 99760 invoked from network); 8 Jun 2007 15:08:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 15:08:46 -0000 Received: (qmail 64400 invoked by uid 500); 8 Jun 2007 15:08:41 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 64389 invoked by uid 500); 8 Jun 2007 15:08:41 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 64378 invoked by uid 99); 8 Jun 2007 15:08:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 08:08:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of irv.salisbury@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 08:08:36 -0700 Received: by nz-out-0506.google.com with SMTP id f1so687449nzc for ; Fri, 08 Jun 2007 08:08:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AoKpaTGA/mHklwJVpMINOFik9RvBile/elNrbiRkqOhRqEru3v1UUlGMph/4wzp15rxL8unMNJ9fAvvcqRLa1yIBVYJRv8BKFVT7d8ddf/0w4ejQJ3fX6axZCUZXUCuZlzPspNb8o60ExKB0bf2rgOjzwjJu63Dexbf/LNM6WHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MN/XwWovSzYaEoyJBb+/NI4cR9+NJWyXfNEnW7GYKMHlRH3kYmXkqzMvep/UZjzyIp99ybEsa2+qNZhalmvxIbdSHXhgpCuPdGqm+yqRXqXAXi5CbUrANu6lX18g3cpGAYskeibtJ9vBZHOY2tE73f0bflAYMWRc/rZBI4YikcY= Received: by 10.143.159.11 with SMTP id l11mr156931wfo.1181315294705; Fri, 08 Jun 2007 08:08:14 -0700 (PDT) Received: by 10.143.163.4 with HTTP; Fri, 8 Jun 2007 08:08:14 -0700 (PDT) Message-ID: <8b8d97d20706080808k6503c297mffeada1e5a547659@mail.gmail.com> Date: Fri, 8 Jun 2007 11:08:14 -0400 From: "Irv Salisbury" To: axis-user@ws.apache.org Subject: Re: Axis2 wsdl2java not overwriting files In-Reply-To: <8b8d97d20706080801g5a9202x7e6747153aa107fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40614_32999314.1181315294668" References: <8b8d97d20706080801g5a9202x7e6747153aa107fa@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_40614_32999314.1181315294668 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I copied the client error messages we are getting. The server side is the same type of error, just different files: [java] INFO org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\server\src\com\paychex\spr\lite\ws\ChecksServiceSkeleton.java file cannot be overwritten. [java] INFO org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\server\src\com\paychex\spr\lite\ws\ChecksServiceMessageReceiverInOut.java file cannot be overwritten. So, still need answer to the question but wanted to send right details. Thanks, Irv On 6/8/07, Irv Salisbury wrote: > > We are using the following java invocation in our build file for running > wsdl2java: > > failonerror="true"> > > > > > > > > > > > > > > > > > > When we modify one of our wsdl files and run this again, we get the > following 2 info messages: > > [java] INFO org.apache.axis2.wsdl.codegen.writer.ClassWriter - The > C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\client\src\com\paychex\spr\lite\ws\ChecksServiceCallbackHandler.java > file cannot be overwritten. > [java] INFO org.apache.axis2.wsdl.codegen.writer.ClassWriter - The > C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\client\src\com\paychex\spr\lite\ws\ChecksServiceStub.java > file cannot be overwritten. > > Are these things we can ignore, or is there something else going on here? > > We are using axis2, not sure the minor version, but I can find out if it > makes a difference. > > Thanks, > > Irv > > > ------=_Part_40614_32999314.1181315294668 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I copied the client error messages we are getting.  The server side is the same type of error, just different files:
 
     [java] INFO  org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\server\src\com\paychex\spr\lite\ws\ChecksServiceSkeleton.java file cannot be overwritten.
     [java] INFO  org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\server\src\com\paychex\spr\lite\ws\ChecksServiceMessageReceiverInOut.java file cannot be overwritten.
 
So, still need answer to the question but wanted to send right details.
 
Thanks,
 
Irv

 
On 6/8/07, Irv Salisbury <irv.salisbury@gmail.com> wrote:
We are using the following java invocation in our build file for running wsdl2java:
 
    <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true" failonerror="true">
      <sysproperty key="log4j.configuration" value="file:/${common.lib.build.dir }/log4j.xml"/>
      <classpath refid="axis.jars"/>
      <classpath refid="axis.build.jars"/>
      <classpath refid="common.jars"/>
      <classpath refid=" common.build.jars"/>
      <arg value="-d"/>
      <arg value="xmlbeans"/>
      <arg value="-uri"/>
      <arg file="wsdl/${ wsdl.name}.wsdl"/>
      <arg value="-ss"/>
      <arg value="-sd"/>
      <arg value="-o"/>
      <arg file="${server.build.dir}"/>
      <arg value="-p"/>
      <arg value="com.paychex.spr.lite.ws"/>
    </java>
 
When we modify one of our wsdl files and run this again, we get the following 2 info messages:
 
     [java] INFO  org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\client\src\com\paychex\spr\lite\ws\ChecksServiceCallbackHandler.java file cannot be overwritten.
     [java] INFO  org.apache.axis2.wsdl.codegen.writer.ClassWriter - The C:\view\isalisbu_ss_sbwp_view\cca\payx_lt\ws\build\client\src\com\paychex\spr\lite\ws\ChecksServiceStub.java file cannot be overwritten.
 
Are these things we can ignore, or is there something else going on here?
 
We are using axis2, not sure the minor version, but I can find out if it makes a difference.
 
Thanks,
 
Irv
 
 

------=_Part_40614_32999314.1181315294668--