filter « Roo « Spring Q&A





1. LDAP: error code 53 - RootDSE search supports only baseDN="", scope=base, and filter (objectclass=*). Incorrect scope    stackoverflow.com

I'm trying to use a LDAP-server (IBM Directory-Server) to authenticate users in a Spring Application (Spring Roo). This is the relevant part in my applicationContext-security.xml:

<!-- Configure Authentication mechanism -->
<!-- Real LDAP Server ...

2. Roo web service without views and Grails-like filters    forum.springsource.org

Roo web service without views and Grails-like filters Hi, I'm currently evaluating Roo as a possible replacement for Grails, mainly due to performance and stability concerns. The application in question is ...

3. How do you re-enable the STS AspectJ Filter for ROO    forum.springsource.org

How do you re-enable the STS AspectJ Filter for ROO Hi, I was trying to figure out some behavior of my Roo app in STS. I clicked on the name of ...

4. Filter Column in Spring roo jspx    forum.springsource.org

Hi, Can we add filter to the Column in jspx. i.e Search Option on the header which will populate drop-down and after selecting item from the list that record will be ...

5. Integrate Spring Roo MVC scaffold and Jersey FILTER    forum.springsource.org

Hello, I can't manage to get this working: Jersey SpringServlet setup as filter at /rs/* The provided roo DispatcherServlet at / I can't have the SpringServlet as servlet because I want ...