how to use unchecked tag?

2002-04-17 Thread Anil D
Hi all I have a question regarding the use of unchecked tag in ejb-jar.xml. The docs says if we specify a method as unchecked in the ejb-jar.xml no user name and password nee d to be given while invoking that method. But when I run such a method(from a Swing client) the login screen is shown

Role Manager

2002-04-04 Thread Anil D
Hi all I have one doubt regarding the use of RoleManager Class. Is it available only inside EJBs? I tried to look up the RoleManger(java:comp/RoleManager) from an Application Client(SWING), but it always throws a NameNotFound exception. Is it supposed to work this way? TIA Anil

Lookingup EJB References

2001-12-10 Thread Anil D
Hi I want to refer to another ejb which is in another jar file on the same server. I have added ejb-ref in the ejb-jar.xml of the referencing bean. I didnt provide ejb-link. Still I was having lookup problems when I try to lookup the home interface of the referred bean using the name I