[jboss-user] [EJB/JBoss] - Problm while calling EJB

2007-02-14 Thread murthy_j2ee
Hi Everybody, I am new to deploy EJB in JBOSS Application Server. I am succeeded to run configur JAAS in my JBOSS and abeled to run it successfully. I have created my own Login Module and abled to authenticate it successfully by retreving the username and password from database using.

[jboss-user] [EJB/JBoss] - Exception : Throwable while attempt to get a new connection

2007-02-13 Thread murthy_j2ee
Hi All, Can any body please tell me how to call ejb from a java bean. I have done it it as below. Here is the client calling an EJB.. { Context ctx = new InitialContext(); Object obj =

[jboss-user] [Security JAAS/JBoss] - Problem :How to use own LoginModule in JBOSS

2007-02-07 Thread murthy_j2ee
Hi All, I wanted to do the authentication using Database. For this i am using rg.jboss.security.auth.spi.DatabaseServerLoginModule. It was working fine and abled to authenticate using database. Now the problem is i want to use my own LoginModule instead of

[jboss-user] [Security JAAS/JBoss] - Re: Problem with JAAS, Exception :javax.security.auth.login

2007-02-07 Thread murthy_j2ee
Hi jaikiran, Thank you. this link worked fine for basic authentication. Now I wanted to do the authentication using Database. For this i am using org.jboss.security.auth.spi.DatabaseServerLoginModule. It was working fine and abled to authenticate using database. Now the problem is i want

[jboss-user] [Security JAAS/JBoss] - Re: Have problem about

2007-02-06 Thread murthy_j2ee
Hi Jaikiran, I have a problem with config file. I am using jboss server. my code is not able to locate the config file which i put in the same path from where i am instanciating the loginContext. But when I am configuring it in jboss\server\default\conf\login-conf.xml file. It was