Hi,
I have defined a policy file for the access of
jsps to only some group G1. It looks like this :-
grant Principal weblogic.security.acl.GroupImpl "G1" {
Permission weblogic.security.acl.URLAcl
"weblogic.url", "-";
};
So it allows me to access ejbs only through jsps but
fails with java client. It fails with the exception
"javax.naming.CommunicationException. Root exception
is java.lang.ClassNotFoundException:
class test.HelloEJBBeanHomeImpl_ServiceStub previously
not found" during lookup.
Any pointers.....
TIA,
Surendra
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".