Skip to content

Commit

Permalink
use the PDP spring bean
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 26, 2013
1 parent 32cd834 commit e3652e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/spring/policy_driven_storage.xml
Expand Up @@ -13,8 +13,7 @@

<context:property-placeholder/>

<bean id="storagePolicyBean" class="org.fcrepo.binary.PolicyDecisionPoint" factory-method="getInstance" lazy-init="false" scope="singleton">

<bean id="storagePolicyBean" class="org.fcrepo.binary.PolicyDecisionPoint">
<property name="policies">
<list>
<bean id="mimeBean" class="org.fcrepo.binary.MimeTypePolicy">
Expand Down

0 comments on commit e3652e5

Please sign in to comment.