Clears info response when clearing init response master
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Sun, 10 May 2015 11:34:51 +0000 (13:34 +0200)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Sun, 10 May 2015 11:34:51 +0000 (13:34 +0200)
pom.xml
src/main/java/com/indexdata/mkjsf/pazpar2/data/Responses.java

diff --git a/pom.xml b/pom.xml
index 2f3b844..78db37d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <classifier>${env}</classifier>
         </configuration>
       </plugin>
-      
     </plugins>
     <extensions>
       <extension>
index 7790c6f..5d0fb75 100644 (file)
@@ -107,7 +107,8 @@ public class Responses implements Serializable {
    * but excluding a possible auth response\r
    */\r
   public void resetInitAndBeyond () {\r
-    dataObjects.put("init", new InitResponse());        \r
+    dataObjects.put("init", new InitResponse());\r
+    dataObjects.put("info", new InfoResponse());\r
     resetSearchAndBeyond();\r
     getSp().resetInitAndBeyond(false);\r
   }\r