[jboss-svn-commits] JBL Code SVN: r21033 - in labs/jbossesb/trunk/product/samples/quickstarts: transform_EDI2XML_Groovy_XSLT and 3 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jul 15 04:55:20 EDT 2008
Author: kevin.conner at jboss.com
Date: 2008-07-15 04:55:20 -0400 (Tue, 15 Jul 2008)
New Revision: 21033
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml
labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/build.xml
labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/build.xml
Log:
Removed references to smooks-cdr and admin console: JBESB-1870
Modified: labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml 2008-07-15 08:55:20 UTC (rev 21033)
@@ -5,7 +5,7 @@
${line.separator}
</description>
- <property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+ <property name="additional.deploys" value="smooks-res.xml" />
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/build.xml 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/build.xml 2008-07-15 08:55:20 UTC (rev 21033)
@@ -5,7 +5,7 @@
${line.separator}
</description>
- <property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+ <property name="additional.deploys" value="smooks-res.xml" />
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt 2008-07-15 08:55:20 UTC (rev 21033)
@@ -52,19 +52,3 @@
The Flash demo at:
http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demo-03.html
-
-Playing with this Transformation through the Administration Console:
-====================================================================
- To load the Transformation Configurations defined in smooks-res.xml into the
- Admin Console, and have them managed from the Admin Console, do the following:
-
- 1. Deploy the console as outlined in MessageTransformation.pdf.
- 2. Edit the smooks-cdr.lst file in this folder, commenting out both the
- classpath based listings and uncommenting out the listing for the console
- HTTP URI. The same set of steps were executed at the start of the Flash
- demo.
- 3. In the console, import "smooks-res.xml" through the "Import Configurations"
- form.
- 4. You are now ready to start managing the message transformations through the
- console. You can add more transformations and modify the existing
- transformations.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/build.xml 2008-07-15 08:55:20 UTC (rev 21033)
@@ -5,7 +5,7 @@
${line.separator}
</description>
- <property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+ <property name="additional.deploys" value="smooks-res.xml" />
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt 2008-07-15 08:55:20 UTC (rev 21033)
@@ -70,24 +70,3 @@
orderDate value and extracting the components of the date from it (day,
month, zone etc). This means you avoid having to do this in your XSLT code,
which would be very ugly and difficult to maintain.
-
-Playing with this Transformation through the Administration Console:
-====================================================================
- To load the Transformation Configurations defined in smooks-res.xml into the
- Admin Console, and have them managed from the Admin Console, do the following:
-
- 1. Deploy the console as outlined in MessageTransformation.pdf.
- 2. Edit the smooks-cdr.lst file in this folder, commenting out both the
- classpath based listings and uncommenting out the listing for the console
- HTTP URI.
- 3. In the console:
- a) Add "Message Exchange Participants" for "A" and "B" through the "Manage
- Message Exchange Participants" form.
- b) Add new "Message Contract" against "A" and "B" for "text/xml:messageAtA"
- and "text/xml:messageAtB" respectively.
- Note: "messageAtA" and "messageAtB" are the Message Namespace values and
- "text/xml" is the Message Mime in both cases.
- c) Import "smooks-res.xml" through the "Import Configurations" form.
- 4. You are now ready to start managing the message transformations through the
- console. You can add more transformations and modify the existing
- transformations. Be sure to read MessageTransformation.pdf!!!
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml 2008-07-15 08:55:20 UTC (rev 21033)
@@ -4,7 +4,7 @@
${line.separator}
</description>
- <property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+ <property name="additional.deploys" value="smooks-res.xml" />
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt 2008-07-15 08:55:20 UTC (rev 21033)
@@ -64,24 +64,3 @@
running "ant notifyUpdate".
6. Rerun the sample again ("ant runtest") and notice the
transformation update.
-
-Playing with this Transformation through the Administration Console:
-====================================================================
- To load the Transformation Configurations defined in smooks-res.xml into the
- Admin Console, and have them managed from the Admin Console, do the following:
-
- 1. Deploy the console as outlined in MessageTransformation.pdf.
- 2. Edit the smooks-cdr.lst file in this folder, commenting out both the
- classpath based listings and uncommenting out the listing for the console
- HTTP URI.
- 3. In the console:
- a) Add "Message Exchange Participants" for "A" and "B" through the "Manage
- Message Exchange Participants" form.
- b) Add new "Message Contract" against "A" and "B" for "text/xml:messageAtA"
- and "text/xml:messageAtB" respectively.
- Note: "messageAtA" and "messageAtB" are the Message Namespace values and
- "text/xml" is the Message Mime in both cases.
- c) Import "smooks-res.xml" through the "Import Configurations" form.
- 4. You are now ready to start managing the message transformations through the
- console. You can add more transformations and modify the existing
- transformations.
\ No newline at end of file
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/build.xml 2008-07-15 06:00:04 UTC (rev 21032)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/build.xml 2008-07-15 08:55:20 UTC (rev 21033)
@@ -4,7 +4,7 @@
${line.separator}
</description>
- <property name="additional.deploys" value="smooks-cdr.lst,smooks-res.xml" />
+ <property name="additional.deploys" value="smooks-res.xml" />
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
More information about the jboss-svn-commits
mailing list