Skip to content

Commit

Permalink
active-bpel is now activebpel as - signs in engine names may cause pr…
Browse files Browse the repository at this point in the history
…oblems.
  • Loading branch information
simonharrer committed Sep 29, 2015
1 parent d847c98 commit bffccd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ActiveBpelEngine extends AbstractLocalBPELEngine {

@Override
public Engine getEngineId() {
return new Engine(ProcessLanguage.BPEL, "active-bpel", "5.0.2");
return new Engine(ProcessLanguage.BPEL, "activebpel", "5.0.2");
}

public Path getXsltPath() {
Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/betsy/BPELSystemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void test_B5__B1_BpelOpenesbSequence() throws IOException, InterruptedExc

@Test
public void test_B6_BpelActiveBpelSequence() throws IOException, InterruptedException {
testBPELEngine("active_bpel__5_0_2");
testBPELEngine("activebpel__5_0_2");
}

@Test @Ignore("older revision, possibly unstable")
Expand Down

0 comments on commit bffccd1

Please sign in to comment.