From: <jm...@us...> - 2012-03-26 21:05:51
|
Revision: 2976 http://eulergui.svn.sourceforge.net/eulergui/?rev=2976&view=rev Author: jmvanel Date: 2012-03-26 21:05:45 +0000 (Mon, 26 Mar 2012) Log Message: ----------- FIX TestGenericGuiGeneration : WIP - in N3Source.manageParseN3(), the call to doParseN3() is synchronized in all cases ( one thread was closing the input stream while another was reading ) - add a remove method in GUIKBAdapter ( retraction errors occured, due to new retraction mechanism with Drools retraction listener but still TODO : ERROR in running Drools Inference Engine Cause: Exception executing consequence for rule "generic_gui_projection-rules.n3 7" in generic_gui_projection_rules_n3_4: org.drools.RuntimeDroolsException: Unexpected exception executing action org.drools.common.TruthMaintenanceSystem$LogicalRetractCallback@798daa3f ERROR Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/GUIKBAdapter.java trunk/eulergui/src/main/java/eulergui/inference/drools/impl/JavaObjectsRetractionListener.java trunk/eulergui/src/main/java/eulergui/project/N3Source.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |