diff --git a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-jsVSjava.js b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-jsVSjava.js
index f2a4e0fffe8c3a513fd02898432ee7e28780ab02..6073fa434170a00c47634fd655ea3d27c7026180 100644
--- a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-jsVSjava.js
+++ b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-jsVSjava.js
@@ -28,6 +28,13 @@ define([ 'jquery', 'underscore', 'openbis', 'test/common' ], function($, _, open
 			callback();
 		}
 		
+		var notCheckedButWeShould = function(testsResults, javaClassReport, callback) {
+			var warningResult = "Java class ignored, exists in custom file, special case not validated yet: " + javaClassReport.name;
+			testsResults.warning.push(warningResult);
+			console.info(warningResult);
+			callback();
+		}
+		
 		var javaLevelHandlers = {
 				"AbstractCollectionView" : ignoredHandler,
 				"ListView" : ignoredHandler,
@@ -48,7 +55,13 @@ define([ 'jquery', 'underscore', 'openbis', 'test/common' ], function($, _, open
 				"DataSetFileSearchCriteria" : toBeImplementedHandler,
 				"DataSetFile" : toBeImplementedHandler,
 				"DataSetFilePermId" : toBeImplementedHandler,
-				"IDataSetFileId" : toBeImplementedHandler
+				"IDataSetFileId" : toBeImplementedHandler,
+				"DataSetChildrenSearchCriteria" : notCheckedButWeShould,
+				"DataSetContainerSearchCriteria" : notCheckedButWeShould,
+				"DataSetParentsSearchCriteria" : notCheckedButWeShould,
+				"SampleChildrenSearchCriteria" : notCheckedButWeShould,
+				"SampleContainerSearchCriteria" : notCheckedButWeShould,
+				"SampleParentsSearchCriteria" : notCheckedButWeShould
 		}
 		
 		//