Re: OPENMEETINGS-273

2013-03-25 Thread Maxim Solodovnik
Not sure what have you tested :( Wicket calendar currently does not displays current time I believe Flash version should not be fixed ... On Mon, Mar 25, 2013 at 2:57 PM, Кочура Иван kiv.i...@gmail.com wrote: I re-tested it. In both versions of the client (Wicket Flash) the time is updated

Re: OPENMEETINGS-273

2013-03-25 Thread Кочура Иван
1) I saw what wicket calendar currently does not displays current time, but I also looked at the code. 2) Ok 2013/3/25 Maxim Solodovnik solomax...@gmail.com Not sure what have you tested :( Wicket calendar currently does not displays current time I believe Flash version should not be fixed

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Hello Maxim, thanks for your answer. I try to figure out what happens. I'll write here, if i got some results. BR Peter Am 23.03.2013 04:04, schrieb Maxim Solodovnik: the better query is: select id, filehash, room_id, 0+deleted from fileexploreritem; since room_id might have changed (should

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Hallo Maxim, here are the first results. om2 is the om 2.0 installation and om_test is om 2.1 I searched for the private room of the admin-user. om2= select fileexploreritem_id , filehash, room_id, deleted from fileexploreritem where room_id = 32; fileexploreritem_id |

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Maxim Solodovnik
Hello Peter, Thanks for finding this out! can you please try 2.1 rev. 1460576 (this should be fixed) On Mon, Mar 25, 2013 at 4:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: so the problem should not be reproducible if you drop/create om_test before import? On Mon, Mar 25, 2013 at

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
sure.. give me a second.. ;-) Am 25.03.2013 10:57, schrieb Maxim Solodovnik: Hello Peter, Thanks for finding this out! can you please try 2.1 rev. 1460576 (this should be fixed) On Mon, Mar 25, 2013 at 4:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: so the problem should not be

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Hi Maxim, i checked out rev. 1460579. Compilation, installation and import worked well. i have checked room-files, recorded files and config. Everything seems to be fine. I think import/backup from 2.0 to 2.1 works for me. Changes done by languages-editor are missing, but i think this is

OptimizeStringConcat

2013-03-25 Thread Vieri
Hi, I'm getting this error when trying to run latest SVN: Unrecognized VM option '+OptimizeStringConcat' Could not create the Java virtual machine. I'm using IcedTea JDK 6.1.11.1. Is it unsupported? Should I upgrade or switch to Sun JDK? Thanks, Vieri

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Maxim Solodovnik
you need to manually export/import modified languages via admin On Mon, Mar 25, 2013 at 6:11 PM, Peter Dähn da...@vcrp.de wrote: Hi Maxim, i checked out rev. 1460579. Compilation, installation and import worked well. i have checked room-files, recorded files and config. Everything seems

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Yes I saw it, after I wrote the last post.. :-( thanks Am 25.03.2013 15:26, schrieb Maxim Solodovnik: you need to manually export/import modified languages via admin On Mon, Mar 25, 2013 at 6:11 PM, Peter Dähn da...@vcrp.de wrote: Hi Maxim, i checked out rev. 1460579. Compilation,

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 3

2013-03-25 Thread Maxim Solodovnik
Hello Sebastian, I'm ready to commit changed build.xml performing JUnit tests oon each build Unfortunatelly currently 1 test is failed: TestHashMapSession testHashMapSession Failure expected:0 but was:1 Can you please take a look at it? (trunk) On Sun, Mar 24, 2013 at 11:17 AM,

Weird Exception in stopInterviewRecording

2013-03-25 Thread Maxim Solodovnik
Hello Sebastian, today I saw weird Exception in the logs: Somehow Client.getFlvRecordingMetaDataId() return null Have you ever saw such exception? Maybe you know what is the cause? Full stack: java.lang.NullPointerException: null at

Re: OpenMeeting demo server gives a blank page

2013-03-25 Thread Maxim Solodovnik
works as expected for me On Tue, Mar 26, 2013 at 9:43 AM, Dishara Wijewardana ddwijeward...@gmail.com wrote: Hi all, I just happen to see $subject at [1]. Is this link works for any one else ? [1] - http://demo.dataved.ru/openmeetings -- Thanks /Dishara -- WBR Maxim aka solomax

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 3

2013-03-25 Thread Vasya
Hello All, I have tested RC3 and not found critical errors. +1 Thanks, Vasiliy. On 22.03.2013 21:52, Maxim Solodovnik wrote: Dear OpenMeetings Community, I would like to start a vote about releasing Apache OpenMeetings 2.1.0 RC3 RC2 was rejected due to broken audio/video setup panel

Build failed in Jenkins: Openmeetings #423

2013-03-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/openmeetings/423/ -- [...truncated 8312 lines...] signWebStartJars: [genkey] Generating Key for filetest [genkey] Generating 1,024 bit DSA key pair and self-signed certificate (SHA1withDSA) with a validity of 90

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 3

2013-03-25 Thread seba.wag...@gmail.com
@Irina: I think I would put this document on the public community website. The community website is bundled with each build in the directory webapps/openmeetings/docs That means that each version has its own dedivated version of the testing plan. Otherwise it is hard to tell which of those test

Re: [VOTE] Apache OpenMeetings 2.1.0 Release Candidate 3

2013-03-25 Thread seba.wag...@gmail.com
@Maxim: That is really great! I am looking at the Test that fails but I have not found out yet why it fails. I need to clean my workspace and Ivy unfortunatelly as it seems. Sebastian 2013/3/26 Maxim Solodovnik solomax...@gmail.com Here is the JUnit report of the latest trunk