Anonymous
-
2014-05-20
Post awaiting moderation.
I update the mcu to the last revision(1128 at the moment) and I found that in Conference.java there's no getter method for participants, and conference.jsp is still using it, I added the method, recompile and now there's a problem with another change in this revision, the exception "ConferenceNotFoundExcetpion", throwed in conference.jsp line 19 confMngr.getConference(uid);
Anonymous