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

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


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

commit 1acd907d9456f181cf79f7295b244fbaec25a688
Author: Maxim Solodovnik <[email protected]>
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)

Reply via email to