4 Replies Latest reply on Aug 25, 2011 11:42 PM by tob1as

    Pojos to Guvnor

    diogosaad

      Hi All,

       

      I've designed one Process definition on Eclipse and uploaded it to Guvnor.

      The process definition rely on two variables associated to POJOs, as follow:

       

      <itemDefinition id="_userItem" structureRef="sae.User" />

        <itemDefinition id="_guiaItem" structureRef="sae.Guide" />

       

       

      I can execute the Process in Eclipse cause I have the classes in my classpath but in Guvnor the editor does not even open it.

      I'm assuming both User and Guide classes are missing.

       

      How can I deploy all Pojos to Guvnor?


      Thanks