Patches item #767805, was opened at 2003-07-08 10:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536547&aid=767805&group_id=73047
Category: Templates Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kevin Bolton (kbolton) Assigned to: Nobody/Anonymous (nobody) Summary: fully qualify localHome references in Session Beans Initial Comment: This is a patch to the SessionBean template in ejb- core. The patch fully qualifies ejb-referenced class names to keep ejbdoclet from complaining. Without the full class name ejbdoclet warns you that it assumes the referenced class is in the same package. I believe that without this patch, the code would fail if the referenced class is not in the same package. I added this line #set ($homeInterfaceName = $transform.findFullyQualifiedName($homeInterfaceName)) after #set ($homeInterfaceName = $transform.getHomeInterfaceName($referencedClass)) in the 'accessor methods for bean references' section of SessionBean.vsl. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536547&aid=767805&group_id=73047 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
