Should I be using the ejb-ref tag along with logical instead of generate="physical"?
-----Original Message----- From: Jason Calabrese [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 3:27 PM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] @ejb.util generate question You need to use the @ejb:ejb-ref tag to use the logical names. On Friday 15 August 2003 11:50, Hansen, Erik wrote: > Why would one use: > > @ejb.util > generate="logical" > > vs. > > @ejb.util > generate="physical" > > It appears that logical is the default, but I can't get the utility classes > to work unless I add the generate="physical" tag to every bean I create (I > end up with failed JNDI lookups with generate="logical"). Is there > something wrong with doing this? If not, why is logical the default > instead of physical? > > Thanks, > Erik ------------------------------------------------------- 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/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- 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/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
