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

1
0
-1

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".

<dependencies>
     <parameters/>
     <actors>
       <actor actor"> name="Employee
         <description> This is an example of an actor that is mapped to any ACME users </ description>
       </ actor>
          <actor name="Employee actor"/>
     </ actors>
   </ dependencies>

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!

Comments

Submitted by vicentemagalhaesjr on Tue, 06/24/2014 - 15:42
            // deploy the process
            final ProcessDefinition processDefinition = processAPI.deploy(businessArchive);
            long processDefinitionId = processAPI.getProcessDefinitionId(processDefinition.getName(), processDefinition.getVersion());
            List<Problem> listProblems =    processAPI.getProcessResolutionProblems(processDefinitionId);
            if(listProblems.size() > 0 ){
                  System.out.println("Error:"+listProblems.get(0).getDescription());
            }
No answers yet.
Notifications