That helped. Thanks!

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Burkhard
> Vogel
> Sent: den 9 juli 2001 14:22
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Help - deployment error
> 
> 
> Hi,
> delete the jar of yours you have in your classpath, most 
> likly in lib/ext.
> Burkhard
> ----- Original Message -----
> From: "Pelle Poluha" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 09, 2001 1:09 PM
> Subject: [JBoss-user] Help - deployment error
> 
> 
> > Hello!
> >
> > I'm getting this deployment error:
> > [Verifier]
> > Bean   : UserManager
> > Method : public abstract void updateUser(String, String, 
> String, String,
> > int, Co
> > llection) throws RemoteException, UserException
> > Section: 6.10.5
> > Warning: The methods defined in the remote interface must 
> have a matching
> > method
> >  in the bean's class with the same name and same number and types of
> > arguments.
> >
> > Seems clear enough. But the definition of updateUser is the 
> same in the
> > remote interface and the bean class. I've unzipped the jar 
> and run javap
> to
> > make sure:
> >
> > C:\temp>javap -classpath /ServerApplications/jboss/lib/ext/ejb.jar;.
> > UserManagerBean
> > Compiled from UserManagerBean.java
> > public class UserManagerBean extends java.lang.Object implem
> > ents javax.ejb.SessionBean {
> > ...
> >     public void updateUser(java.lang.String, java.lang.String,
> > java.lang.String,
> >  java.lang.String, int, java.sql.Date, java.util.Collection) throws
> > UserException;
> >
> > C:\temp>javap -classpath /ServerApplications/jboss/lib/ext/ejb.jar;.
> > UserManager
> > Compiled from UserManager.java
> > public interface UserManager extends javax.ejb.EJBObject
> > {
> >     ...
> >     public abstract void updateUser(java.lang.String, 
> java.lang.String,
> > java.lan
> > g.String, java.lang.String, int, java.sql.Date, 
> java.util.Collection)
> throws
> > jav
> > a.rmi.RemoteException, UserException;
> >
> > Am I missing something here? Any help appreciated!
> >
> > Regards,
> > Pelle Poluha
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to