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.

Reply via email to