Bonita Runtime 6.3.1 + deploy file ".Bar", always accuses issue of dependencies.

Hi,

But there is only one pool, I have configured all actors.

I was wondering any way to put these dependencies within the “process-design.xml” file.

Below is how the dependency of my file “process-design.xml”.

name="Employee This is an example of an actor that is mapped to any ACME users

For what reason Bonita Runtime 6.3.1 with Postgres database 9.1 is launched the ‘Actor’ Employee actor 'does not contain any members "error.

Please can someone give me a hand?

I’m desperate!

// deploy the process final ProcessDefinition processDefinition = processAPI.deploy(businessArchive); long processDefinitionId = processAPI.getProcessDefinitionId(processDefinition.getName(), processDefinition.getVersion()); List listProblems = processAPI.getProcessResolutionProblems(processDefinitionId); if(listProblems.size() > 0 ){ System.out.println("Error:"+listProblems.get(0).getDescription()); }