]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Added DomainIdentifierResource to application.
authorRichard Millet <richard.millet@berkeley.edu>
Thu, 9 Apr 2009 02:42:36 +0000 (02:42 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Thu, 9 Apr 2009 02:42:36 +0000 (02:42 +0000)
HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/HelloworldNuxeoApplication.java

index e9e233ae19d07155d6147cc76de136302933e585..7ca6ecdc16b6efd81615bdf2d849aa92df6cb3c1 100644 (file)
@@ -11,6 +11,7 @@ public class HelloworldNuxeoApplication extends Application {
 
     public HelloworldNuxeoApplication() {
         singletons.add(new CollectionObjectResource());
+        singletons.add(new DomainIdentifierResource());
         singletons.add(new IdentifierResource());
         singletons.add(new PersonNuxeoResource());
     }