Hello all,
I have written an
Junit test case to test
EJB that is deployed in Oracle 10g AS(904).
As I my Jnuit will be remote client that acess EJB, I will have to specify JNDI properties to get the Initial context.
I was wondering what should be the values for Context.SECURITY_PRINCIPAL and Context.SECURITY_CREDENTIALS
There is an application specific logon module confiugred in jazn-data.xml file.
Does values for the above two properties should be user name and password used to login into Enterprise Manager or they represents username and password that are used to log into the application.
If I user enterprise manager username and password, I am getting following exception
If I user application specific user name and password, I am getting following exception
Your input would be a great help to me
thank you
[ January 26, 2005: Message edited by: s penumudi ]