• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Authentication problem

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Can anobody point to an example of how to provide user credentials while invoking EJB from client application via RMI?
I'm using WAS 4.03 with Global Security enabled and configured to authenticate users against local OS (NT 5.0). With EJB having security constraints I get the follwing error:
com.ibm.websphere.csi.CSIException: SECJ0053E: Authorization failed for /UNAUTHENTICATED while invoking bean's method name securityName: /UNAUTHENTICATED;accessID: UNAUTHENTICATED is not granted any of the required roles: role names.
Or please tell me where and how should I specifiy the login and password before invoking the bean's method.
 
Those are the largest trousers in the world! Especially when next to this ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic