Confirmed. It's actually commons-httpclient-2.0-beta2.jar and standalone test applications can get at this method (which is public) with no trouble.
Any other ideas? Ciao, Sheldon. ----- Original Message ----- Date: Tue, 12 Aug 2003 15:48:37 +0300 From: Alexey Loubyansky <[EMAIL PROTECTED]> 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, 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-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/HttpMethod;)I > > [...Stack trace starts in my own EJB code...] > > > I've tried the following two layouts: > > > Layout 1: > > ========= > > > server/default/deploy/myejbs: > > myEjb.jar > > > server/default/lib: > > commons-httpclient.jar > > > Layout 2: > > ========= > > > server/default/deploy/myejbs: > > myEjb.jar > > commons-httpclient.jar > > > server/default/lib: > > [unmodified] > > > My take on JBoss Administration and Development Third Edition (3.2.x > > Series) is that either layout should work, even though neither one > > actually does. > > > So, um... Help! I've now spent a day and a half on this and have given > > up on trying to solve it myself. > > > Thanks, > > Sheldon. > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
