Revision: 4338
Author:   seba.wagner
Date:     Sat Oct  1 05:09:12 2011
Log:      Fix missing mapping for allow_recording
http://code.google.com/p/openmeetings/source/detail?r=4338

Modified:
/tags/1_8/src/app/org/openmeetings/app/persistence/beans/basic/SOAPLogin.java

=======================================
--- /tags/1_8/src/app/org/openmeetings/app/persistence/beans/basic/SOAPLogin.java Sat Jul 23 04:28:08 2011 +++ /tags/1_8/src/app/org/openmeetings/app/persistence/beans/basic/SOAPLogin.java Sat Oct 1 05:09:12 2011
@@ -3,14 +3,12 @@
 import java.io.Serializable;
 import java.util.Date;

-
 import javax.persistence.Column;
 import javax.persistence.Entity;
 import javax.persistence.GeneratedValue;
 import javax.persistence.GenerationType;
 import javax.persistence.Id;
 import javax.persistence.Table;
-import javax.persistence.Transient;

 @Entity
 @Table(name = "soaplogin")
@@ -48,7 +46,7 @@
        private Long roomRecordingId;
        @Column(name="landing_zone")
        private String landingZone;
-       @Transient
+       @Column(name="allow_recording")
        private Boolean allowRecording;

        public long getSoapLoginId() {

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to