Hello! I have a set of entity beans which should have restricted access to its create-method and certain other methods. But its findByPrimaryKey must be able to be called by a low level user. What I would like to do is to use a high level permission on the class level and add a low level permission to certain methods, notably the findByPrimaryKey method. But is that possible using XDoclet? (and how so)
Regards, Pelle Poluha _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
