>Context iContext = new InitialContext(env);
><file://Object>Object object = iContext.lookup( 
>"java:comp/env/whip/ejb/find/memberfinder" );

I'm using Tomcat for development and Resin on the deployment platform and I 
do not have any problem.
The code is the same and in both cases I'm using something like

Context ic = getInitialContext();
Object o = ic.lookup("Displayer");

where Displayer is the name of my bean.

It works great and Resin it's a faster servlet container than Orion.


         Best regards,
                 Kazuma


---
Those who do not understand Unix are condemned to reinvent it, poorly.

Alex Garbagnati, [EMAIL PROTECTED]
Mountain View, CA


Reply via email to