Re: code for integration of rfb in openmeetings

2013-05-04 Thread Maxim Solodovnik
Hello Rahul, Current implementation also splits the picture to the tiles and send only diff (if it is not the keyframe) you can check the code here: https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/screen/webstart/ScreenV1Encoder.java The slowest part i

Re: how to erase the 'help and support' zone in my home page?

2013-05-05 Thread Maxim Solodovnik
The only thing you can do without recompilation: replace "Help and Support" related labels with empty strings in language editor On Mon, May 6, 2013 at 9:23 AM, anderson1lee wrote: > ** > Hi, > can anybody tell me how to > erase the 'help and support' zone in my home page? > It includes: 'Proje

Re: File Recordings Size

2013-05-05 Thread Maxim Solodovnik
Sure you can, The is already option in command line admin to drop all temporary/redundant files you can take it as a base On Mon, May 6, 2013 at 11:18 AM, Baskar Rajendran < baskar.rajend...@gmail.com> wrote: > Hi > > I could see the recordings details are logged in the flvrecordings table , > b

Re: File Recordings Size

2013-05-05 Thread Maxim Solodovnik
> On Sun, May 5, 2013 at 9:45 PM, Maxim Solodovnik >wrote: > > > Sure you can, > > The is already option in command line admin to drop all > temporary/redundant > > files you can take it as a base > > > > > > On Mon, May 6, 2013 at 11:18 AM, Baskar Raj

Re: Could fellow GSoC applicants all indicate tmemselves in the thread?

2013-05-06 Thread Maxim Solodovnik
I'll try to participate On Mon, May 6, 2013 at 3:27 PM, Andun Sameera wrote: > Late time is OK for me. Also tommrrow is also OK. > On May 6, 2013 1:55 PM, "Alexei Fedotov" wrote: > > > Andun, > > No I cannot :-( I have a list of meetings till, well, ~11 p.m. > > indian/sri-lankian time. Is the

Re: GSOC - OPENMEETINGS 550

2013-05-07 Thread Maxim Solodovnik
just download ant.1.8.3+ from Apache add it to the PATH (ANT_HOME/bin should be in the PATH) and that's it On Tue, May 7, 2013 at 1:05 PM, Patricio Jeri wrote: > Hi Irina and Alexei, > > I probably misread that, I assumed that the server had to detect, measure > and provide suitable settings fo

Re: SOAP: add new user

2013-05-07 Thread Maxim Solodovnik
What is your sequence of REST calls? On Tue, May 7, 2013 at 3:54 PM, Vieri wrote: > Hi, > > This is probably a dumb question and I'm missing something simple but I > can't seem to add a new user via REST/SOAP. > > Using 2.1 svn branch rev.1467194M > > call to OpenMeetings Web Services returned

Re: SOAP: add new user

2013-05-07 Thread Maxim Solodovnik
curl) to get the session_id then I > login with loginUser (with admin user password) and finally call > addNewUserWithExternalType as posted below. > > --- On Tue, 5/7/13, Maxim Solodovnik wrote: > > > What is your sequence of REST calls? > > > > > > On Tue,

Re: SOAP: add new user

2013-05-07 Thread Maxim Solodovnik
I'm not sure what this column is used for :( On Tue, May 7, 2013 at 5:00 PM, Vieri wrote: > When adding a user this way (REST) the 'availible' column in om_user is > set to 0. Shouldn't it be set to '1'? > > --- On Tue, 5/7/13, Maxim Solodovnik w

Re: A little help needed using profiling

2013-05-07 Thread Maxim Solodovnik
Hello Rahul, I'll try to help, but unfortunately I have not much time right now :( To debug Screen-sharing Applet I do the following: 1) enter the OM room as user able to start screen-sharing 2) press start screen-sharing button 3) close applet 4) open downloaded *.jnlp file 5) In Eclipse start n

Re: Cannot authenticate users via ldaps

2013-05-08 Thread Maxim Solodovnik
I guess you need to add your CA to java (global one) On Wed, May 8, 2013 at 2:39 PM, Vieri wrote: > Hi, > > From the same machine where OM is installed I can run the following > command: > > # ldapsearch -x -D "adu...@domain.org" -b "cn=Users,dc=domain,dc=org" -H > ldaps://ldapserver.domain.org

Re: Cannot authenticate users via ldaps

2013-05-08 Thread Maxim Solodovnik
keystore password (or maybe it should be left > blank). > > So if you suggest to put the CA in the global store, does it mean that > JAVA_OPTS="-Djavax.net.ssl.keyStore=" > is not enough? > > Vieri > > --- On Wed, 5/8/13, Maxim Solodovnik wrote: > > > I

Re: Is there a way to see the result immediately after a modification has been made?

2013-05-09 Thread Maxim Solodovnik
Some changes in Java files can be hotswapped in debug mode. Also you can use jrebel for this. I know no way to see changes in lzx files immediately. On May 9, 2013 1:01 PM, "anderson1lee" wrote: > I am new to openmeetings and please forgive me for having to ask this > elementary question. > Afte

Re: Re: Is there a way to see the result immediately after a modification has been made?

2013-05-09 Thread Maxim Solodovnik
OK, I'll try to be more detailed 1) I know no way to see changes in lzx files immediately. In other words from my point of view it is impossible to see changes in lzx files immediately 2) Things are better with JAVA files If you will attach java debugger to running OM you will be able to change J

Re: figure out who is online

2013-05-15 Thread Maxim Solodovnik
Hello Atif, What do you mean by "their name status showing green background" where exactly it is happening? You can get the list of active connections in the code to know who is currently online. On Wed, May 15, 2013 at 2:45 PM, rommy wrote: > Dear Seb > > when users of openmeeting log in an

Help in 3.0 development is required

2013-05-15 Thread Maxim Solodovnik
Hello Sebastian, All, I would like to ask for the help in 3.0 development. I'm currently developing Recording panel. Basic functionality is ready (I plan to finish it in 1-2 days) and now I need recordings component in flash. I believe the requirements should be: 1) pure swf11 component 2) should

Re: Help in 3.0 development is required

2013-05-16 Thread Maxim Solodovnik
end, but if you > want I could help you with the component instead of private messages. If > you think recording component task is prefered, let me know. > > > 2013/5/16 Maxim Solodovnik > > > Hello Sebastian, All, > > > > I would like to ask for the help in 3

Re: Help in 3.0 development is required

2013-05-17 Thread Maxim Solodovnik
Thanks Sebastian, I was able to add HTML5 video player without flash :) On Fri, May 17, 2013 at 10:24 AM, Maxim Solodovnik wrote: > Hello All, > > @Sebastian I would like to perform switch to HTML5 in 3.0 ASAP and maybe > try to release new version with all in HTML5 except for

Re: Help in 3.0 development is required

2013-05-18 Thread Maxim Solodovnik
powerful and nice HTML5 > video > > player with Flash fallback > > > > http://jplayer.org/ > > > > > > On Fri, May 17, 2013 at 8:22 PM, Maxim Solodovnik > >wrote: > > > > > Thanks Sebastian, > > > > >

Re: Help in 3.0 development is required

2013-05-19 Thread Maxim Solodovnik
b conferencing) instead of > wasting time fixing this or that browser would save you time. > > > On Sun, May 19, 2013 at 4:47 AM, Maxim Solodovnik >wrote: > > > I guess so > > I spent lots of time trying to make it work under Chrome, so I haven't > done > >

[ANNOUNCE] upcoming 2.1.1 release

2013-05-21 Thread Maxim Solodovnik
Hello All, I would like to start vote on 2.1.1 release in a day or two. Please let me know if you have any blockers. Thanks! -- WBR Maxim aka solomax

Re: [jira] [Updated] (OPENMEETINGS-608) Office file are uploaded but not displayed

2013-05-21 Thread Maxim Solodovnik
ploading office > document Do I need to install the version 2.1.1 or can I update 2.1.0 to > 2.1.1? If I can Update, where can I find instructions for update? > > > Regards, > > > Celestino > > > 2013/5/21 Maxim Solodovnik (JIRA) > > > > > [ &g

Re: svn commit: r1484768 - in /openmeetings/trunk/singlewebapp: WebContent/languages/ src/org/apache/openmeetings/web/user/

2013-05-21 Thread Maxim Solodovnik
Thanks! you can also write [buildDate] instead of [buildDate] :)) On Tue, May 21, 2013 at 6:48 PM, wrote: > Author: vdegtyarev > Date: Tue May 21 11:48:00 2013 > New Revision: 1484768 > > URL: http://svn.apache.org/r1484768 > Log: > HTML: About dialog is corrected > > Modified: > openmee

Re: [IMPORTANT] GSOC 2013

2013-05-21 Thread Maxim Solodovnik
ize(); > > So we have to create a Wickets Behavior which includes above necessary > files in the head. Also that Behavior class should take the div class > argument which it should assign emoticons. > > Is the initial thought correct ? > > Thanks! > > On Tue, May 21,

Help with the flash client required

2013-05-23 Thread Maxim Solodovnik
Hello Sebastian, Recently I have switched trunk to use HTML5 as main interface. Additionally I have added new type of the login into flash (by wicketsid). New login type was added since it is hard for me to find which of the existent login can be used in my case. After such change the following w

Re: [IMPORTANT] GSOC 2013

2013-05-23 Thread Maxim Solodovnik
ing the built in JQuery reference to >> the code like this, >> >> >> response.render(JavaScriptReferenceHeaderItem.forReference(JQueryResourceReference.get(),"jquery")); >> >> It work well. I will continue to work on the development of the wicket >>

Re: Help with the flash client required

2013-05-25 Thread Maxim Solodovnik
gt;> I have disabled the microphone in browser1 for the user. But any user >> that came later in the conference room could hear the user from browser1. >> Even if the microphone icon was shown as disabled you could still hear the >> user from browser1. If you goto browser1 enable and d

Re: [IMPORTANT] GSOC 2013

2013-05-25 Thread Maxim Solodovnik
ddUnemoticonize("#id4"); > > Thanks! > > > On Fri, May 24, 2013 at 11:03 PM, Andun Sameera wrote: > >> Hi Maxim, >> >> Thank you very much for the review. Until Sebastian gives the response. I >> will develop this plug-in. That will make t

Re: [IMPORTANT] GSOC 2013

2013-05-25 Thread Maxim Solodovnik
e through the guide provided by Sebastian. I have done those > steps in my implementation with long steps. With this method we can reduce > those steps pretty easily. I will change my code according to those steps. > Also I will keep the plug-in in the same repo which I have created. After > re

Re: Help with the flash client required

2013-05-26 Thread Maxim Solodovnik
er we don't do the same mistakes twice at keep it to the latest > Wicket version as far as possible. > > Sebastian > > > 2013/5/26 Maxim Solodovnik > >> >> There was no language selected by default. Somehow the default >> selection did not work. >>

gsoc: another task

2013-05-26 Thread Maxim Solodovnik
Hello Andun, since Sebastian already implemented emoticons plugin I propose you to implement additional component: WYSIWYG editor plugin based on http://

Re: gsoc: another task

2013-05-26 Thread Maxim Solodovnik
Hi Maxim, > > I accept this. What I have to do is creating another wicket module which > wraps the bootstrap-wysiwyg plugin. Do I have to create it as a separate > project or under wicket-jquery-ui ? > > Thanks! > > > On Mon, May 27, 2013 at 9:19 AM, Maxim Solo

Re: gsoc: another task

2013-05-26 Thread Maxim Solodovnik
ehaviour first. After scefully creating that I > will create the component to add the Wysiwyg buttons. > > Thanks! > > > On Mon, May 27, 2013 at 9:31 AM, Andun Sameera wrote: > >> OK Maxim. Will look in to that. >> >> >> On Mon, May 27, 2013 at 9:29 AM,

Re: gsoc: another task

2013-05-27 Thread Maxim Solodovnik
de wicket. I put the CSS reference as this, > > http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css"; > rel="stylesheet"> > > Then all the things work well. But when I download the file and put the > reference as this, > > > >

Is "SIL Open Font License" compatible with AL?

2013-05-27 Thread Maxim Solodovnik
Dear Legal Team, Could you please tell me if "*SIL Open Font License*" [1] compatible with AL? I would like to include one of this fonts into Apache Openmeetings product Thanks in advance [1] The Font Awesome font is licensed under the *SIL Open Font License* - http://scripts.sil.org/OFL -- WB

Re: svn commit: r1485714 - in /openmeetings/branches/2.1: WebContent/openmeetings/ WebContent/src/ WebContent/src/base/ WebContent/swf10/ WebContent/swf10/base/ src/

2013-05-27 Thread Maxim Solodovnik
; BTW, Artyom, is openmeetings revision a part of the report? > > > > -- > > With best regards / с наилучшими пожеланиями, > > Alexei Fedotov / Алексей Федотов, > > http://dataved.ru/ > > +7 916 562 8095 > > > > > > On Thu, May 23, 2013 at 6:06 PM, Maxim

Re: gsoc: another task

2013-05-27 Thread Maxim Solodovnik
right"> > > > > title="Hyperlink"> > > > data-edit="createLink"/> > Add > > class="icon-cut"> > >

Re: GSOC: Need to implement HTML5 whiteboard

2013-05-27 Thread Maxim Solodovnik
013 at 9:54 AM, Andun Sameera wrote: > >> Thanks Maxim. Also just now I have uploaded the proposal to Google. >> https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/andunslg/21001 >> >> Thanks! >> >> >> On Tue, Apr 23, 2013 at 9:52

Re: gsoc: another task

2013-05-28 Thread Maxim Solodovnik
In the future there should be possibility to add custom buttons: like "add emotion" button On Tue, May 28, 2013 at 1:45 PM, Maxim Solodovnik wrote: > Hello Andun, > > Here is my review: > 1) font files should be removed from the plugin until legal will approve > its li

Re: Help with the flash client required

2013-05-28 Thread Maxim Solodovnik
ection : 1) isModeratorChanged (recieved by swf10) 2) createVideoObject NOT recieved by LocalConnection I suspect there is infinite loop somewhere :( I don't know how this can be debugged Can you help please? On Sun, May 26, 2013 at 10:31 PM, Maxim Solodovnik wrote: > I also think all librarie

[DISCUSS] OM user architectural changes

2013-05-28 Thread Maxim Solodovnik
Hello All, I would like to propose to change the way OM works with users. Currently we have 3 entities acts like "User": 1) OM user (the entity created using OM Admin) 2) External user (the entity created via SOAP/REST call, actually it is normal user with externalType/externalId set) 3) "hash" us

Re: Is "SIL Open Font License" compatible with AL?

2013-05-28 Thread Maxim Solodovnik
bump :) On Mon, May 27, 2013 at 9:10 PM, Maxim Solodovnik wrote: > Dear Legal Team, > > Could you please tell me if "*SIL Open Font License*" [1] compatible with > AL? > I would like to include one of this fonts into Apache Openmeetings product > > Thanks in a

Re: [DISCUSS] OM user architectural changes

2013-05-28 Thread Maxim Solodovnik
s much info as he/she is ready at the > moment)* > => What prevents you from doing this currently ? > > *3) add/edit user of type contact anytime user enters email not-registered > in the system* > => Sorry I don't understand this at all. A user of type contact ...

Re: [DISCUSS] OM user architectural changes

2013-05-29 Thread Maxim Solodovnik
> *"user related" objects to rely on user_id only* > => Which user related object currently don't rely on the user_id ? > > Seb > > > 2013/5/29 Maxim Solodovnik > > > Hello Sebastian, > > > > Actually adding this one field and make

Re: some questions about playing a video

2013-05-29 Thread Maxim Solodovnik
I'm afraid it only can be addressed in 3.1 :( You can file JIRA issue On Wed, May 29, 2013 at 3:57 PM, anderson1lee wrote: > 1)I uploaded a video and played back it. It looks not very clear. > I found the flv file under streams directory and noticed it was H263. > Can it be transformed to H264 t

Re: [DISCUSS] OM user architectural changes

2013-05-29 Thread Maxim Solodovnik
ange? > Will a new invitation also create a new user for every invitation? Is that > user created when the invitation hash is created on when the user enters > the room? What happens if you send multiple invitations to the same email, > will there be a new user for every of t

Re: can one participant of a meeting own multiple cameras?

2013-05-29 Thread Maxim Solodovnik
I guess so, just open 2 browsers :) On Wed, May 29, 2013 at 4:05 PM, anderson1lee wrote: > can one participant of a meeting own multiple cameras? > > > > > anderson1lee -- WBR Maxim aka solomax

Re: Fwd: Is "SIL Open Font License" compatible with AL?

2013-05-29 Thread Maxim Solodovnik
@apache.org > > > > See: http://www.apache.org/legal/resolved.html#category-b > > > > > > On Mon, May 27, 2013 at 7:10 AM, Maxim Solodovnik >wrote: > > > >> Dear Legal Team, > >> > >> Could you please tell me if "*SIL Open Fon

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
; On Wed, May 29, 2013 at 11:14 PM, Andun Sameera wrote: > >> Hi Maxim, >> >> On Tue, May 28, 2013 at 12:40 PM, Maxim Solodovnik >> wrote: >> >>> In the future there should be possibility to add custom buttons: like >>> "add emotion" button

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
Just found this project: https://github.com/l0rdn1kk0n/wicket-bootstrap maybe it should be used instead of including bootstrap as JS On Thu, May 30, 2013 at 8:20 AM, Maxim Solodovnik wrote: > Hello Andun, > > according to Legal we can use the fonts, so it can be kept as it was. >

Re: GSOC: Need to implement HTML5 whiteboard

2013-05-29 Thread Maxim Solodovnik
t repo links, > small diagrams etc. as addtional info. Can we do that ? > > Thanks! > > > On Tue, May 28, 2013 at 12:20 PM, Maxim Solodovnik > wrote: > >> @Andun >> Welcome aboard :) >> >> @Alexey, Sebastian, >> Maybe you know what additiona

Re: GSOC: Need to implement HTML5 whiteboard

2013-05-29 Thread Maxim Solodovnik
sure! On Thu, May 30, 2013 at 11:56 AM, Andun Sameera wrote: > No Maxim. Sorry for not making it clear. Project means the GSOC project > which we are doing. Can I put a abstract of HTML Whiteboard project there ? > > On Thu, May 30, 2013 at 8:59 AM, Maxim Solodovnik wrote: > &

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
t code and keeping the files in our > code. > > What do you prefer? > > Also I will look in to the bootstrap wicket component. > > Thnaks! > > > On Thu, May 30, 2013 at 6:53 AM, Maxim Solodovnik wrote: > >> Just found this project: https://github.com/l0rdn1kk0n/wi

Re: gsoc: another task

2013-05-29 Thread Maxim Solodovnik
30, 2013 at 10:53 AM, Maxim Solodovnik > wrote: > >> Can we add the code into Behavior? >> like: >> >> IPackageResourceGuard packageResourceGuard = >> getApplication().getResourceSettings(). >> getPackageResourceGuard(); &g

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
you have found the correct place :) All these issues are fixed, currently I'm trying to find the cause of interview room issue, it is pre-2.0 :( Hi Maxim, maybe you can help me with that: Where is the latest stable build of the 2.1.x tree ? I just started a build @ Jenkins at: https://builds.apac

Re: gsoc: another task

2013-05-30 Thread Maxim Solodovnik
>> +1 It works. I will commit like that. >> >> Thanks! >> >> >> On Thu, May 30, 2013 at 11:00 AM, Maxim Solodovnik >> wrote: >> >>> use always can use: >>> Application.get() then :) >>> >>> >>> On Thu, May 30, 2

Re: gsoc: another task

2013-05-30 Thread Maxim Solodovnik
t you mean by "get/set text > in test project" > > On Thu, May 30, 2013 at 1:51 PM, Maxim Solodovnik wrote: > >> I would like this component be finished first. >> >> Next thing to do is to get/set text in test project >> On May 30, 2013 3:05 PM, &quo

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
e an issue with that jenkins build: >> The screen sharing application does not start, because of an error in the >> signing of the application. >> >> Sebastian >> >> >> 2013/5/30 Maxim Solodovnik >> >>> you have found the correct place :) >

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
Build is currently waiting for the free Ubuntu machine On May 30, 2013 3:34 PM, "Maxim Solodovnik" wrote: > I'll doublecheck the build > On May 30, 2013 3:31 PM, "seba.wag...@gmail.com" > wrote: > >> The last build is from 15th of April, that seems

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
ork.web.servlet.PageNotFound - No mapping found for HTTP > request with URI [/openmeetings/swfscreen.upload] in DispatcherServlet with > name 'spring-mvc' > > It sounds more like a generic thing that was refactored some day. > > Sebastian > > > 2013/5/30 Maxim

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
BTW have you seen the new installer? On Thu, May 30, 2013 at 4:05 PM, Maxim Solodovnik wrote: > Thanks, > I'll double check this, should be configuration issue > > According interview room: > svn r 1232346 is proved to work as expected > svn r 1332561 is Broken > >

Re: gsoc: another task

2013-05-30 Thread Maxim Solodovnik
cript to add and view text. But I think we > can do it using Wicket also. > > > > On Thu, May 30, 2013 at 2:02 PM, Maxim Solodovnik wrote: > >> You have separate git project for the example. >> I propose to add page to example project with form sending text entered >

Re: Latest stable build of 2.1.x tree

2013-05-30 Thread Maxim Solodovnik
OK, Interview room was broken after this changelist: http://svn.apache.org/viewvc?view=revision&revision=r1293596 Will try to fix it ... On Thu, May 30, 2013 at 4:12 PM, Maxim Solodovnik wrote: > BTW have you seen the new installer? > > > On Thu, May 30, 2013 at 4:05 PM, Maxim

Re: Latest stable build of 2.1.x tree

2013-05-31 Thread Maxim Solodovnik
Interview room seems to be fixed in both 2.1.1 and 3.0.0 Thanks! On Fri, May 31, 2013 at 1:06 PM, Maxim Solodovnik wrote: > OK, Interview room was broken after this changelist: > http://svn.apache.org/viewvc?view=revision&revision=r1293596 > Will try to fix it ... > > > O

Re: -retrieve-red5-client target failing

2013-05-31 Thread Maxim Solodovnik
There is no log attached :( Maybe svn of googlecode is down? On Fri, May 31, 2013 at 4:28 PM, Alexey Ghenov wrote: > Hello, > > I try do "ant prepare-eclipse" command and getting "-retrieve-red5-client" > target failing. > > Looks like mine system configuration not changed. (all things working

Re: svn commit: r1488124 - in /openmeetings/branches/2.1: WebContent/openmeetings/openmeetings_functions.js WebContent/src/base/externalJavaScript.lzx WebContent/src/main.lzx WebContent/swf10/base/mai

2013-05-31 Thread Maxim Solodovnik
Hello Alexey, The patch was reverted after long discussion (still continued). I did ask to change it with no result. I'm going to announce 2.1.1 next Monday, so no time to wait any longer. Additionally please see my answer in the other thread. On Fri, May 31, 2013 at 3:57 PM, Alexei Fedotov wr

Re: svn commit: r1488124 - in /openmeetings/branches/2.1: WebContent/openmeetings/openmeetings_functions.js WebContent/src/base/externalJavaScript.lzx WebContent/src/main.lzx WebContent/swf10/base/mai

2013-05-31 Thread Maxim Solodovnik
> https://crash-stats.mozilla.com/report/index/050f1aab-1507-4c8f-a166-9b3322130422 > > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Fri, May 31, 2013 at 2:40 PM, Maxim Solo

Re: gsoc: another task

2013-05-31 Thread Maxim Solodovnik
dation model. Reason was I implemented the button panel only. > That don't have a realted object model. Thoughts? > > Thanks! > On May 31, 2013 10:08 AM, "Maxim Solodovnik" wrote: > >> What I would like to achieve is something like this: >> >> https://cw

Re: gsoc: another task

2013-05-31 Thread Maxim Solodovnik
> Thanks! > > > On Fri, May 31, 2013 at 4:58 PM, Maxim Solodovnik wrote: > >> The model is necessary, you will be unable to extract the value without >> it. >> I believe you code need to be improved :) >> >> >> On Fri, May 31, 2013 at 4:22 PM, Andu

Re: [DISCUSS] OM user architectural changes

2013-05-31 Thread Maxim Solodovnik
bout how old backups will convert to this new design > > > their data (I think there will be multiple ways to do this, but it > might > > be > > > easier to design the solution if we discuss it upfront)? > > > > > > What other changes, apart from the user

Re: gsoc: another task

2013-06-01 Thread Maxim Solodovnik
d the same way to do the thing. Wysiwys is making a div tag to a >> >> text field. That is place where we get the text input. So I put a >> variable >> >> like, >> >> >> >> WebMarkupContainer editorField; >> >> >> >>

Re: [DISCUSS] OM user architectural changes

2013-06-01 Thread Maxim Solodovnik
rewrite our hashes to use HTML5 or let it be handled by Flash until 3.1? ? On Fri, May 31, 2013 at 7:26 PM, Maxim Solodovnik wrote: > Hello Sebastian, > > sorry for the late reply (been busy) > > I'm afraid UserContact entity should not be removed since currently it is

Re: [DISCUSS] OM user architectural changes

2013-06-02 Thread Maxim Solodovnik
t about the Hash thing: > I think the Hash is mainly handled on server side and that logic is pretty > fine as it is. > The question is just how much of it needs to be implemented in Wicket for > the Html5 client. > > Seb > Am 02.06.2013 04:42 schrieb "Maxim Solodovnik&qu

Re: [DISCUSS] OM user architectural changes

2013-06-02 Thread Maxim Solodovnik
of those > methods might be different for Wicket. > > Sebastian > > > 2013/6/2 Maxim Solodovnik > > > Currently we get hash in flash client, then pass it to server. > > I believe in later versions it should be changed to be handled by wicket > > (3.1+) > >

Re: new room design

2013-06-03 Thread Maxim Solodovnik
it is nice, the only issue with this design is: no whiteboard :( On Mon, Jun 3, 2013 at 9:37 PM, Alexei Fedotov wrote: > Maxim, folks, > > Roman has prepared a sketch for the new room design. What do you think? > > Sorry for Russian, the text does not matter anything anyway. The picture > can be

Re: Project proporties in eclipse.

2013-06-03 Thread Maxim Solodovnik
both 2.1 and trunk works as expected steps: 1)svn co 2) install ivyde 3) run ant prepare-eclipse 4) open project in eclipse On Mon, Jun 3, 2013 at 9:36 PM, Alexey Ghenov wrote: > Hello, > > > > Looks like something wrong happening with retrieving project(Openmeetings > project properties in e

Re: [DISCUSS] OM user architectural changes

2013-06-03 Thread Maxim Solodovnik
in/twitter/facebook > user at some point. > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Sun, Jun 2, 2013 at 4:30 PM, Maxim Solodovnik >wrote: > > > OK :) > > I wou

Re: gsoc: another task

2013-06-03 Thread Maxim Solodovnik
this.add(form); >> >> Using this code(What I understood from Martin's Tips) I can get the >> dynamically updated Wysiwyg text content to the onSubmit method. >> >> Is that method is OK? I have committed the sample + component to the git >> hub. >> &g

Re: MappingTool schema actions to drop database with Foreign keys

2013-06-03 Thread Maxim Solodovnik
Hello All, Could you please suggest "OpenJPA way" to drop old DB and to create new one according current schema? MappingTool with -schemaAction "retain,drop" is not working since foreign keys were added Thanks in advance! On Tue, Feb 19, 2013 at 10:32 AM, Maxim Solodovnik

Re: RTMP connections being closed

2013-06-03 Thread Maxim Solodovnik
sorry for the late reply, I'll try for double-check On Sun, Jun 2, 2013 at 1:43 PM, Malvern Star wrote: > Hi all, > > I've been trying to deploy the latest OpenMeetings 2.1.0 but without much > success. I have, as far as I'm aware, correctly configured the software, > and set it up with a comme

Re: new room design

2013-06-04 Thread Maxim Solodovnik
iteboard as a "special separate whiteboard", or should we > > merge two boards into one? > > > > -- > > With best regards / с наилучшими пожеланиями, > > Alexei Fedotov / Алексей Федотов, > > http://dataved.ru/ > > +7 916 562 8095 > > > &

Re: new room design

2013-06-04 Thread Maxim Solodovnik
ved.ru/ > +7 916 562 8095 > > > On Tue, Jun 4, 2013 at 5:34 PM, Maxim Solodovnik > wrote: > > I'm afraid this not going to work like this :( > > no teacher will accept if students will close the whiteboard and will > only > > be chatting :) > > >

Re: new room design

2013-06-04 Thread Maxim Solodovnik
ems can get some > help. > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Tue, Jun 4, 2013 at 6:11 PM, Maxim Solodovnik > wrote: > > It is only possible for moderator >

Re: new room design

2013-06-04 Thread Maxim Solodovnik
reen. > > BTW, how often do you personally use whiteboard during conferences? > > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Tue, Jun 4, 2013 at 6:21 PM, Maxim Solodovnik &g

Re: new room design

2013-06-04 Thread Maxim Solodovnik
gt; With best regards / с наилучшими пожеланиями, > > Alexei Fedotov / Алексей Федотов, > > http://dataved.ru/ > > +7 916 562 8095 > > > > > > On Tue, Jun 4, 2013 at 6:21 PM, Maxim Solodovnik > wrote: > >> you can get chat opened by defau

Re: new room design

2013-06-04 Thread Maxim Solodovnik
ave just said to me that he plans adding mind graphs to his > whiteboard. The main concern is how to coordinate this with Andun. > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Tue,

Re: Re[2]: new room design

2013-06-04 Thread Maxim Solodovnik
en't received it. > > For whiteboard I used google closure library. > > Regards, > Andrey Bogdanov > > > Вторник, 4 июня 2013, 22:00 +07:00 от Maxim Solodovnik < > solomax...@gmail.com>: > >I did wrote letter to Andrey with some questions ... > >I ge

Re: [openmeetings-dev] Re: New functionality

2013-06-06 Thread Maxim Solodovnik
side effects. Maybe there is not even a connection at this moment. > > >> > > >> The other reason for moving this remotecall away from > > baseConferenceRoom.lzx > > >> is: > > >> Entering a conference room should happens really fast, and actually > the

Re: About commit r1488083 (comment in build.xml)

2013-06-06 Thread Maxim Solodovnik
Hello Sebastian, This is because of this: https://groups.google.com/forum/?fromgroups#!topic/red5interest/nmEfy1__fKE I'm still waiting when Red5 client will become buildable Maybe it is time to switch from building client to just downloading it I have no problems with googlecode repository

Re: Demo server and advancing the build/test environment

2013-06-06 Thread Maxim Solodovnik
+1 On Fri, Jun 7, 2013 at 10:31 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Hi Artyom, > > I think it would be still worth the effort to get that box. There would be > some limitations in testing and no public sign up I guess. > However still usefull for testing simple 1:1 meetin

Re: [ANNOUNCE] upcoming 2.1.1 release

2013-06-06 Thread Maxim Solodovnik
is missing the context as how this email > that you wrote was initiated. > > Thanks, > Sebastian > > > 2013/6/7 Maxim Solodovnik > > > 1) video codec was switched in 2.1.0, this is bug fix release I'm sure we > > shouldn't add major changes. Additionally we w

Re: [ANNOUNCE] upcoming 2.1.1 release

2013-06-06 Thread Maxim Solodovnik
no major, nore minor, > more like a bugfix release) I think it should be okay to give it at least a > try. > > Is there a binary version of 2.1.1 somewhere to download right now? > > Sebastian > > > 2013/6/7 Maxim Solodovnik > > > The only places refering to 2.

Re: Demo server and advancing the build/test environment

2013-06-06 Thread Maxim Solodovnik
sts; > 3) the server generally runs 3.0 openmeetings unless Artyom debugs > something else. > > > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Fri, Jun 7, 2013 at 7:33 AM,

[VOTE] Apache OpenMeetings 2.1.1 Release Candidate 1

2013-06-07 Thread Maxim Solodovnik
Dear OpenMeetings Community, I would like to start a vote about releasing Apache OpenMeetings 2.1.1 RC1 Main changes are covered in the Readme: http://svn.apache.org/repos/asf/openmeetings/tags/2.1.1RC1/README Full Changelog: http://svn.apache.org/repos/asf/openmeetings/tags/2.1.1RC1/CHANGELOG

First whiteboard task

2013-06-07 Thread Maxim Solodovnik
Hello Andun, I'll be on vacation with limited or no internet connection 2013.06.12-2013.06.25 Please do the following 1) Take a look at this whiteboard prototype: https://issues.apache.org/jira/browse/OPENMEETINGS-662 I need you to: 1. provide pros and contras of using rafael.js VS "google cl

Re: First whiteboard task

2013-06-07 Thread Maxim Solodovnik
d. > Will list all pros and cons for that also. > > Thanks! > > > On Sat, Jun 8, 2013 at 12:09 AM, Maxim Solodovnik wrote: > >> Hello Andun, >> >> I'll be on vacation with limited or no internet connection >> 2013.06.12-2013.06.25 >> Please do

Re: Leaving room after reconnection

2013-06-09 Thread Maxim Solodovnik
+1 for displaying "Connection has been lost" Additionally things are simplier in 3.0: - Room enter connects to rtmp://xyz/openmeetings/$roomId (use case 1) - Room leave just removes div with embedded flash from the DOM and displays main interface (use case 2) On Mon, Jun 10, 2013 at 6:55 AM, seb

Re: Leaving room after reconnection

2013-06-09 Thread Maxim Solodovnik
ot load the rooms. > > Sebastian > Am 10.06.2013 14:11 schrieb "Maxim Solodovnik" : > > > +1 for displaying "Connection has been lost" > > > > Additionally things are simplier in 3.0: > > - Room enter connects to rtmp://xyz/openmeetings/$roomId (use c

Re: Leaving room after reconnection

2013-06-09 Thread Maxim Solodovnik
to get the $roomId and build an > URL with it. This check is mainly for security reasons, so that by just > manipulating the URL, the user can gain access to random rooms. > > *- Room leave just removes div with embedded flash from the DOM and > displays > main interface (use ca

Re: Leaving room after reconnection

2013-06-10 Thread Maxim Solodovnik
roomId. Otherwise the SWF has to get the ROOMId >> by doing a RTMP call. But that would mean it has to connect to the default >> RTMP connection first. >> So this is not possible. Simply use the scopeRoomId parameter. >> >> Sebastian >> >> >> 2013/6/1

<    1   2   3   4   5   6   7   8   9   10   >