[jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue

2006-12-28 Thread VAkuthota
Do i need to migrate to JBoss Messaging from JBoss MQ to create the queues programatically ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996691#3996691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996691

[jboss-user] [Security JAAS/JBoss] - How to capture HttpSession expire event - JAAS with JBoss

2006-11-10 Thread VAkuthota
When an HTTP session expires and the client makes a request to any secured resource, the JAAS subject will not be found for authorization. At this point, the security framework creates a new HTTP session, stores the target URL value in the session, and then redirects the user to the login page.

[jboss-user] [Security JAAS/JBoss] - hashAlgorithm is not working with DatabaseServerLoginModule

2006-11-06 Thread VAkuthota
Hi, I have to store the user password in encrypted formated in the Oracle database. This i am achieving like below : import java.io.UnsupportedEncodingException; | import java.security.MessageDigest; | import java.security.NoSuchAlgorithmException; | | import sun.misc.BASE64Encoder;

[jboss-user] [Security JAAS/JBoss] - Re: Custom Password encryption on authentication

2006-11-06 Thread VAkuthota
Why do we have to write our own custom class, as per documentation it is supporting the hashalgorithm already. if you mention the following options in login-config.xml application-policy name=myapp |authentication | login-module

[jboss-user] [Security JAAS/JBoss] - Re: Custom Password encryption on authentication

2006-11-05 Thread VAkuthota
Hi, I have the same requirement. I tried as you said. but it seems that it is not invoked. everytime user login failing. I just did what you said.. I even enabled the trace logging, There it shows my custom login module is loaded. But it is failing. Do i need do anything else to make it

[jboss-user] [Security JAAS/JBoss] - Re: JAAS not prompting for username pwd on Linux 3 with JBos

2006-10-13 Thread VAkuthota
Hi, Thanks for the immediate reply. I have enabled the trace, and find the attachments at the link below by scrolling down : i.e, catalinasecurity.log jbosssecurity.log tomcatsecurity.log server.log http://wiki.jboss.org/wiki/Wiki.jsp?page=WikiAttachments category

[jboss-user] [Security JAAS/JBoss] - Re: JAAS not prompting for username pwd on Linux 3 with JBos

2006-10-13 Thread VAkuthota
Hey ...sorry Problem is solved, This is due to customized JBoss, to use within the organization. In which limited url-patterns and http-methods are allowed in that... Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978297#3978297 Reply to the

[jboss-user] [Security JAAS/JBoss] - JAAS not prompting for username pwd on Linux 3 with JBoss4.0

2006-10-12 Thread VAkuthota
Hi, JAAS is not working on Linux, I deployed the application in JBoss, but it is bypassing the security manager and directly going to welcome/home page. It never prompts for the username and password. and not throwing any error also. But the same application war file, without changing

[jboss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-09-19 Thread VAkuthota
I created the xa-datasource for my sql, but it does not rollback the transaction in case of failure I am using MySql5.0.20a and connection/J 5.0.2. Please help me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972802#3972802 Reply to the post :