[JBoss-user] NoSuchMethodError ejb-ql Error

2004-03-20 Thread Tonté Pouncil
Wassup guys!   I am using JBoss3.2.3 on windowsXP.  I am having a problems with the ejb-ql.  I guess Jboss is saying it can't find my method  "findByName". Any suggestion would be greatly appreciated.   Thnanks!     Here is what my ebj-jar.xml file looks like     CustomerEJB  c

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

RE: [JBoss-user] NoSuchMethodError when trying to access EJB from tomcat

2001-07-31 Thread Ernest Chen
Title: RE: [JBoss-user] NoSuchMethodError when trying to access EJB from tomcat We have encountered this kind of problem before, chances are you still have your old jar files somewhere causing conflicts, make sure you don't have old jar files anywhere in your jboss/lib or jboss/li

Re: [JBoss-user] NoSuchMethodError when trying to access EJB from tomcat

2001-07-31 Thread Tbone
- Original Message - From: "Per Lewau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 10:43 AM Subject: Re: [JBoss-user] NoSuchMethodError when trying to access EJB from tomcat > > On Tue, 31 Jul 2001, Ludovic Orban wrote: &g

Re: [JBoss-user] NoSuchMethodError when trying to access EJB fromtomcat

2001-07-31 Thread Per Lewau
On Tue, 31 Jul 2001, Ludovic Orban wrote: > > > I'm hitting this strange problem: > > java.lang.NoSuchMethodError > at > com.cisco.nm.lorban.servlet.InventoryServlet.doPost(com/cisco/nm/lorban/ser > vlet/InventoryServlet.java:95) >From the javadoc: public class NoSuchMethodError

[JBoss-user] NoSuchMethodError when trying to access EJB from tomcat

2001-07-30 Thread Ludovic Orban
I'm hitting this strange problem: java.lang.NoSuchMethodError at com.cisco.nm.lorban.servlet.InventoryServlet.doPost(com/cisco/nm/lorban/ser vlet/InventoryServlet.java:95) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.s

[JBoss-user] NoSuchMethodError when trying to access EJB from tomcat

2001-07-30 Thread Ludovic Orban
Hi, I'm hitting this strange problem: java.lang.NoSuchMethodError at com.cisco.nm.lorban.servlet.InventoryServlet.doPost(com/cisco/nm/lorban/ser vlet/InventoryServlet.java:95) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServl

[JBoss-user] NoSuchMethodError when trying to access EJB from tomcat

2001-07-30 Thread Ludovic Orban
Hi, I'm hitting this strange problem: java.lang.NoSuchMethodError at com.cisco.nm.lorban.servlet.InventoryServlet.doPost(com/cisco/nm/lorban/ser vlet/InventoryServlet.java:95) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServl

[JBoss-user] NoSuchMethodError

2001-05-16 Thread Madhu
Hi, I am sorry for the mistake, there is a create on the home interface and the method is as well defined in the Remote Interface. I think now it is clear that everything is fine about the access of the method. The implementation is given in the Bean. Coming to the Method, as you

Re: [JBoss-user] NoSuchMethodError

2001-05-14 Thread Ivan
I assume that you declared the method addNet() in the remote interface right? Ivan - Original Message - From: "Madhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 7:08 AM Subject: [JBoss-user] NoSuchMethodError > Hi All, >

Re: [JBoss-user] NoSuchMethodError

2001-05-14 Thread Toby Allsopp
On Mon, May 14, 2001 at 07:38:25PM +0530, Madhu wrote: > Hi All, >I have a SessionBean, in which I have the method addNet(). The > deployment process went on fine. When I try to access, first I try to get the > Home Interface of the SessionBean, That works fine. I am able to get the > Inte

[JBoss-user] NoSuchMethodError

2001-05-14 Thread Madhu
Hi All, I have a SessionBean, in which I have the method addNet(). The deployment process went on fine. When I try to access, first I try to get the Home Interface of the SessionBean, That works fine. I am able to get the Interface of the SessionBean. When I try to access a method of the Se

Re: [JBoss-user] NoSuchMethodError message

2001-03-20 Thread Ricky
Please ignore , my mistake ...did not put new ejbbean jar in the /deploy directory Thanks wt Ricky wrote: > > Hi all , i am using linux6.1 , jboss2.1 , jdk1.3,tomcat3.2.1 and > jbuilder3.5. > I am running embedded tomcat in jboss. > > When i tried to called the ejb bean deployed from servle

[JBoss-user] NoSuchMethodError message

2001-03-20 Thread Ricky
Hi all , i am using linux6.1 , jboss2.1 , jdk1.3,tomcat3.2.1 and jbuilder3.5. I am running embedded tomcat in jboss. When i tried to called the ejb bean deployed from servlet , it give NoSuchMethodError error message. All ejb reference is ok and no any error message. below is the partial

[JBoss-user] NoSuchMethodError in jboss2.1

2001-03-20 Thread Ricky
Hi all , i am using linux6.1 , jboss2.1 , jdk1.3,tomcat3.2.1 and jbuilder3.5. I am running embedded tomcat in jboss. When i tried to called the ejb bean deployed from servlet , it give NoSuchMethodError error message. All ejb reference is ok and no any error message. below is the partia