Message: The following issue has been re-assigned.
Assignee: Matthias Germann (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-456 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-456 Summary: permission tag is not used properly for subclasses Type: Bug Status: Open Priority: Major Original Estimate: 0 minutes Time Spent: Unknown Remaining: 0 minutes Project: XDoclet Components: EJB Module Versions: 1.2 Beta 3 Assignee: Matthias Germann Reporter: Hans Dockter Created: Wed, 23 Apr 2003 2:25 AM Updated: Sat, 5 Feb 2005 3:54 PM Description: My entity beans which subclass the base entity bean inherit the interface-method and the persistent-field but not the permission. The permission is attached to the BaseEntityBean which is not even deployed. The method-tag from above is as many times in the deployment descriptor as there are entity beans subclassing the base class. Each of this method-tags should have as ejb-name the name of the derived entity bean not the name of the superclass. public abstract class BaseEntityBean implements EntityBean { protected EntityContext fContext; /** * @ejb.persistent-field * @ejb.interface-method * * @ejb.permission * unchecked = "true" */ public abstract Long getUniqueSequence(); public abstract void setUniqueSequence(Long uniqueSequence); <method> <description></description> <ejb-name>org.weta.tm.document.entity.BaseEntity</ejb-name> <method-intf>Local</method-intf> <method-name>getUniqueSequence</method-name> <method-params> </method-params> </method> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel