1 Reply Latest reply on Oct 26, 2009 8:04 PM by mark.supinski

    Rulesbooking example from "Seam Framework Experience..."

    mark.supinski

      Hi all-


      I'm trying to get the rulesbooking example from the book Seam Framework Experience the Evolution of Java EE


      I've followed the getting started guide here, and am able to compile and deploy the seam 2.2.0.GA examples.  I can't (unfortunately) get the rulesbooking demo to work.  I note that after a compile, nothing is placed in the build directory, and when I try to deploy the app, there is an ear file missing.


      I am suspicious that this is the know issue where one must add a java vm argument.  This is 'fixed' in the seam2.2.0 build parameters -- I think I need to apply this same fix to the demo from the book.  I don't know what to do to make this happen, however.


      Any help would be appreciated!


      Mark

        • 1. Re: Rulesbooking example from "Seam Framework Experience..."
          mark.supinski

          I resolved the ear file missing issue (it helps to use the right ant target when building).


          I've now run into a strange error when JbossAs5.1.0 tries to deploy the application:



          DEPLOYMENTS IN ERROR:
            Deployment vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/booking.ear/ is in error due to the following reason(s): java.lang.ClassNotFoundException: org.drools.runtime.rule.WorkingMemoryEntryPoint



          Anyone have an idea on how to proceed??


          Thanks


          Mark