Skip to content

Commit

Permalink
Config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed May 15, 2014
1 parent 5fd1392 commit c04d047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Expand Up @@ -6,7 +6,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">

<bean class="org.fcrepo.http.commons.session.SessionFactory"/>
<bean class="org.fcrepo.http.commons.session.SessionFactory" />

<!-- Mints PIDs-->
<bean class="org.fcrepo.kernel.identifiers.UUIDPidMinter"/>
Expand Down
7 changes: 4 additions & 3 deletions fcrepo-webapp/src/main/resources/spring/minter.xml
Expand Up @@ -11,9 +11,10 @@

<!-- Mints PIDs using external REST service
<bean class="org.fcrepo.kernel.identifiers.HttpPidMinter"
c:minterURL="http://localhost:8080/my/minter"
c:minterMethod="POST" c:xPathExpression="/response/ids/value"
c:trimExpression="" c:username="minterUser" c:password="minterPass"/>
c:url="http://localhost/my/minter" c:method="POST"
c:username="${fcrepo.minter.username:minterUser}"
c:password="${fcrepo.minter.password:minterPass}"
c:regex="" c:xpath="/response/ids/value"/>
-->


Expand Down

0 comments on commit c04d047

Please sign in to comment.