Hello friends,
This is first time I am implementing JAAS mechanism in my EJB3.0 +
Jboss 5.1.0 applicaiton.
I really appreciate if anybody can guide me to resolve following exception which am getting while performing authentication through standalone
Java application.
Please find following client and server side configured xml and Java code.
CLIENT SIDE CONFIGURATION
sample_jaas.config
LoginCallBackHandler.java
TestEJBWithSecurity.java "The
test code"
SERVER SIDE CONFIGURATION
%JBOSS_HOME%\server\default\conf\login-config.xml
Note: One strange thing I have noticed it that I am not seeing java:/jaas/SampleAuth anywhere in JBoss Console log
Please help me where the problem is.
Gone through several resources over the net but not finding solution to this issue.
Thanks & Regards
Bhavesh