I want to test my EJBs but I am unable to autehnticate against jboss my Cactus Test Classes. The login of the application uses j_security_check.
I could run my tests until authentication was introduced. Since then i am unable to perform any tests having the following error:
/[cactus] EJBException:; nested exception is:
[cactus] javax.ejb.EJBException: checkSecurityAssociation; CausedByException is:
[cactus] Authentication exception, principal=null
/
Here is my situation:
1. i have jboss jboss-3.2.1_tomcat-4.1.24
2. my EJBs are protected through user+password+role (obtained from a DB) using JAAS
I don't know how to pass jboss a user and a password from my Cactus classes.
Please help me.
Thank you, Horatiu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
