Hrair
Others have already explained the difference between
SYSTEM and APPLICATION exceptions. ( If you are still
unclear I would strongy reccomend that you read the
part of EJB spec that deals with exception handling )
I will just add that from looking at your code you
want
your interfaces to look like this
in the remote interface,
public EJBResult vsAddServer(String connString, String
serverName, String
ipAddress, String secret, String comments) throws
java.rmi.RemoteException,SMException;
and the bean implementation of this method:
public EJBResult vsAddServer(String connString, String
serverName, String
ipAddress, String secret, String comments) throws
javax.ejb.EJBException,SMException
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".