From 2317c7c95ab8574913058aa18c4de02433bc0d8f Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Fri, 11 Apr 2008 10:24:39 +0000 Subject: [PATCH] Fixed LDAP-106 (http://jira.springframework.org/browse/LDAP-106): Reference documentation still claims DataAccessException hierarchy --- spring-ldap/docs/reference/src/contextprocessor.xml | 2 +- spring-ldap/docs/reference/src/index.xml | 4 ++-- spring-ldap/docs/reference/src/overview.xml | 8 ++++---- spring-ldap/docs/reference/styles/fopdf.xsl | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spring-ldap/docs/reference/src/contextprocessor.xml b/spring-ldap/docs/reference/src/contextprocessor.xml index 9f8bf51c..652b9148 100644 --- a/spring-ldap/docs/reference/src/contextprocessor.xml +++ b/spring-ldap/docs/reference/src/contextprocessor.xml @@ -22,7 +22,7 @@ public void search(SearchExecutor se, NameClassPairCallbackHandler handler, - DirContextProcessor processor) throws DataAccessException; + DirContextProcessor processor); Before the search operation, the preProcess diff --git a/spring-ldap/docs/reference/src/index.xml b/spring-ldap/docs/reference/src/index.xml index 90f5a7b4..bce53b94 100644 --- a/spring-ldap/docs/reference/src/index.xml +++ b/spring-ldap/docs/reference/src/index.xml @@ -20,8 +20,8 @@ Spring LDAP Reference Documentation - Version 1.2.1 - December 2007 + Version 1.2.2-SNAPSHOT + Sometime 2008 Mattias diff --git a/spring-ldap/docs/reference/src/overview.xml b/spring-ldap/docs/reference/src/overview.xml index dbd53f14..40a1d269 100644 --- a/spring-ldap/docs/reference/src/overview.xml +++ b/spring-ldap/docs/reference/src/overview.xml @@ -5,16 +5,16 @@ Overview - Spring-LDAP (Spring LDAP (http://www.springframework.org/ldap) is a library for simpler LDAP programming in Java, built on the same principles as the JdbcTemplate in Spring JDBC. It completely eliminates the need to worry about creating and closing LdapContext and looping through - NamingEnumeration. It also provides a more - comprehensive unchecked Exception hierarchy, built on Spring's - DataAccessException. As a bonus, it also contains + NamingEnumeration. It also provides exception translation + from javax.naming.NamingException to a mirrored unchecked + Exception hierarchy, much like Spring JMS. As a bonus, Spring LDAP also contains classes for dynamically building LDAP filters and DNs (Distinguished Names), LDAP attribute management, and client-side LDAP transaction management. diff --git a/spring-ldap/docs/reference/styles/fopdf.xsl b/spring-ldap/docs/reference/styles/fopdf.xsl index d47be44b..79980ef6 100644 --- a/spring-ldap/docs/reference/styles/fopdf.xsl +++ b/spring-ldap/docs/reference/styles/fopdf.xsl @@ -56,7 +56,7 @@ - Copyright ©right; 2005-2006 + Copyright ©right; 2005-2008 ,