Hi,

1) I think the EJB and the servlet will have to be two modules in the same
application.

2) The ejb-ref should NOT be commented out.

3) The lookup string should be "java:comp/env/Stamp", not "Stamp"

4) The context should be set calling just new InitialContext() without args
(the id/password being supplied in the datasource.xml).

Good luck!
Nick


At 06:56 PM 9/18/00 +1100, you wrote:
>Hi all,
>
>I have a urgent problem regarding EJB and servlet, I cannot find the 
>home interface of the bean from the servlet (whereas a standalone 
>client works very well)...Can anyone pls give me some hint as to what 
>maybe be wrong here?  Below is the background info, sorry, it is kind 
>of long...

<snip>

Reply via email to