Hi Vijay,
I wrote a separate java method for encoding by taking the code given by you
public synchronized String encrypt(String password) {
MessageDigest messageDigest =...
Type: Posts; User: ihkris; Keyword(s):
Hi Vijay,
I wrote a separate java method for encoding by taking the code given by you
public synchronized String encrypt(String password) {
MessageDigest messageDigest =...
Hi Anurag Khanna,
I am not at all writing any java code for encrypting the password and all that i am doing is security.xml which has encryption configuration. Please let me know whether do i need...
Hi Vijay,
thanks for your quick reply. I am not at all writing any java code for encrypting the password and all that i am doing is security.xml which has encryption configuration. Please let me...
Hi ,
I am new to AcegiSecurity and i am trying to encrypt the password using ShaPasswordEncoder. Please find my security.xml which doesnt encrypt though i configured it properly in security.xml. Do...
Hi ,
i am using Spring security only.I am trying to encrypt the password using ShaPasswordEncoder. Please find my security.xml which doesnt encrypt though i configured it properly in...
Hi All,
I am new to SpringSecurity and i am trying to encrypt the password using ShaPasswordEncoder. Please find my security.xml which doesnt encrypt though i configured it properly in security.xml....
Hi,
thanks for your reply.
I am new to SpringSecurity and i am trying to encrypt the password using ShaPasswordEncoder. Please find my security.xml which doesnt encrypt though i configured it...
Hi
i am a new bie to Spring security and can any one please help me out where to start.. Can you share good tutorials ,websites and books which can help me
Regards
GregJhonson
Hi
i am a new member here and i want to know how to get the Emails from SpringFrameWork.org to my mail box daily. I am already member of Struts mailing list where i am getting Emails into my mail...
Hi
i am a new member here and i want to know how to get the Emails from SpringFrameWork.org to my mail box daily. I am already member of Struts mailing list where i am getting Emails into my mail...
Hi
i am a new member here and i want to know how to get the Emails from SpringFrameWork.org to my mail box daily. I am already member of Struts mailing list where i am getting Emails into my mail...
Hi
i am a new member here and i want to know how to get the Emails from SpringFrameWork.org to my mail box daily. I am already member of Struts mailing list where i am getting Emails into my mail...
Hi
i am a new member here and i want to know how to get the mails to mail box daily. I am already member of Struts mailing list where i am getting mails into my mail box. please advice me.
...
Hi Thanks for all your help.I found the culprit.Its classpath entry for old version of classes12.zip.
I removed that entry and i am the happiest person in the world now.
THANKS ALL ONCE AGAIN.
...
Hi guys
we are using Weblogic 8.1 with SP6 in all our machines.We create connection pools with deivers provided by Weblogic.But what happens is ::::
I am using the same driver shown in the...
Database version:::: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Driver version:::: 8.1.7.0.0
Hi I am using Spring of version 1.2.6 and JDBC drivers of version Oracle thin driver 9.0.1,9.2.0,10 provided by Bea Weblogic 8.1 by default.
Here is the code which is working fine in Oracle 9i...
Hi there
even though we are using Oracle 10g ,we are getting this exception.Please let us know what the hell went wrong
Hi all,
I am working in a webapplication where we have Spring JDBC in DAO layer. Everything is fine till recent time as I am getting this exception though I didn’t make any changes in the code...