I am using JBoss 3.0.0 w/Jetty and am getting a
deployment warning on my ejb:

Bean   : AddressEJB
Method : public abstract void remove() throws
RemoteException
Section: 12.2.9
Warning: Each home method must match a method defined
in the entity bean class.

I have looked at the classes and everything seems
correct and this is the only method that I am getting
the error on. The home interface is:

public void remove() throws RemoteException;

And the ejb's method is:

public void ejbRemove() {}

Any ideas what is wrong?

Thanks for your help,

Bryan


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to