Skip to content

Commit

Permalink
RHBPMS-4659 - persisting org.slf4j.Logger fails - temp fix for test (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tihomir Surdilovic committed May 30, 2017
1 parent 39f3315 commit 7b812ed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ public void testWithDatabaseAndStartProcess() throws Exception {
NonSerializableClass processVar = new NonSerializableClass();
processVar.setString("1234567890");
params.put(VAR_NAME, processVar);
params.put("logger", logger);


// Persist variable
UserTransaction ut = (UserTransaction) new InitialContext().lookup("java:comp/UserTransaction");
ut.begin();
Expand Down

0 comments on commit 7b812ed

Please sign in to comment.