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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...