<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    One way that would also work is to just build everything from source<br>
    <br>
    git clone ...droolsjbpm-build-bootstrap<br>
    cd droolsjbpm-build-bootstrap/script<br>
    ./git-clone-others.sh<br>
    ./mvn-all.sh clean install -DskipTests -Dfull<br>
    <br>
    <div class="moz-cite-prefix">On 09-04-13 09:26, Stephen Masters
      wrote:<br>
    </div>
    <blockquote cite="mid:6CE34778-7EF5-4DDC-90B2-439D93353F03@me.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div>Doing a quick count of all the contents of the Guvnor
        WEB-INF/lib directory, there are about 90 jars. Any of those,
        which are also in your project could be causing the problem. I
        take it that you are using exactly the same snapshot for Guvnor
        as you are for your Drools runtime?</div>
      <div><br>
      </div>
      <div>If you want to work out which it is, then you have 3 choices
        that I can think of off-hand:</div>
      <div>
        <ol>
          <li>Dump the contents of the Guvnor WEB-INF/lib directory in
            your own project's lib. A really bad idea, btw.</li>
          <li>Search through all the Jars to find out which of them
            contains the class that your stack trace is complaining
            about. The stack trace is giving you the serialVersionUID of
            the class, so it's just a case of doing a text search
            through all of your jars to find it. Replace the jar in your
            project with the one from Guvnor.</li>
          <li>Use Maven to build your project so that you are using the
            correct dependencies.</li>
        </ol>
      </div>
      <div>That is assuming that the out-of-sync class isn't in your own
        code. You did search your code for those serialVersionUIDs
        didn't you?</div>
      <div><br>
      </div>
      <div>Steve</div>
      <div><br>
      </div>
      <br>
      <div>
        <div>On 9 Apr 2013, at 06:26, abhinay_agarwal &lt;<a
            moz-do-not-send="true"
            href="mailto:abhinay_agarwal@infosys.com">abhinay_agarwal@infosys.com</a>&gt;
          wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite">I downloaded the
          guvnor-distribution-5.5.1-SNAPSHOT from<br>
          <a moz-do-not-send="true"
            href="https://hudson.jboss.org/hudson/job/guvnor-5.5.x/">https://hudson.jboss.org/hudson/job/guvnor-5.5.x/</a>
          which mike provided me.<br>
          <br>
          I wrote rules into it, build the package and created a
          snapshot. Now, i want<br>
          to fire those rules from my project in eclipse,using
          changeset, i do<br>
          understand a drools runtime is required to do so.<br>
          Inorder to achieve this, I added the jars found inside<br>
          "drools-distribution-5.5.1-20130408.101252-201" into my
          project build path. <br>
          <br>
          I dont understand, if I am not supposed to add these jars into
          the build<br>
          file of my project, then which jars should I add ?<br>
          <br>
          Thanks,<br>
          Abhinay<br>
          <br>
          <br>
          <br>
          --<br>
          View this message in context: <a moz-do-not-send="true"
href="http://drools.46999.n3.nabble.com/Error-using-5-5-1-guvnor-built-with-5-5-0-Final-jars-tp4023247p4023254.html">http://drools.46999.n3.nabble.com/Error-using-5-5-1-guvnor-built-with-5-5-0-Final-jars-tp4023247p4023254.html</a><br>
          Sent from the Drools: User forum mailing list archive at <a
            moz-do-not-send="true" href="http://Nabble.com">Nabble.com</a>.<br>
          _______________________________________________<br>
          rules-users mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
          <a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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></pre>
    </blockquote>
    <br>
  </body>
</html>