Archives pour: Décembre 2007
17.12.07
Spring Integration: SpringSource enters the EAI market
That's an awesome news, Spring Integration will provide a Spring based programming and runtime model for EAI patterns.
The configuration will be XML and annotations driven, bringing annotation driven configuration ease of use to EAI !
06.12.07
Activating debug messages in JAAS
When something goes wrong with JAAS, it's pretty cumbersome to figure out what's going wrong. To help debugging, Sun's JAAS implementation can be made versbose with the following system property:
java.security.auth.debug=valueWhere value can be:
- all (turn on all JAAS debugging)
- logincontext (LoginContext debugging)
- policy (access control policy debugging)
- auth (access control debugging)
- combiner (SubjectDomainCombiner debugging)