Hi, Can someone help me review and apply this patch.
Thanks Jeff Jeff Yu (JIRA) wrote:
[ https://issues.apache.org/jira/browse/CXF-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Yu updated CXF-901: ------------------------ Attachment: cxf-901-3.patch ChangeLog for cxf-901-3.patch 1. Update cxfwar macro to include the spring config file for java_first_spring_support sample. 2. Update the id name in wsdl_first sample to avoid confusion. Also test this war against the Resin 3.1.2, it works fine.Update "WAR" building for full war ---------------------------------- Key: CXF-901 URL: https://issues.apache.org/jira/browse/CXF-901 Project: CXF Issue Type: Sub-task Components: Samples Affects Versions: 2.1 Reporter: Jeff Yu Priority: Minor Fix For: 2.1 Attachments: cxf-901-2.patch, cxf-901-3.patch, cxf-901.patch It will be different from what we have now, I would like to pack all the required jars to $WAR/WEB-INF/lib folder, and then generate a WAR, so if you want to deploy it to containers, what you need to do is to copy the WAR to the container's deploy folder. you can see details in this thread: http://www.nabble.com/How-to-deploy-to-JBoss--tf4210975.html#a11978522 For tomcat container, if you set the CATALINA_HOME, and then you run: "ant deploy-tomcat" , it will copy the generated war to the $CATALINA_HOME/webapps/
