I haven't actually tested this with your example yet, but I recall having a similar problem. I notice you are using the raw java.io.ObjectInputStream and java.io.ObjectOutputStream. I think what I did was switch to org.drools.common.DroolsObjectInputStream and org.drools.common.DroolsObjectOutputStream. Have you tried it with these yet?
Regards, Rick On 6/15/09, Przemysław Różycki <[email protected]> wrote: > > Hello, > > IMHO, this bug still occurs in 5.0.1 final version as well as in trunk. I > put the proper comment and example code in JIRA: > https://jira.jboss.org/jira/browse/JBRULES-1946 > > I need it working quite quickly, so if the Drools developers plan to solve > it later, then I will try to look at the source code by myself and find the > solution (and share of course). > > However I would like to ask if anyone tried to diagnose the problem earlier > and has some thoughts where to look for the cause? > > Best regards, > -- > Przemysław Różycki > Architekt IT > AMG.net, A Bull Group Company > ul. Łąkowa 29 > 90-554 Łódź > tel.: (+48 42) 296 11 82 > GSM: (+48) 510 022 612 > jid: [email protected] > GG: 145116 > www.amg.net.pl > > > Treść niniejszej wiadomości może być poufna. Jeżeli nie jesteście Państwo > jej adresatem, to rozprowadzanie lub wykorzystywanie zawartych tu informacji > jest zabronione. > > This e-mail contains material that is confidential for the sole use of the > intended recipient. Any review, reliance or distribution by others or > forwarding without express permission is strictly prohibited. If you are not > the intended recipient, please contact the sender and delete all copies. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
