[jboss-svn-commits] JBL Code SVN: r14634 - labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 27 07:11:54 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-08-27 07:11:53 -0400 (Mon, 27 Aug 2007)
New Revision: 14634

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
Log:
JBRULES-1090

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-08-27 10:47:55 UTC (rev 14633)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-BRMS/Section-UserGuide.xml	2007-08-27 11:11:53 UTC (rev 14634)
@@ -746,6 +746,8 @@
   'Person.age' : (new com.yourco.DataHelper()).getListOfAges()
 </programlisting>
 This assumes you have a class called "DataHelper" which has a method "getListOfAges()" which returns a List of strings (and is on the classpath). You can of course mix these "dynamic" enumerations with fixed lists. You could for example load from a database using JDBC.
+The data enumerations are loaded the first time you use the guided editor in a session. If you have any guided editor sessions open - you will need to close and then open the rule to see the change. 
+To check the enumeration is loaded - if you go to the Package configuration screen, you can "save and validate" the package - this will check it and provide any error feedback.
       </para>
 
     </section>




More information about the jboss-svn-commits mailing list