* David Jencks > The apparently missing check is supposed to be a safeguard against calling > an ejb while it is in the process of deploying. Have your ejb's apparently > deployed completely before you try to use them? Are there any errors in > the log during ejb deployment?
Not that I can find except for the following one (which I do not know how to remove. I use XDoclet to generate this, so I do not discriminate between local and remote interfaces). 2002-08-26 07:44:10,908 DEBUG [org.jboss.ejb.EJBDeployer.verifier] Bean checked: telefon: 2002-08-26 07:44:10,942 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: Bean : telSess Method : public abstract Collection listAll() throws FinderException, RemoteException, Nam Section: 7.10.7 Warning: The methods in the local interface must not include java.rmi.RemoteException in t 2002-08-26 07:44:10,945 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: Bean : telSess Method : public abstract telefonData getLine(telefon) throws FinderException, RemoteExcept Section: 7.10.7 Warning: The methods in the local interface must not include java.rmi.RemoteException in t ... (Unfortenately I am not able to reproduce the original error. If I do, I'll try to record the circumstances.) -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, <http://www.norges-bank.no> ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
