You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/06/25 15:56:16 UTC

svn commit: r957943 - /incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd

Author: linsun
Date: Fri Jun 25 13:56:16 2010
New Revision: 957943

URL: http://svn.apache.org/viewvc?rev=957943&view=rev
Log:
minor updates to transaction schema

Modified:
    incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd

Modified: incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd?rev=957943&r1=957942&r2=957943&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd (original)
+++ incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transaction.xsd Fri Jun 25 13:56:16 2010
@@ -23,7 +23,7 @@
   <xsd:annotation>
     <xsd:documentation>
       <![CDATA[
-        This is the XML Schema for the OSGi Blueprint declarative transaction 1.0.0 development descriptor.  Blueprint declarative transaction is a custom namespace for OSGi Blueprint service 1.0.0 developemnt descriptor.  It is designed to be used to decorate transaction strategy/attribute of the bean component.  Blueprint configuration files using this schema must indicate the schema using the transactions/v1.0.0 namespace.  For example,
+        This is the XML Schema for the OSGi Blueprint declarative transaction 1.0.0 development descriptor.  Blueprint declarative transaction is a custom namespace for OSGi Blueprint service 1.0.0 development descriptor.  It is designed to be used to decorate transaction strategy/attribute of the bean component.  Blueprint configuration files using this schema must indicate the schema using the transactions/v1.0.0 namespace.  For example,
         <transaction xmlns="http://aries.apache.org/xmlns/transactions/v1.0.0">
         if used as a qualified namespace, "tx" is the recommended namespace prefix.
       ]]>
@@ -34,7 +34,7 @@
     <xsd:annotation>
       <xsd:documentation>
         <![CDATA[
-          The TtransactionStrategy type defined the transaction strategy/attribute for blueprint declarative transaction.  
+          The TtransactionStrategy type defines the transaction strategy/attribute for blueprint declarative transaction.  
         ]]>
       </xsd:documentation>
     </xsd:annotation>
@@ -52,7 +52,7 @@
     <xsd:annotation>
       <xsd:documentation>
         <![CDATA[
-          Ttransaction defines one or more methods that are intercepted with the specified transaction strategy.
+          Ttransaction defines one or more methods that are intercepted with the specified transaction strategy.  Multiple methods names can be wild-carded with '*'.
         ]]>
       </xsd:documentation>
       </xsd:annotation>