Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added 'test' namespace back in
  • Loading branch information
ajs6f committed Jan 28, 2013
1 parent bf776e3 commit 9b03a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/fcrepo/modeshape/AbstractResource.java
Expand Up @@ -45,6 +45,7 @@ public void initialize() throws LoginException, NoSuchWorkspaceException,
RepositoryException {

ws = repo.login("fedora").getWorkspace();
ws.getNamespaceRegistry().registerNamespace("test", "info:fedora/test");

freemarker.setObjectWrapper(new BeansWrapper());
// Specify the data source where the template files come from.
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/infinispan_configuration.xml
Expand Up @@ -36,6 +36,9 @@
<hash numOwners="1"/>
<stateTransfer fetchInMemoryState="true"/>
</clustering>

<eviction maxEntries="100" strategy="LRU" threadPolicy="DEFAULT"/>

<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
transactionMode="TRANSACTIONAL" lockingMode="PESSIMISTIC"/>
Expand Down

0 comments on commit 9b03a68

Please sign in to comment.