[savara-commits] savara SVN: r411 - in trunk: samples/purchasing/completed/store and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 20 09:06:32 EDT 2010


Author: objectiser
Date: 2010-09-20 09:06:32 -0400 (Mon, 20 Sep 2010)
New Revision: 411

Modified:
   trunk/samples/jbossesb/trailblazer/build.xml
   trunk/samples/purchasing/completed/store/PurchaseGoodsProcess_Store.bpel
   trunk/tools/plugins/org.jboss.savara.tap.eclipse/plugin.xml
Log:
Fix the jbossesb trailblazer deploy, as was dependent upon the jbossws.sar which no longer exists, the 'completed' store bpel in purchasing example as had invalid text, and the TAP validate action is now restricted to tap files.

Modified: trunk/samples/jbossesb/trailblazer/build.xml
===================================================================
--- trunk/samples/jbossesb/trailblazer/build.xml	2010-09-17 16:42:35 UTC (rev 410)
+++ trunk/samples/jbossesb/trailblazer/build.xml	2010-09-20 13:06:32 UTC (rev 411)
@@ -82,7 +82,6 @@
 		<fileset dir="${soa.esb.lib.ext.dir}"/>
 		<fileset dir="${esb.lib.dir}/ext" includes="*.jar"/>
 		<fileset dir="${org.jboss.as.home}/client" includes="jboss-jaxrpc.jar jbossall-client.jar jbossws-client.jar mail.jar"/>
-		<fileset dir="${org.jboss.as.home}/server/${org.jboss.as.config}/deploy/jbossws.sar" includes="jboss-jaxrpc.jar"/>
 		<fileset dir="${soa.esb.lib.dir}" includes="*.jar"/>
 		<fileset dir="${esb.samples.trailblazer.client.lib.dir}/ext" includes="*.jar"/>
 		<fileset dir="${esb.dest}/dist" includes="trailblazer-esb.jar"/>

Modified: trunk/samples/purchasing/completed/store/PurchaseGoodsProcess_Store.bpel
===================================================================
--- trunk/samples/purchasing/completed/store/PurchaseGoodsProcess_Store.bpel	2010-09-17 16:42:35 UTC (rev 410)
+++ trunk/samples/purchasing/completed/store/PurchaseGoodsProcess_Store.bpel	2010-09-20 13:06:32 UTC (rev 411)
@@ -69,7 +69,7 @@
                 </assign>
                 
                 <invoke inputVariable="creditCheckRequestVar" name="Send_CreditCheckRequest" operation="checkCredit" outputVariable="creditCheckOkVar" partnerLink="StoreToCreditAgency" portType="ca:CreditAgencyInterface"/>
-                portType="ca:CreditAgencyInterface"/>
+
 				<assign name="CopyPurchaseDetails">
                     <bpel:copy>
                         <bpel:from>

Modified: trunk/tools/plugins/org.jboss.savara.tap.eclipse/plugin.xml
===================================================================
--- trunk/tools/plugins/org.jboss.savara.tap.eclipse/plugin.xml	2010-09-17 16:42:35 UTC (rev 410)
+++ trunk/tools/plugins/org.jboss.savara.tap.eclipse/plugin.xml	2010-09-20 13:06:32 UTC (rev 411)
@@ -6,7 +6,8 @@
          point="org.eclipse.ui.popupMenus">
       <objectContribution
             objectClass="org.eclipse.core.resources.IFile"
-            id="org.jboss.savara.tap.eclipse.contribution1">
+            id="org.jboss.savara.tap.eclipse.contribution1"
+            nameFilter="*.tap" >
          <menu
                label="Savara"
                path="additions"



More information about the savara-commits mailing list