The following issue has been updated: Updater: Matthias Germann (mailto:[EMAIL PROTECTED]) Date: Sat, 22 Jan 2005 1:57 AM Comment: Hi Andrew,
Do you think of something like this (patch2.diff)? I agree with you that the second patch has less changes but i still prefer my first solution. IMHO, it is more consequent if XDtEjbHome:forAllHomeMethods can be used for all types of home-methods. The current solution uses XDtEjbHome:forAllHomeMethods for create and finder methods and XDtMethod:forAllMethods for home business methods. IMHO, my first patch leads to a cleaner and better understandable Template-File. Regards, Matthias Changes: Attachment changed to patch2.diff --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1153?page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1153 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1153 Summary: view-type value for ejb.home-method has no effect Type: Bug Status: Open Priority: Critical Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: EJB Module Versions: 1.2 1.2.2 Assignee: xdoclet-devel (Use for new issues) Reporter: Hilmar Lapp Created: Sat, 13 Nov 2004 3:14 AM Updated: Sat, 22 Jan 2005 1:57 AM Environment: Mac OSX 10.2 and 10.3, JDK 1.4.1 and 1.4.2, ant 1.5.1 and 1.6.2 Description: The value for the view-type attribute of the @ejb.home-method tag has no effect. The method will always be exposed in both the remote home and local home interface. An actual example for this in the distribution. The test.ejb.AccountBean under the samples directory has a home method public void ejbHomeTransfer(Account,Account,float) with a tag /** @ejb.home-method view-type="remote" */ The corresponding stub public void transfer(Account,Account,float) is created in both the local home as well as the remote home interface. --------------------------------------------------------------------- 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