You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by John Kaputin <KA...@uk.ibm.com> on 2007/01/08 02:37:15 UTC

Removing a method from HTTPLocation

Chinthaka/Keith,
I have finished the HTTPLocation class now (this class was needed for JIRAs
WODEN-86, -99 and -110). As per my last comment for WODEN-86, I want to
remove the original method:

   getLocationSubstituted(String[] values)

This method is now redundant, having been replaced by the new
'substituteXXX' methods and the toString() method, so it should be removed
now and not included in the upcoming M7 release. See the Javadoc comments
for details of the new methods.

Can you please confirm that it is OK for me to remove this method. If you
are already using it for your WSDL2 interop message testing, you can call
these two methods instead to achieve the same result:

   substitute(String[] values)
   toString()

thanks,
John Kaputin


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


Re: Removing a method from HTTPLocation

Posted by John Kaputin <KA...@uk.ibm.com>.
Thanks Keith. I will look into WODEN-121 today.

John Kaputin




                                                                           
             "keith chapman"                                               
             <keithgchapman@gm                                             
             ail.com>                                                   To 
                                       "John Kaputin (gmail)"              
             12/01/2007 07:36          <ja...@gmail.com>               
                                                                        cc 
                                       woden-dev@ws.apache.org,            
             Please respond to         chinthaka@apache.org                
             woden-dev@ws.apac                                     Subject 
                  he.org               Re: Removing a method from          
                                       HTTPLocation                        
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Hi John,

U can go ahead and remove it. We got no issues with it.

Can u please have a look at WODEN-121 too. An operation in MessageTest-1G
is failing due to this.

Thanks,
Keith

On 1/11/07, John Kaputin (gmail) <ja...@gmail.com> wrote:
  Keith,
  as just discussed in the implementors call, I need to remove a method
  from HTTPLocation as per the email below. Please advise by Friday 12th
  Jan if this is a problem.

  thanks,
  John.

  On 1/8/07, John Kaputin < KAPUTIN@uk.ibm.com> wrote:

   Chinthaka/Keith,
   I have finished the HTTPLocation class now (this class was needed for
   JIRAs
   WODEN-86, -99 and -110). As per my last comment for WODEN-86, I want to
   remove the original method:

      getLocationSubstituted(String[] values)

   This method is now redundant, having been replaced by the new
   'substituteXXX' methods and the toString() method, so it should be
   removed
   now and not included in the upcoming M7 release. See the Javadoc
   comments
   for details of the new methods.

   Can you please confirm that it is OK for me to remove this method. If
   you
   are already using it for your WSDL2 interop message testing, you can
   call
   these two methods instead to achieve the same result:

      substitute(String[] values)
      toString()

   thanks,
   John Kaputin


   ---------------------------------------------------------------------
   To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
   For additional commands, e-mail: woden-dev-help@ws.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


Re: Removing a method from HTTPLocation

Posted by keith chapman <ke...@gmail.com>.
Hi John,

U can go ahead and remove it. We got no issues with it.

Can u please have a look at WODEN-121 too. An operation in MessageTest-1G is
failing due to this.

Thanks,
Keith

On 1/11/07, John Kaputin (gmail) <ja...@gmail.com> wrote:
>
> Keith,
> as just discussed in the implementors call, I need to remove a method from
> HTTPLocation as per the email below. Please advise by Friday 12th Jan if
> this is a problem.
>
> thanks,
> John.
>
> On 1/8/07, John Kaputin <KA...@uk.ibm.com> wrote:
>
> >
> > Chinthaka/Keith,
> > I have finished the HTTPLocation class now (this class was needed for
> > JIRAs
> > WODEN-86, -99 and -110). As per my last comment for WODEN-86, I want to
> > remove the original method:
> >
> >    getLocationSubstituted(String[] values)
> >
> > This method is now redundant, having been replaced by the new
> > 'substituteXXX' methods and the toString() method, so it should be
> > removed
> > now and not included in the upcoming M7 release. See the Javadoc
> > comments
> > for details of the new methods.
> >
> > Can you please confirm that it is OK for me to remove this method. If
> > you
> > are already using it for your WSDL2 interop message testing, you can
> > call
> > these two methods instead to achieve the same result:
> >
> >    substitute(String[] values)
> >    toString()
> >
> > thanks,
> > John Kaputin
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: woden-dev-help@ws.apache.org
> >
> >
>

Re: Removing a method from HTTPLocation

Posted by "John Kaputin (gmail)" <ja...@gmail.com>.
Keith,
as just discussed in the implementors call, I need to remove a method from
HTTPLocation as per the email below. Please advise by Friday 12th Jan if
this is a problem.

thanks,
John.

On 1/8/07, John Kaputin <KA...@uk.ibm.com> wrote:
>
>
> Chinthaka/Keith,
> I have finished the HTTPLocation class now (this class was needed for
> JIRAs
> WODEN-86, -99 and -110). As per my last comment for WODEN-86, I want to
> remove the original method:
>
>    getLocationSubstituted(String[] values)
>
> This method is now redundant, having been replaced by the new
> 'substituteXXX' methods and the toString() method, so it should be removed
> now and not included in the upcoming M7 release. See the Javadoc comments
> for details of the new methods.
>
> Can you please confirm that it is OK for me to remove this method. If you
> are already using it for your WSDL2 interop message testing, you can call
> these two methods instead to achieve the same result:
>
>    substitute(String[] values)
>    toString()
>
> thanks,
> John Kaputin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>