diff --git a/samples/article-spring20/src/main/webapp/WEB-INF/applicationContext.xml b/samples/article-spring20/src/main/webapp/WEB-INF/applicationContext.xml index 5331fea0..93e6fc3d 100644 --- a/samples/article-spring20/src/main/webapp/WEB-INF/applicationContext.xml +++ b/samples/article-spring20/src/main/webapp/WEB-INF/applicationContext.xml @@ -15,7 +15,7 @@ - + - + - @@ -15,7 +15,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/samples/article/src/main/webapp/WEB-INF/applicationContext.xml b/samples/article/src/main/webapp/WEB-INF/applicationContext.xml index 5331fea0..93e6fc3d 100644 --- a/samples/article/src/main/webapp/WEB-INF/applicationContext.xml +++ b/samples/article/src/main/webapp/WEB-INF/applicationContext.xml @@ -15,7 +15,7 @@ - + - @@ -15,7 +15,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/samples/demos/demo-tiger/src/test/resources/config/ldap.properties b/samples/demos/demo-tiger/src/test/resources/config/ldap.properties index 8843f1f1..8ae3f6be 100644 --- a/samples/demos/demo-tiger/src/test/resources/config/ldap.properties +++ b/samples/demos/demo-tiger/src/test/resources/config/ldap.properties @@ -1,4 +1,4 @@ -urls=ldap://127.0.0.1:3900 +urls=ldap://127.0.0.1:1888 userDn=uid=admin,ou=system password=secret base=dc=jayway,dc=se diff --git a/samples/demos/demo-tiger/src/test/resources/config/testContext.xml b/samples/demos/demo-tiger/src/test/resources/config/testContext.xml index 70f38549..095a8c0e 100644 --- a/samples/demos/demo-tiger/src/test/resources/config/testContext.xml +++ b/samples/demos/demo-tiger/src/test/resources/config/testContext.xml @@ -1,7 +1,7 @@ @@ -14,14 +14,14 @@ - + - + diff --git a/samples/demos/demo/src/main/java/org/springframework/ldap/demo/solution/testContext.xml b/samples/demos/demo/src/main/java/org/springframework/ldap/demo/solution/testContext.xml index de4a1e99..2c9dd28a 100644 --- a/samples/demos/demo/src/main/java/org/springframework/ldap/demo/solution/testContext.xml +++ b/samples/demos/demo/src/main/java/org/springframework/ldap/demo/solution/testContext.xml @@ -1,7 +1,7 @@ @@ -14,13 +14,13 @@ - + - + diff --git a/samples/demos/demo/src/test/resources/config/ldap.properties b/samples/demos/demo/src/test/resources/config/ldap.properties index 8843f1f1..8ae3f6be 100644 --- a/samples/demos/demo/src/test/resources/config/ldap.properties +++ b/samples/demos/demo/src/test/resources/config/ldap.properties @@ -1,4 +1,4 @@ -urls=ldap://127.0.0.1:3900 +urls=ldap://127.0.0.1:1888 userDn=uid=admin,ou=system password=secret base=dc=jayway,dc=se diff --git a/samples/demos/demo/src/test/resources/config/testContext.xml b/samples/demos/demo/src/test/resources/config/testContext.xml index 70f38549..095a8c0e 100644 --- a/samples/demos/demo/src/test/resources/config/testContext.xml +++ b/samples/demos/demo/src/test/resources/config/testContext.xml @@ -1,7 +1,7 @@ @@ -14,14 +14,14 @@ - + - + diff --git a/samples/samples-utils/src/test/resources/conf/ldap.properties b/samples/samples-utils/src/test/resources/conf/ldap.properties index 8843f1f1..8ae3f6be 100644 --- a/samples/samples-utils/src/test/resources/conf/ldap.properties +++ b/samples/samples-utils/src/test/resources/conf/ldap.properties @@ -1,4 +1,4 @@ -urls=ldap://127.0.0.1:3900 +urls=ldap://127.0.0.1:1888 userDn=uid=admin,ou=system password=secret base=dc=jayway,dc=se diff --git a/samples/samples-utils/src/test/resources/conf/testContext.xml b/samples/samples-utils/src/test/resources/conf/testContext.xml index 67b2d314..0ddf149a 100644 --- a/samples/samples-utils/src/test/resources/conf/testContext.xml +++ b/samples/samples-utils/src/test/resources/conf/testContext.xml @@ -12,7 +12,7 @@ - + - @@ -36,7 +36,7 @@ making it easier for the integration tests requiring OpenLDAP. --> - + diff --git a/test/integration-tests/src/test/resources/conf/ldap.properties b/test/integration-tests/src/test/resources/conf/ldap.properties index 8843f1f1..8ae3f6be 100644 --- a/test/integration-tests/src/test/resources/conf/ldap.properties +++ b/test/integration-tests/src/test/resources/conf/ldap.properties @@ -1,4 +1,4 @@ -urls=ldap://127.0.0.1:3900 +urls=ldap://127.0.0.1:1888 userDn=uid=admin,ou=system password=secret base=dc=jayway,dc=se diff --git a/test/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml b/test/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml index 4b4278f5..23819be6 100755 --- a/test/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml @@ -1,21 +1,21 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -29,29 +29,29 @@ class="org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy"> - + - - - - + + + + - - - - - conf/OrgPerson.hbm.xml - - - - - hibernate.dialect=org.hibernate.dialect.HSQLDialect - hibernate.hbm2ddl.auto=create - - + + + + + conf/OrgPerson.hbm.xml + + + + + hibernate.dialect=org.hibernate.dialect.HSQLDialect + hibernate.hbm2ddl.auto=create + + diff --git a/test/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml b/test/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml index 432b8c0e..68b084a4 100644 --- a/test/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml @@ -1,20 +1,20 @@ - - - - - - - - - + + + + + + + + + diff --git a/test/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml b/test/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml index a7ba9c2c..aacdab93 100644 --- a/test/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml @@ -13,7 +13,7 @@ - + diff --git a/test/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml b/test/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml index 312b761f..0a96139e 100644 --- a/test/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml @@ -1,11 +1,11 @@ - + + http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> - - + + @@ -13,14 +13,14 @@ - + - - - - - + + + + + diff --git a/test/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml b/test/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml index f67e95d5..2bb26603 100644 --- a/test/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml @@ -1,10 +1,10 @@ - + + http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> - + @@ -13,7 +13,7 @@ - + @@ -21,4 +21,4 @@ class="org.springframework.ldap.core.LdapTemplate"> - + diff --git a/test/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml b/test/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml index 3c85161c..244f5eac 100644 --- a/test/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml @@ -12,7 +12,7 @@ - + - + - - - - - - - - - - + + + + + + + + + + diff --git a/test/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml b/test/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml index 13cc7894..f6252e8d 100644 --- a/test/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml @@ -13,7 +13,7 @@ - + diff --git a/test/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml b/test/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml index b351ad52..5e526b16 100644 --- a/test/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml +++ b/test/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml @@ -12,7 +12,7 @@ - +