Re: SVN and mailing lit moved

2013-02-05 Thread Maxim Solodovnik
@Sebastian are any migration steps still not complete? mailing list group is still not renamed here http://mail-archives.apache.org/mod_mbox/ we are still listed as "openmeetings.incubator.apache.org" On Tue, Jan 29, 2013 at 3:49 PM, Maxim Solodovnik wrote: > Filed issue for INFRA on this > > ht

Re: SVN and mailing lit moved

2013-02-05 Thread seba.wag...@gmail.com
will have to study the docs once again. I thought we are complete. But if Daniel says so I guess there must be something missing. Sebastian 2013/2/5 Maxim Solodovnik > @Sebastian are any migration steps still not complete? > mailing list group is still not renamed here > http://mail-archives.a

Re: svn commit: r1442500 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: data/user/Usermanagement.java data/user/dao/UsersDao.java ldap/LdapLoginManagement.java

2013-02-05 Thread Maxim Solodovnik
you are right :) I'll update the DAOs to have anonymous updates :) On Tue, Feb 5, 2013 at 3:50 PM, seba.wag...@gmail.com wrote: > hehe > > what makes you think that > > public void updateUser(User user) { > usersDao.update(user, 1l); > } > > is a good idea? Why not 2L or -1L or

Re: svn commit: r1442500 - in /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings: data/user/Usermanagement.java data/user/dao/UsersDao.java ldap/LdapLoginManagement.java

2013-02-05 Thread Maxim Solodovnik
commited On Tue, Feb 5, 2013 at 3:55 PM, Maxim Solodovnik wrote: > you are right :) > I'll update the DAOs to have anonymous updates :) > > > On Tue, Feb 5, 2013 at 3:50 PM, seba.wag...@gmail.com < > seba.wag...@gmail.com> wrote: > >> hehe >> >> what makes you think that >> >> public void up

Re: StackOverflowError while starting private chat

2013-02-05 Thread seba.wag...@gmail.com
I might be able to check tonight earliest. Sebastian Am 06.02.2013 01:03 schrieb "Maxim Solodovnik" : > Hello Sebastian, > > After latest changes (not sure which ones) > It is unable to start private chat. > If users clicks on start private chat icon > > Exception caught java.lang.StackOverflowEr

Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread Apache Jenkins Server
See Changes: [solomax] [OPENMEETINGS-525] Font style button visibility fix [solomax] [OPENMEETINGS-526] additional checks while start/stop sharing/recording [solomax] Queries are fixed after renaming [solomax] Import: sipUsers are now i

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread seba.wag...@gmail.com
I know what this is. I bet there is a comma after the last named query in the UserComtact entity. Eclipse and Java on osx does not complain. But the jdk on the build server does. I often copy paste rows in the named queries adding or removing some attribute. Sebastian Am 06.02.2013 12:36 schrieb "

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread Maxim Solodovnik
I removed it ... will wait for the build :) On Wed, Feb 6, 2013 at 6:49 AM, seba.wag...@gmail.com wrote: > I know what this is. > I bet there is a comma after the last named query in the UserComtact > entity. Eclipse and Java on osx does not complain. But the jdk on the build > server does. I o

Re: No foreign columns created by openJPA

2013-02-05 Thread Maxim Solodovnik
Should I try to add the property? or you will do it yourself? On Tue, Feb 5, 2013 at 12:46 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > I think we should investigate a bit further before we start to add this > annotation > will ping the openJPA list > > Sebastian > > > 2013/2/5 Ma

Jenkins build is back to normal : Openmeetings #367

2013-02-05 Thread Apache Jenkins Server
See

Re: No foreign keys created by openJPA

2013-02-05 Thread seba.wag...@gmail.com
THX Kevin! @Maxim we should try that! Am 06.02.2013 03:59 schrieb "Kevin Sutter" : > Hi Sebastian, > There are two ways to get the ForeignKeys automatically processed. > > value="buildSchema(ForeignKeys=true)"/> > > Since you were already using a variation of this property, maybe this is > the e

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread seba.wag...@gmail.com
Btw: Build server is using old mailing list. We should change that. It seems like accepting those mails does also not reach the mailing list. @Maxim Are you moderator of the mailing lists already? Seb Am 06.02.2013 14:57 schrieb "Maxim Solodovnik" : > I removed it ... > will wait for the build :)

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread Maxim Solodovnik
I have changed the mailing list used. I'm not moderator of mailing list. What should I do to be moderator? On Wed, Feb 6, 2013 at 10:28 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Btw: Build server is using old mailing list. We should change that. It > seems like accepting those

Re: No foreign keys created by openJPA

2013-02-05 Thread Maxim Solodovnik
OK, testing it right now :) On Wed, Feb 6, 2013 at 9:54 AM, seba.wag...@gmail.com wrote: > THX Kevin! > > @Maxim we should try that! > Am 06.02.2013 03:59 schrieb "Kevin Sutter" : > > Hi Sebastian, >> There are two ways to get the ForeignKeys automatically processed. >> >> > value="buildSchema(

Re: Build failed in Jenkins: Openmeetings #366

2013-02-05 Thread seba.wag...@gmail.com
Probably infra task. But lets check the docs first. Maybe its in our duty. Sebastian Am 06.02.2013 16:39 schrieb "Maxim Solodovnik" : > I have changed the mailing list used. > I'm not moderator of mailing list. What should I do to be moderator? > > > On Wed, Feb 6, 2013 at 10:28 AM, seba.wag...@g

Fwd: No foreign keys created by openJPA

2013-02-05 Thread Maxim Solodovnik
-- Forwarded message -- Date: Wed, Feb 6, 2013 at 11:00 AM Subject: Re: No foreign keys created by openJPA Cc: us...@openjpa.apache.org Hello Kevin, I just test both properties (added to the persistence.xml) on MySQL 5.5 (InnoDB) and foreign keys were created only for the fields

Re: StackOverflowError while starting private chat

2013-02-05 Thread Maxim Solodovnik
According to the latest tests this Exception is reproducible on rev. 1439240 Will try to find out what is wrong On Wed, Feb 6, 2013 at 6:31 AM, seba.wag...@gmail.com wrote: > I might be able to check tonight earliest. > > Sebastian > Am 06.02.2013 01:03 schrieb "Maxim Solodovnik" : > > Hello Se

Re: svn commit: r1442844 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java

2013-02-05 Thread Maxim Solodovnik
Timur is currently fixing red5sip and ask me to fix this method @Timur can you please provide Sebastian with the list of OM methods you are using? On Wed, Feb 6, 2013 at 12:57 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > @Maxim: Who is using > public synchronized List listRoomBro