Revision: 4311
Author: seba.wagner
Date: Tue Sep 27 13:19:36 2011
Log: Fixes: AllowRecording Flag Table mapping missing
http://code.google.com/p/openmeetings/source/detail?r=4311
Modified:
/trunk/singlewebapp/src/app/org/openmeetings/app/persistence/beans/basic/SOAPLogin.java
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/app/persistence/beans/basic/SOAPLogin.java
Sat Jul 23 04:28:08 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/app/persistence/beans/basic/SOAPLogin.java
Tue Sep 27 13:19:36 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.