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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to