Hi! I have a problem with CMP Bean: I use XDoclet to generate Local and LocalHome interfaces (and all xml files as well). I want to have remove() method in my Beans' Local interfaces, problem is that I don't know how to do it with XDoclet and don't want to put it there manually...
I tried /** * @ejb.interface-method * view-type = "local" * */ public void ejbRemove() throws RemoveException, EJBException, RemoteException but this generates: public void ejbRemove( ) throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException; in Local interfacewhich of course is unacceptable. Please help, Sincerely, -- MikoĊaj Szypke [EMAIL PROTECTED] ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user