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

Reply via email to