1 Reply Latest reply on Jun 22, 2006 10:13 AM by kukeltje

    What happens to the JAVA classes in a .par file while deploy

    derjohannes

      When I save a process like the starter's-kit "websale" through the jboss ide, i can include all necessary java classes in this .par file.

      The contents of such a .par file are for instance:
      \classes\org\jbpm\websale\RemindActor.class
      \classes\org\jbpm\websale\UpdateBooks.class
      \classes\org\jbpm\websale\ShipItem.class
      gpd.xml
      processdefinition.xml
      processimage.jpg

      What happens exactly to all these files and classes when the .par file gets deployed?

      I think that the processdefiniton.xml gets parsed and fed into the jBPM database. But what happens to the rest (processimage.jpg, gpd.xml and the java classes)?

      Will the jBPM server automatically know the java classes after deployment?

      Thank you for your help.

      Johannes