getAvailableRooms JabberService issue

2013-09-25 Thread mateusz . zaborowski
Hi, there is an issue in getAvailableRooms in JabberService when you trying to get available rooms page loading very long time and ofcourse nothig happend in browser... ofcourse I’m getting first getsession, next loginuser... log: DEBUG 09-25 12:33:57.033 o.a.o.a.s.JabberWebService:74 [htt

Re: OM API session is on?

2013-09-20 Thread mateusz . zaborowski
thank you 😊 Can you tell me is this good response from getusersbyorganisation? http://localhost:5080/openmeetings/services/UserService/getUsersByOrganisation?SID=08efedf758537186f8c34fe32776ae6e&organisation_id=1&start=1&max=99&orderby=name&asc=0 org.apache.openmeetings.persistence.bean

Re: Connecting OM to SQL Server

2013-09-20 Thread mateusz . zaborowski
I can change the table name to be om_server or cluster_server in 2.2/3.0 @Sebastian what do you think what name is the best? @Mateusz can you contribute mssql_persistence.xml to OM? so this DB would be available by default? On Wed, Sep 18, 2013 at 4:09 AM, Mateusz Zaborowski wrote: Hello

Re: OM API session is on?

2013-09-19 Thread mateusz . zaborowski
no, i mean session exists in ”sessiondata” table... Od: Maxim Solodovnik Wysłano: ‎piątek‎, ‎20‎ ‎września‎ ‎2013 ‎06‎:‎05 Do: Openmeetings user-list By "The session is on" do you mean is there anybody in the particular room? On Fri, Sep 20, 2013 at 1:45 AM, wrote: Is there any way to

OM API session is on?

2013-09-19 Thread mateusz . zaborowski
Is there any way to check if session is on by rest api? Thx guys

Re: Connecting OM to SQL Server

2013-09-18 Thread mateusz . zaborowski
cluster_server in 2.2/3.0 @Sebastian what do you think what name is the best? @Mateusz can you contribute mssql_persistence.xml to OM? so this DB would be available by default? On Wed, Sep 18, 2013 at 4:09 AM, Mateusz Zaborowski wrote: Hello, I'm trying to connect Open meetings to M

Re: Connecting OM to SQL Server

2013-09-18 Thread mateusz . zaborowski
13 ‎03‎:‎37 Do: Openmeetings user-list I can change the table name to be om_server or cluster_server in 2.2/3.0 @Sebastian what do you think what name is the best? @Mateusz can you contribute mssql_persistence.xml to OM? so this DB would be available by default? On Wed, Sep 18, 2013

OM build problem

2013-09-17 Thread Mateusz Zaborowski
Hello :) I've got problem with runing compiled open meetings. I'm runing red5.bat from build\red5\server\dist catalogue. Ofcourse compilation finishing with a success and i don't have any idea what could went wrong. :( It stops processing build on "Bootstrap complete". Please help me [WARN] [L

Connecting OM to SQL Server

2013-09-17 Thread Mateusz Zaborowski
Hello, I'm trying to connect Open meetings to MS SQL Server 2012 and i've a problem with table named 'server' cause in MS SQL this word ('server') is reserved for database management system. So my question is there any way to change this table name or any other way to connect OM with SQL server? -