Posts

Showing posts from August, 2012

Cardspace issues

I wasted 2 days over this Cardspace issue . Which require us to " strip whitespace from xml signatures - a need of MicroSoft's CardSpace identity selector ". See the exact steps to enable this patch here . You would also need JCE security policy to be upgraded. Here are the installation instruction:

Maven script to deploy War file

Image
I hate copying the war file manually to the tomcat dir. Such a waste of time. So, decided to get this script handy. Sample maven script for auto deploying into deployment dir:                                

Dependency Injection of REST in Spring

Image
The configurations required in the Application context file is as below: