I note that the above mentioned item isn't correctly verified by jBoss, but
is by some (not all) of the COS EJB containers.
An example is
Bean remote
public void foo() throws FinderException, RemoteException;
Bean implementation
public void foo() throws FinderException, EJBException, RemoteException {
... }
jBoss deploys this bean no problems (as does JRun), but Weblogic
complains...
Cheers
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]