Hello All, I recently noticed weird thing (cxf 3.1.11) I have java-first jax-ws/jax-rs services described as spring beans: [1] [2] And Wicket based spring web application also using same spring beans
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? [1] https://github.com/apache/openmeetings/blob/3.2.x/openmeetings-web/src/main/webapp/WEB-INF/classes/openmeetings-applicationContext.xml#L239 [2] https://github.com/apache/openmeetings/blob/3.2.x/openmeetings-web/src/main/webapp/WEB-INF/web.xml#L34 -- WBR Maxim aka solomax
