4 Replies Latest reply on Sep 11, 2007 6:26 AM by peterarmistead

    JPA Sample with Glassfish / Seam 2.0.0

    peterarmistead


      I am trying to run Seam with Glassfish and am starting with the samples in Seam. I have downloaded the "nightly" build [jboss-seam-CVS.2007-09-08_10-34-45.zip] from SEAM 2.0.0 and the latest release candidate from Glassfish [v2-b58f].

      I have built the examples as described and get the following error when I verify the WAR file.

      Failed to find following classes:
      [
      org.jbpm.context.exe.ContextInstance,
      org.jbpm.taskmgmt.exe.TaskInstance,
      org.jbpm.graph.exe.ProcessInstance
      ]

      referenced in the following call stack :

      at org.jboss.seam.contexts.BusinessProcessContext
      ...
      etc


      OS is XP and Java is build 1.6.0_01-b06.

      Am I missing something in the setup, or do I need to include some extra JARs to get this running?

      Thanks for any tips,

      Peter