Patches item #767805, was opened at 2003-07-08 10:54 Message generated for change (Settings changed) made by kbolton You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536547&aid=767805&group_id=73047
Category: Templates Group: None Status: Deleted 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. ---------------------------------------------------------------------- Comment By: Kevin Bolton (kbolton) Date: 2003-07-08 13:06 Message: Logged In: YES user_id=229946 My bad - I had a configuration problem elsewhere in my model. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536547&aid=767805&group_id=73047 ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
