Hi! > The problem is: beans are not shared between CXF and web app, it seems I > have 2 set of beans > Is it by design? Is there any chance to access web app bean from CXF?
You mean you have to instances of the application context? Reason for that might be that you specified the config-location in CXFServlet config and also used contextConfigLocation which imports openmeetings-applicationContext.xml through red5-web.xml again. Try to drop the config-location param from CXFServlet config. Regards Dennis
