Skip to content

Commit b9f49e7

Browse files
committed
Polish Samples
Issue gh-573
1 parent 3bdb440 commit b9f49e7

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

samples/odm/src/main/resources/applicationContext.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,4 @@
4545
<property name="port" value="18880" />
4646
</bean>
4747
</beans>
48-
49-
<beans profile="no-apacheds">
50-
<!-- Populates the LDAP server with initial data -->
51-
<bean class="org.springframework.ldap.test.LdifPopulator">
52-
<property name="contextSource" ref="contextSource" />
53-
<property name="resource" value="classpath:/setup_data.ldif" />
54-
<property name="base" value="${sample.ldap.base}" />
55-
<property name="clean" value="${sample.ldap.clean}" />
56-
<property name="defaultBase" value="dc=jayway,dc=se" />
57-
</bean>
58-
</beans>
5948
</beans>

samples/plain/src/main/resources/applicationContext.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,11 @@
3939
This is for test and demo purposes only - EmbeddedLdapServerFactoryBean launches an in-process
4040
LDAP server.
4141
-->
42-
<bean id="embeddedLdapServer" class="org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean">
42+
<bean id="embeddedLdapServer" class="org.springframework.ldap.test.EmbeddedLdapServerFactoryBean">
4343
<property name="partitionName" value="jayway"/>
4444
<property name="partitionSuffix" value="${sample.ldap.base}" />
4545
<property name="port" value="18880" />
4646
</bean>
4747
</beans>
4848

49-
<beans profile="no-apacheds">
50-
<!-- Populates the LDAP server with initial data -->
51-
<bean class="org.springframework.ldap.test.LdifPopulator">
52-
<property name="contextSource" ref="contextSource" />
53-
<property name="resource" value="classpath:/setup_data.ldif" />
54-
<property name="base" value="${sample.ldap.base}" />
55-
<property name="clean" value="${sample.ldap.clean}" />
56-
<property name="defaultBase" value="dc=jayway,dc=se" />
57-
</bean>
58-
</beans>
59-
6049
</beans>

0 commit comments

Comments
 (0)