Re: [JBoss-user] NoSuchMethodError from an EJB

2003-08-14 Thread Sheldon Hearn
On (2003/08/12 20:08), Scott M Stark wrote: > There is an old commons-httpclient.jar in the top level lib directory that > is only used for netbooting and can be updated or removed if your not using > netboot. Thanks, Scott. You don't know how many times I searched for other copies, but always

Re: [JBoss-user] NoSuchMethodError from an EJB

2003-08-14 Thread Scott M Stark
There is an old commons-httpclient.jar in the top level lib directory that is only used for netbooting and can be updated or removed if your not using netboot. -- Scott Stark Chief Technology Officer JBoss Group, LLC Sheldon Hearn wrote: I'm usin

[JBoss-user] NoSuchMethodError from an EJB

2003-08-14 Thread Sheldon Hearn
I'm using jboss-3.2.1_tomcat-4.1.24 and can't get one of my EJBs to "see" a class from commons-httpclient.jar. I get the following error (manually pretty-printed for email): java.lang.NoSuchMethodError: org.apache.commons.httpclient.HttpClient.executeMethod( Lorg/apache/commons/httpclient/H

Re: [JBoss-user] NoSuchMethodError from an EJB

2003-08-14 Thread Alexey Loubyansky
Hello Sheldon, make sure the commons-httpclient.jar deployed is uptodate. HttpMethod class is found but has no the method. alex Tuesday, August 12, 2003, 3:21:56 PM, Sheldon Hearn wrote: > I'm using jboss-3.2.1_tomcat-4.1.24 and can't get one of my EJBs to > "see" a class from commons-httpclien

Re: [JBoss-user] NoSuchMethodError from an EJB

2003-08-12 Thread Sheldon Hearn
ROTECTED]> To: Sheldon Hearn <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] NoSuchMethodError from an EJB > Hello Sheldon, > > make sure the commons-httpclient.jar deployed is uptodate. > HttpMethod class is found but has no the method. > > alex > > Tuesday, A