You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/07/25 16:19:38 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1142] tests should be fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new fd3c7a5  [OPENMEETINGS-1142] tests should be fixed
fd3c7a5 is described below

commit fd3c7a5fcca3f93e68ca0a592fd0320a0c5220b2
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Jul 25 23:18:54 2018 +0700

    [OPENMEETINGS-1142] tests should be fixed
---
 .../org/apache/openmeetings/db/entity/record/RecordingMetaData.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/record/RecordingMetaData.java b/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/record/RecordingMetaData.java
index 264e828..3a2834c 100644
--- a/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/record/RecordingMetaData.java
+++ b/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/record/RecordingMetaData.java
@@ -94,7 +94,7 @@ public class RecordingMetaData extends HistoricalEntity {
 	private String streamName;
 
 	@Column(name = "sid")
-	@Element(data = true)
+	@Element(data = true, required = false)
 	private String sid;
 
 	@Column(name = "is_audio_only", nullable = false)