[jboss-svn-commits] JBL Code SVN: r12998 - labs/jbossesb/trunk/product/services/smooks/src/main/java/org/jboss/soa/esb/actions/converters.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 2 04:01:02 EDT 2007


Author: beve
Date: 2007-07-02 04:01:02 -0400 (Mon, 02 Jul 2007)
New Revision: 12998

Modified:
   labs/jbossesb/trunk/product/services/smooks/src/main/java/org/jboss/soa/esb/actions/converters/SmooksTransformer.java
Log:
Just updated the javadoc with an example of the resource-config property as I was looking for one and thought others might aswell.


Modified: labs/jbossesb/trunk/product/services/smooks/src/main/java/org/jboss/soa/esb/actions/converters/SmooksTransformer.java
===================================================================
--- labs/jbossesb/trunk/product/services/smooks/src/main/java/org/jboss/soa/esb/actions/converters/SmooksTransformer.java	2007-07-02 07:56:44 UTC (rev 12997)
+++ labs/jbossesb/trunk/product/services/smooks/src/main/java/org/jboss/soa/esb/actions/converters/SmooksTransformer.java	2007-07-02 08:01:02 UTC (rev 12998)
@@ -57,6 +57,9 @@
  *      <li>Out of a Smooks resource configuration whose URL is specified directly on the action via the
  *          "resource-config" property.  If no URI scheme ("http", "file" etc) is specified on the
  *          resource config, the resource is assumed to reside on the local classpath.
+ *          </p>
+ *          Example :</p>
+ *          &lt;property name="<b>resource-config</b>" value="/smooks-res.xml" /&gt;
  *      </li>
  *      <li>Out of a centralised Smooks resource configuration datasource managed by the Transformation Admin Console.
  *          This datasource is configured in the smooks.esb deployment.  See the "console.url" property in the




More information about the jboss-svn-commits mailing list