|
Hi,
I have the following problem.
I have a session bean AAA which defines method ejbRemove()
throws RemoteException.
Now, xdoclet generates for me a file AAASession which has the following method:
public void ejbRemove()
{ super.ejbRemove(); } Now I wonder what happened with RemoteException? It is neither
caught nor thrown in this method.
So, as a result, my project does not compile.
I am using xdoclet 1.0.1
Please help!
Thanks!
Michael.
|
- Re: [Xdoclet-user] Exceptions not declared in the generat... Michael Larionov
- Re: [Xdoclet-user] Exceptions not declared in the ge... Dmitri Colebatch
- Re: [Xdoclet-user] Exceptions not declared in the ge... Michael Larionov
- Re: [Xdoclet-user] Exceptions not declared in th... Dmitri Colebatch
- Re: [Xdoclet-user] Exceptions not declared in the ge... Dmitri Colebatch
- Re: [Xdoclet-user] Exceptions not declared in the ge... Michael Larionov
- Re: [Xdoclet-user] Exceptions not declared in the ge... Dmitri Colebatch
- Re: [Xdoclet-user] Exceptions not declared in th... Michael Larionov
