Hi I like the idea of shadow facts, but I have two questions:
1.) Do classes that should be used as shadow fact have to implement java.io.Serializable? According to the documentation yes but the pricing example model classes do not implement java.io.Serializable... 2.) Do I have to explicitly define that a shadow fact extends a super shadow fact even when the JAVA implementation already extends the class? My rules only work with a declaration like (deftemplate A (declare (from-class A))) (deftemplate B extends A (declare (from-class B))) I was suprised that (deftemplate A (declare (from-class A))) (deftemplate B (declare (from-class B))) did not work because the JAVA class B already extends A. Thanks Gerhard -------------------------------------------------------------------- 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] --------------------------------------------------------------------
