[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 - sample - websale cannot run - table or view d

hipchic do-not-reply at jboss.com
Fri Mar 30 15:35:42 EDT 2007


I have another question when i try to run the JUnit Tests "WebsaleTest"

public void loadIdentities() {
    JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
    try {
      Entity[] entities = IdentityXmlParser.parseEntitiesResource("hsqldb/identity.db.xml");
      IdentitySession identitySession = new IdentitySession(jbpmContext.getSession());
      for (int i=0; i<entities.length; i++) {
        identitySession.saveEntity(entities);
      }
    } finally {
      jbpmContext.close();
    }
  }


I don't find where these file hsqldb/identity.db.xml ????
Where i can found it ?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033345#4033345

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033345



More information about the jboss-user mailing list