Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: I got a problem when I try the example in Professional EJB


Message #1 by "bill" <billhuangyu@y...> on Wed, 27 Feb 2002 01:02:55
I think you're looking up the wrong JNDI names for the SalesOffice bean.
The stack traces seems to indicate you're looking up SalesOfficeLocal when
in fact it's bound as SalesOfficeEJB. Check the lookup in the
createOffice() method.

  Return to Index