Hi All,<br><br>I have a RuleBase I use it create a working memory,<br><br>I add some object to the working memory,<br><br>I execute the rules<br><br>I get some results<br><br>I serialize both the working memory and the rule base<br>
<br>I need the working memory<br><br>So, I try to desirialize the RuleBase<br><br>When trying to do so, I get the following error:<br><br>java.lang.ClassNotFoundException: No ClassLoaders found for: com.oss.activation.rules.core.types.clientorder.ServiceOrderShadowProxy<br>
<br>com.oss.activation.rules.core.types.clientorder.ServiceOrder is one of the objects i added to the working memory<br><br>I also tryed create the working memory with the keepReference option set to false but got the same error....<br>
<br><br>Any knows what could be wrong here?<br><br>Thanks!<br><br>Pedro.<br>