Hi,

Could some one help to review and apply the minor change for build.xml of jca 
sample?
Please get the patch file from 
https://issues.apache.org/jira/secure/ManageAttachments.jspa?id=12372955
jca_minor.patch add on July.13.
apply on 
cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http

Thanks
Jeff

Index: build.xml
===================================================================
--- build.xml   (revision 556039)
+++ build.xml   (working copy)
@@ -57,7 +57,7 @@
         <pathelement 
location="${cxf.home}/lib/geronimo-servlet_2.5_spec-1.1-M1.jar"/>
         <pathelement location="${basedir}/../common/common.jar"/>
         <pathelement location="${jboss.home}/client/jboss-j2ee.jar"/>
-        <fileset dir="${cxf.home}/modules/integration" >  
+        <fileset dir="${integration.jar.dir}" >  
              <include name="cxf-integration-jca-*.jar"/>
         </fileset>
     </path>

Reply via email to