XDoclet seems to have a problem when its generated EJB class extends another class, and that class throws Exceptions?
ie - EntityAdapter is an abstract EJB helper class which throws RemoteExceptions from some methods - BeanA extends EntityAdapter - XDoclet generates a BeanACMP which _doesn't_ throw those RemoteExceptions from the same methods - BeanACMP doesn't compile because it's methods don't throw the exceptions What to do? How can I get my generated beans to throw exceptions properly? -mike Mike Cannon-Brookes :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
