1 Reply Latest reply on Oct 15, 2007 9:44 PM by pedroluppi

    How to configure JBPM console to a new JBOSS

    pedroluppi

      I found in other topics that exists some in Wiki that explain it, but i did not found.

      In a new jboss, in put in the folder server/default/deploy the file jbpm-console.war and in the folder server/default/data/hypersonic the localDB.properties and localDB.script.

      I can see the application, but I can not login.

        • 1. Re: How to configure JBPM console to a new JBOSS
          pedroluppi

          Now, I created two files in jboss/server/default/conf:
          user.properties
          ernie=ernie
          bert=bert
          cookie monster=cookie monster
          grover=grover

          and roles.propeties
          ernie=participant,administrator,manager
          bert=participant
          cookie monster=participant
          grover=participant

          And i go to a page that starts with:
          /participant/home.xhtml @29,86 items="#{participantBean.personalTaskInstances}": org.hibernate.HibernateException: Could not find datasource


          In the stack trace, I saw the error:
          JbpmDS not bound
          .
          I know that I probaly have to create jbpm-ds.xml with <local-tx-datasource>JbpmDS <local-tx-datasource>, but I have no idea what have to pu in this archive to work with the default database(hypersonic - create by localDB.script).