Thanks a lot for the quick response :) Just have tried to remove config-location param and got:
[WARN] [http-nio-0.0.0.0-5080-exec-1] org.apache.cxf.transport.servlet.ServletController - Can't find the the request for http://localhost:5080/openmeetings/services/user/login's Observer 404 No service was found. on the client On Wed, Apr 19, 2017 at 2:04 PM, Dennis Kieselhorst <[email protected]> wrote: > 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 > -- WBR Maxim aka solomax
