[overlord-commits] Overlord SVN: r381 - in cdl/trunk/distribution: validator/jbossesb and 1 other directories.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Wed Oct 15 13:37:33 EDT 2008


Author: jeff.yuchang
Date: 2008-10-15 13:37:33 -0400 (Wed, 15 Oct 2008)
New Revision: 381

Added:
   cdl/trunk/distribution/src/main/release/install/readme.txt
   cdl/trunk/distribution/validator/jbossesb/overlord-cdl-validator.esb/
Removed:
   cdl/trunk/distribution/validator/jbossesb/overlord-cdl-validator-jbossesb.esb/
Modified:
   cdl/trunk/distribution/src/main/release/install/deployment.properties
   cdl/trunk/distribution/validator/jbossesb/build.xml
   cdl/trunk/distribution/validator/jbossesb/conf/jbossesb-properties-validator.xml
   cdl/trunk/distribution/validator/jbossesb/readme.txt
Log:
* Rename the overlord-cdl-validator-jbossesb.esb to take out the '-jbossesb'.
* Add a readme.txt in install folder.


Modified: cdl/trunk/distribution/src/main/release/install/deployment.properties
===================================================================
--- cdl/trunk/distribution/src/main/release/install/deployment.properties	2008-10-15 15:46:11 UTC (rev 380)
+++ cdl/trunk/distribution/src/main/release/install/deployment.properties	2008-10-15 17:37:33 UTC (rev 381)
@@ -7,11 +7,11 @@
 # This path should not include spaces. 
 # Use of relative paths or paths with spaces will cause runtime errors 
 # when deploying and executing the quickstart and the trailblazers. 
-# (e.g. /home/pbennett/jboss-4.0.5.GA-ejb3) 
-org.jboss.esb.server.home=/var/local/jboss
+# (e.g. /var/local/jboss-4.2.2.GA) 
+org.jboss.esb.server.home=/var/local/jboss-4.2.2.GA
 # The Configuration of JBoss AS to Use 
 # (e.g. default) 
 org.jboss.esb.server.config=default
 # The directory for JBossESB home
-# (e.g. /var/local/jbossesb-4.3.GA)
-org.jboss.esb.home=/var/local/jbossesb-4.3.GA
+# (e.g. /var/local/jbossesb-4.4.GA)
+org.jboss.esb.home=/var/local/jbossesb-4.4.GA

Added: cdl/trunk/distribution/src/main/release/install/readme.txt
===================================================================
--- cdl/trunk/distribution/src/main/release/install/readme.txt	                        (rev 0)
+++ cdl/trunk/distribution/src/main/release/install/readme.txt	2008-10-15 17:37:33 UTC (rev 381)
@@ -0,0 +1,13 @@
+The build.xml script in this directory is responsible for deploying the validator and conversational runtime for JBoss ESB.
+
+Deployment into JBoss ESB 4.4.GA
+=================================
+ - Install JBoss 4.2.2.GA into an appropriate location.
+ - Install JBoss ESB 4.4.GA into a location. Then follow the instructions in the JBossESB installation (install/readme.txt) to deploy
+   JBossESb into the JBossAS environment.
+ - Edit the deployment.properties file to update the JBossAS and JBossESB location settings.
+ - Run 'ant deploy' to deploy both the Overlord CDL conversational ESB actions and service validation capabilities.
+   OR Run 'ant deploy-overlord-cdl-runtime' to deploy just the conversational ESB actions support.
+   OR Run 'ant deploy-overlord-cdl-validator' to deploy just the service validation capability.
+
+For more detail, please refer to $doc/userguide GettingStarted chapter.

Modified: cdl/trunk/distribution/validator/jbossesb/build.xml
===================================================================
--- cdl/trunk/distribution/validator/jbossesb/build.xml	2008-10-15 15:46:11 UTC (rev 380)
+++ cdl/trunk/distribution/validator/jbossesb/build.xml	2008-10-15 17:37:33 UTC (rev 381)
@@ -8,7 +8,7 @@
 			   <fileset dir="${basedir}/pi4soa.sar"/>
 		   </copy>
 		   <copy todir="${target-server}/deploy/overlord-cdl-validator.esb">
-			   <fileset dir="${basedir}/overlord-cdl-validator-jbossesb.esb" />
+			   <fileset dir="${basedir}/overlord-cdl-validator.esb" />
 		   </copy>
 	</target>
 	
@@ -20,13 +20,13 @@
 	
 	<target name="register-validator-filter">
 		<echo message="register the validator filter in the jbossesb-properties file" />
-                <delete file="${target-server}/deploy/jbossesb.sar/jbossesb-properties.xml" />
+        <delete file="${target-server}/deploy/jbossesb.sar/jbossesb-properties.xml" />
 		<copy file="${basedir}/conf/jbossesb-properties-validator.xml" tofile="${target-server}/deploy/jbossesb.sar/jbossesb-properties.xml" />
 	</target>
 
 	<target name="unregister-validator-filter">
 		<echo message="unregister the validator filter from the jbossesb-properties file" />
-                <delete file="${target-server}/deploy/jbossesb.sar/jbossesb-properties.xml" />
+        <delete file="${target-server}/deploy/jbossesb.sar/jbossesb-properties.xml" />
 		<copy file="${basedir}/conf/jbossesb-properties.xml" tofile="${target-server}/deploy/jbossesb.sar/jbossesb-properties.xml" />
 	</target>
 	

Modified: cdl/trunk/distribution/validator/jbossesb/conf/jbossesb-properties-validator.xml
===================================================================
--- cdl/trunk/distribution/validator/jbossesb/conf/jbossesb-properties-validator.xml	2008-10-15 15:46:11 UTC (rev 380)
+++ cdl/trunk/distribution/validator/jbossesb/conf/jbossesb-properties-validator.xml	2008-10-15 17:37:33 UTC (rev 381)
@@ -90,6 +90,6 @@
     <properties name="filters">
     	<property name="org.jboss.soa.esb.filter.1" value="org.jboss.internal.soa.esb.message.filter.MetaDataFilter"/>
     	<property name="org.jboss.soa.esb.filter.2" value="org.jboss.internal.soa.esb.message.filter.GatewayFilter"/>
-	<property name="org.jboss.soa.esb.filter.10" value="org.pi4soa.jbossesb.validator.ValidatorFilter" />
+    	<property name="org.jboss.soa.esb.filter.10" value="org.pi4soa.jbossesb.validator.ValidatorFilter" />
     </properties>
 </esb>

Copied: cdl/trunk/distribution/validator/jbossesb/overlord-cdl-validator.esb (from rev 379, cdl/trunk/distribution/validator/jbossesb/overlord-cdl-validator-jbossesb.esb)

Modified: cdl/trunk/distribution/validator/jbossesb/readme.txt
===================================================================
--- cdl/trunk/distribution/validator/jbossesb/readme.txt	2008-10-15 15:46:11 UTC (rev 380)
+++ cdl/trunk/distribution/validator/jbossesb/readme.txt	2008-10-15 17:37:33 UTC (rev 381)
@@ -1,12 +1,11 @@
-
-Required to deploy the governance libraries.
+Required to deploy the validator libraries.
 - ANT
 
 Folder structures
 -----------------------
 1 - pi4soa.sar    
 
-2 - overlord-cdl-validator-jbossesb.esb   It contains the monitor config file (WS-CDL file) that will be used by the Filter.
+2 - overlord-cdl-validator.esb   It contains the monitor config file (WS-CDL file) that will be used by the Filter.
 
 3 - conf/         It contains the proper configuration for governance deployment.
 
@@ -14,20 +13,20 @@
 
 
 
-Instructions for deploying/undeploying governance libraries
------------------------------------------------------------
-1 - Put the "governance" folder is under the $JBossESB/install folder.
+Instructions for deploying/undeploying by using ANT (recommended)
+------------------------------------------------------------------
+1 - Go to $overlord-cdl/install directory.
 
-2 - Run "ant deploy" to deploy the governance libraries.
+2 - Run "ant deploy-cdl-validator" to deploy the validator libraries.
 
-3 - Run "ant undeploy" to undeploy the governance libraries. 
+3 - Run "ant undeploy-cdl-validator" to undeploy the validator libraries. 
 
 
 
-Deploying governance libraries manually
+Deploying validator libraries manually
 -----------------------------------------------------------
 
-1 - Copy the "pi4soa.sar", "monitor.esb" two libraries to the $JBossESB/server/$domain/deploy folder. 
+1 - Copy the "pi4soa.sar", "monitor.esb" two libraries to the $JBossESB/server/config (e.g. default)/deploy folder. 
 
 2 - Open up the "jbossesb-properties.xml", which is loated in the $JBossESB/server/$domain/deploy/jbossesb.sar folder.
     




More information about the overlord-commits mailing list