Community
Participate
Working Groups
Modify the CXF facet install delegate to check if the project that it's installing into has a deployment descriptor and if not create one before adding the CXF servlet, servlet mapping, session config, context param and the org.springframework.web.context.ContextLoaderListener listener class to it.
Deployment descriptor generation now turned off by default when creating dynamic web projects #306416
Fix committed. Added an additional command that's run in the bottom-up and top-down scenarios when using the Apache CXF web service runtime. The command is run at the develop stage and checks for the existence of the web.xml file in the project and creates it if it does not exist adding in the CXF specific elements.