Gary Albers@TIMEWEB
12/08/99 05:13 PM

Can anybody point me in the right direction to solve the error below.

I started up Orion, and as it tries to auto-deploy my one SessionBean, it
generates the
error below.

Is there a -keepgenerated option?

Thanks in advance,
Gary


Auto-deploying file:/D:/classes/...
SessionBeanWrapper0.java:37: Exception javax.ejb.EJBException must be
caught, or it must be declared in the throws clause of this method.
                                throw new EJBException("Interrupted");
                                ^
SessionBeanWrapper0.java:106: Exception javax.ejb.EJBException must be
caught, or it must be declared in the throws clause of this method.
                                throw new EJBException("Interrupted");
                                ^
SessionBeanWrapper0.java:175: Exception javax.ejb.EJBException must be
caught, or it must be declared in the throws clause of this method.
                                throw new EJBException("Interrupted");
                                ^
SessionBeanWrapper0.java:246: Exception javax.ejb.EJBException must be
caught, or it must be declared in the throws clause of this method.
                                throw new EJBException("Interrupted");
                                ^
SessionBeanWrapper0.java:319: Exception javax.ejb.EJBException must be
caught, or it must be declared in the throws clause of this method.
                                throw new EJBException("Interrupted");
                                ^
SessionBeanWrapper0.java:396: Exception javax.ejb.EJBException must be
caught, or it must be declared in the throws clause of this method.
                                throw new EJBException("Interrupted");


Reply via email to