Re: [Xdoclet-user] Util classes and getLocalHome problem

2003-12-09 Thread Ruben_Inoto
Hi, Try using @ejb.util generate="physical" In getLocalHome() in the util classes, the JNDI_NAME will be used for the lookup instead of the COMP_NAME regards, Ruben

RE: [Xdoclet-user] Util classes and getLocalHome problem

2003-12-09 Thread Harkness, David
Steven Nakhla wrote: > However, I always end up with > errors when attempting to call the getLocalHome() method in these > util classes. The "kind" attribute in the Ant task tells it to use the JNDI_NAME rather than COMP_NAME. You don't need to do any of the other hacking with the InitialContext