[jboss-svn-commits] JBL Code SVN: r32205 - labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/abstractrecord.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 25 05:49:49 EDT 2010


Author: mark.little at jboss.com
Date: 2010-03-25 05:49:48 -0400 (Thu, 25 Mar 2010)
New Revision: 32205

Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/abstractrecord/RecordTypeManager.java
Log:
https://jira.jboss.org/jira/browse/JBTM-642

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/abstractrecord/RecordTypeManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/abstractrecord/RecordTypeManager.java	2010-03-25 09:49:05 UTC (rev 32204)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/coordinator/abstractrecord/RecordTypeManager.java	2010-03-25 09:49:48 UTC (rev 32205)
@@ -100,6 +100,12 @@
     
     static
     {
-        // trawl through properties to find bindings
+        /*
+         * TODO
+         * At present all record types that we need are known at compile time or can be
+         * added programmatically. We may want to allow them to be specified dynamically,
+         * e.g., on the command line or in a configuration file, but when that requirement
+         * happens we can fill in this block ...
+         */
     }
 }



More information about the jboss-svn-commits mailing list