[jboss-svn-commits] JBL Code SVN: r15692 - in labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO: src/org/jboss/soa/esb/dvdstore and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 9 13:38:14 EDT 2007
Author: burrsutter
Date: 2007-10-09 13:38:14 -0400 (Tue, 09 Oct 2007)
New Revision: 15692
Removed:
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/src/org/jboss/soa/esb/dvdstore/orderitem.st
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/smooks-res.xml
Log:
http://jira.jboss.com/jira/browse/JBESB-1147
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt 2007-10-09 17:21:35 UTC (rev 15691)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt 2007-10-09 17:38:14 UTC (rev 15692)
@@ -42,10 +42,9 @@
As stated above, reading MessageTransformation.pdf would be of great benefit
in understanding JBoss ESB Transformations.
- * esb-config.xml - uses the SmooksTransformerAction which is shipped with the
+ * jboss-esb.xml - uses the SmooksTransformerAction which is shipped with the
JBoss ESB.
- * smooks-res.xml - handles the mappings of the from/to combinations and
- determines which transformer to apply.
+ * smooks-res.xml - handles the mappings from XML to the POJO/Bean
* SampleOrder.xml - is the inbound test order. Feel free to modify the data
(not the structure) and send it into the transformer multiple times (ant
runtest) to see the results.
@@ -56,6 +55,4 @@
* src\org\jboss\soa\esb\dvdstore\OrderItem.java - holds a line item for the
Order.
* src\org\jboss\soa\esb\dvdstore\Customer.java - holds the Customer associated
- with the Order.
- * src\org\jboss\soa\esb\dvdstore\orderitem.st - is the string transformation
- template.
\ No newline at end of file
+ with the Order.
\ No newline at end of file
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/smooks-res.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/smooks-res.xml 2007-10-09 17:21:35 UTC (rev 15691)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/smooks-res.xml 2007-10-09 17:38:14 UTC (rev 15692)
@@ -44,10 +44,6 @@
</param>
</resource-config>
- <resource-config selector="order orderlines orderline">
- <resource>/org/jboss/soa/esb/dvdstore/orderitem.st</resource>
- </resource-config>
-
<resource-config selector="decoder:LongDate">
<resource>org.milyn.javabean.decoders.CalendarDecoder</resource>
<param name="format">EEE MMM dd HH:mm:ss z yyyy</param>
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/src/org/jboss/soa/esb/dvdstore/orderitem.st
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/src/org/jboss/soa/esb/dvdstore/orderitem.st 2007-10-09 17:21:35 UTC (rev 15691)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/src/org/jboss/soa/esb/dvdstore/orderitem.st 2007-10-09 17:38:14 UTC (rev 15692)
@@ -1,7 +0,0 @@
- <order-item>
- <index>$orderItem.position$</index>
- <quantity>$orderItem.quantity$</quantity>
- <product>$orderItem.productId$</product>
- <title>$orderItem.title$</title>
- <price>$orderItem.price$</price>
- </order-item>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list