git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorVásáry Dániel <daniel.vasary@userrendszerhaz.hu>
Tue, 3 Oct 2017 10:56:27 +0000 (10:56 +0000)
committerVásáry Dániel <daniel.vasary@userrendszerhaz.hu>
Tue, 3 Oct 2017 10:56:27 +0000 (10:56 +0000)
server/user.jobengine.osgi.commons/deploy.launch
server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java

index 0ffa54aafe5d12b73603229355ce8084ca052769..d09c777ce1aa03a8455697254bb87c9960cc69c3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>\r
 <launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">\r
 <booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>\r
-<stringAttribute key="M2_GOALS" value="clean deploy"/>\r
+<stringAttribute key="M2_GOALS" value="clean install"/>\r
 <booleanAttribute key="M2_NON_RECURSIVE" value="false"/>\r
 <booleanAttribute key="M2_OFFLINE" value="false"/>\r
 <stringAttribute key="M2_PROFILES" value=""/>\r
index f434ebb1a78d21f6e75c14bd90ff60b6aaca841a..26eaee080f93b672b0bac3fa3872727ea85362ae 100644 (file)
@@ -178,7 +178,7 @@ public class NexioClipEventDispatcher implements ClipEventListener {
                while (clips.hasNext()) {\r
                        Clip clip = clips.next();\r
                        BasicDBObject jsonClip = convertClipToJSON(clip);\r
-                       logger.info("Found NEXIO clip: {} {}", clip.getId(), clip.getXid());\r
+                       logger.debug("Found NEXIO clip: {} {}", clip.getId(), clip.getXid());\r
                        this.saveClipIntoMongo(jsonClip, emptyMap);\r
                }\r
                logger.info("NEXIO metadata import completed.");\r
@@ -229,14 +229,14 @@ public class NexioClipEventDispatcher implements ClipEventListener {
                }\r
 \r
                /*\r
-               \r
+\r
                                int c = connection.read(buffer, 0, 2);\r
                                //2 bytes hosszan az idokozben hozzaadott id-k szamossaga\r
                                if (c < 2) {\r
                                        throw new ProtocolException("c, 2, 2");\r
                                }\r
                                //MSB, LSB\r
-               \r
+\r
                                return nofIds;\r
                        */\r
                return ret;\r