<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The reason why drools-core is a single jar is because we inline
dependencies like ASM. We will inline MVEL in a week or so.<br>
<br>
Mark<br>
Shai Bentin wrote:
<blockquote cite="mid:824AE821-46E1-4844-85ED-E04B3615F98B@bentin.org"
 type="cite">
  <pre wrap="">I saw you already put the fix in, however I think that within the MvelDataProvider you have a "DroolsMVELFactory" which is also not serializable. 

I'm working with MR2 and fixed it there, I wanted to add it to MR3 but I see it has different code so I guess so other fixes were done there.

BTW. On earlier versions of drools I only needed the drools-core jar in runtime. Now it seems I will also need to add the mvel jar as well. It was nice not having to care about such dependencies.

Shai


-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:rules-users-bounces@lists.jboss.org">rules-users-bounces@lists.jboss.org</a> [<a class="moz-txt-link-freetext" href="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</a>] On Behalf Of Mark Proctor
Sent: Thursday, June 14, 2007 9:34 PM
To: Rules Users List
Subject: Re: [rules-users] org.drools.base.dataproviders.MVELDataProvider not Serializable

oops, I'll open a jira for this and fix in 4.0 now.

Mark
bentins wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">When trying to serialize a Package I get the message that
org.drools.base.dataproviders.MVELDataProvider is not serializable. I only
get this problem when I have the "from" word inmy rules.

Looking at the code is does seem that this class is not serializable, and
also one of its including memebers.
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>




_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>