[jboss-cvs] jboss-seam/src/main/org/jboss/seam/drools ...
Norman Richards
norman.richards at jboss.com
Wed Aug 29 12:01:03 EDT 2007
User: nrichards
Date: 07/08/29 12:01:03
Modified: src/main/org/jboss/seam/drools RuleAgent.java
Log:
cleanup
Revision Changes Path
1.2 +5 -8 jboss-seam/src/main/org/jboss/seam/drools/RuleAgent.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RuleAgent.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools/RuleAgent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- RuleAgent.java 29 Aug 2007 13:25:36 -0000 1.1
+++ RuleAgent.java 29 Aug 2007 16:01:03 -0000 1.2
@@ -14,7 +14,7 @@
import org.jboss.seam.util.Resources;
/**
- * Manager component for a BRMS RuleBase
+ * Manager component for a rule base loaded from a drools RulesAgent
*/
@Scope(ScopeType.APPLICATION)
@BypassInterceptors
@@ -25,7 +25,6 @@
private org.drools.agent.RuleAgent agent;
private String configurationFile;
-
private String newInstance;
private String files;
private String url;
@@ -42,6 +41,7 @@
setLocalProperties(properties);
agent = org.drools.agent.RuleAgent.newRuleAgent(properties);
+ log.debug("Creating new rules agent");
}
protected void setLocalProperties(Properties properties)
@@ -158,7 +158,4 @@
this.configurationFile = brmsConfig;
}
-
-
-
}
More information about the jboss-cvs-commits
mailing list