you can add a menu point by adding a new row to the navimain. Have a look at: http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java#57
and http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/WebContent/openmeetings/base/moduleConfiguration.lzx and http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/WebContent/openmeetings/config.xml#203 Sebastian 2011/5/6 Chema <[email protected]> > Dear all, > > I'm trying to add a new feature to openmeetings into administration > section. This feature intends to be an appointments administration > inside administration section. > > So to do that, I couldn't find proper methods into openmeetings red5 > services, so I'm developing a new one, for that I created the > following files: > > src/app/org/openmeetings/app/remote/CesgaService.java > server/red5/webapps/openmeetings/WEB-INF/red5-services/ > cesgaservice.service.xml > WebContent/openmeetings/modules/admin/events/events.lzx > WebContent/openmeetings/modules/admin/events/library.lzx > WebContent/WEB-INF/red5-services/cesgaservice.service.xml > > > Anyway I'm having the following error when I go to Appointmens > Administration section: > [ERROR] [NioProcessor-1] org.red5.server.service.ServiceInvoker - > Method getAppointments with parameters > [3d0700141aef3b04691da68dc5e77f9d, hola] not found in > org.openmeetings.app.remote.CesgaService@86665e > > Do I have to add my class methods in any xml file or maybe in the bean > definition????Am I missing something else??? > > Regards. Chema > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
