> > p362, Should the sentence "Some rule engines come with an > integrated rule > > editor or a toolkit for developing rule editors." drop the > word - editors, > > at the end? > > No, it's correct. It really means a single rule editor, or a toolkit > for developing specialized editors (i.e., editors that allow you to > specify only some subset of all possible rules, perhaps using a > natural language interface.)
Thanks for the clarification. I believe the following should be posted in the book forum, but I was having problem posting it (Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/ao/jia/setup.inc on line 130). Anyway, on p384 of the JIA book, I was trying the following code: String implName = "org.jcp.jsr94.ri.RuleServiceProvider"; Class.forName(implName); RuleServiceProvider serviceProvider = RuleServiceProviderManager.getRuleServiceProvider(implName); Since I didn't find org.jcp.jsr94.ri.RuleServiceProvider, so instead I used org.jcp.jsr94.jess.RuleServiceProviderImpl found in jsr94-ri.jar downloaded from http://jcp.org/aboutJava/communityprocess/review/jsr094/. But, got the following error: exception(javax.rules.ConfigurationException: No RuleServiceProvider registered against URI: org.jcp.jsr94.jess.RuleServiceProviderImpl), root cause(null) at javax.rules.RuleServiceProviderManager.getRuleServiceProvider(RuleServicePro viderManager.java:122) ... So, Is switching to org.jcp.jsr94.jess.RuleServiceProviderImpl correct? and What else did I miss? Thanks. Jenngang -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
