Well, not THAT many! The indexOf() and lastIndexOf() methods, subSequence() and append(StringBuffer) are the only new methods in 1.4. StringBuffer has always been a fairly flexible class.
 
Rgds,
 
Dan.

--
Danny Yates
Technical Architect
Abbey National Treasury Services
E-mail: [EMAIL PROTECTED]
Phone: +44 20 7756 5012
Fax: +44 20 7612 4342

-----Original Message-----
From: Chris Forbis [mailto:[EMAIL PROTECTED]]
Sent: 18 November 2002 15:05
To: '[EMAIL PROTECTED]'
Subject: RE: NoSuchMethodError in Client

But not with the new methods that 1.4 offers (1.4 expands on StringBuffer with MANY MANY new goodies)

 

 

-----Original Message-----
From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 9:56 AM
To: '[EMAIL PROTECTED]'
Subject: RE: NoSuchMethodError in Client

 

java.lang.StringBuffer has existed since JDK 1.0.

-----Original Message-----
From: Chris Forbis [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 8:45 AM
To: '[EMAIL PROTECTED]'
Subject: RE: NoSuchMethodError in Client

What JDK are you using?  If not 1.4.1 you need to use 1.4.1 due to the fact java.lang.StringBuffer( java.lang.StringBuffer ) does not exist in 1.3.  1.0 did not have this limitation, but it seems the new builds do.  Let us know if it works for you...  I think I saw a bug report opened on this as well.

 

Chris

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 9:33 AM
To: [EMAIL PROTECTED]
Subject: NoSuchMethodError in Client

 


I get the following exeception when trying to run a client application with the 11/17 build.  This same application worked under the 1.0 build.


java.lang.NoSuchMethodError: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found
        at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:402)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:122)
        at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2376)
        at org.apache.axis.client.Call.invoke(Call.java:2365)
        at org.apache.axis.client.Call.invoke(Call.java:2062)
        at org.apache.axis.client.Call.invoke(Call.java:1986)
        at org.apache.axis.client.Call.invoke(Call.java:1509)
        at com.integro.neien.testclients.TestPing.callPing(TestPing.java:77)
        at com.integro.neien.testclients.TestPing.main(TestPing.java:30)
Exception in thread "main"

Something I need to change in my code or a bug?



***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************



***************************************************************************
This communication (including any attachments) contains confidential information. If you are not the intended recipient and you have received this communication in error, you should destroy it without copying, disclosing or otherwise using its contents. Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed after they are sent. Abbey National Treasury Services plc does not accept liability for any loss you may suffer as a result of interception or any liability for such changes. If you wish to confirm the origin or content of this communication, please contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office: Abbey National House, 2 Triton Square, Regents Place, London NW1 3AN. Registered in England under Company Registration Number: 2338548. Regulated by the Financial Services Authority (FSA).
***************************************************************************

Reply via email to