Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Fix broken build from fcrepo4 updates
Browse files Browse the repository at this point in the history
- Add translationChain to rest.xml in ITs
- Set test stomp.port to not conflict with running repository
  • Loading branch information
Andrew Woods committed Apr 18, 2014
1 parent 96a637d commit 7dee969
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Expand Up @@ -10,4 +10,10 @@
base-package="org.fcrepo.kernel.services, org.fcrepo.http, org.fcrepo.serialization, org.fcrepo.indexer, org.fcrepo.transform.http"/>
<bean class="org.fcrepo.http.commons.session.SessionFactory"/>
<bean class="org.fcrepo.kernel.identifiers.UUIDPidMinter"/>

<!-- Identifier translation chain -->
<util:list id="translationChain" value-type="org.fcrepo.kernel.identifiers.InternalIdentifierConverter">
<bean class="org.fcrepo.kernel.identifiers.NamespaceConverter"/>
</util:list>

</beans>
5 changes: 5 additions & 0 deletions fcrepo-jms-indexer-webapp/pom.xml
Expand Up @@ -145,6 +145,7 @@
<portName>jms.port</portName>
<!-- reserves the stop port for jetty-maven-plugin -->
<portName>jetty.port.stop</portName>
<portName>stomp.port</portName>
</portNames>
</configuration>
</plugin>
Expand Down Expand Up @@ -184,6 +185,10 @@
<name>jms.port</name>
<value>${jms.port}</value>
</systemProperty>
<systemProperty>
<name>stomp.port</name>
<value>${stomp.port}</value>
</systemProperty>
<systemProperty>
<name>fcrepo.port</name>
<value>${test.port}</value>
Expand Down

0 comments on commit 7dee969

Please sign in to comment.