Hi this lookup works in linux environment:

ctx.lookup("java:module/UsersFacade!com.mypackage.ejbs.UsersFacadeLocal");

But in Windows it doesnt work.

My interface an ejb are declared like this

@Local
interface UsersFacadeLocal...


@Stateless
UsersFacade implements UsersFacadeLocal....



Is there any solution that works in Windows??

Reply via email to