Skip to content

Commit

Permalink
Merge pull request #3 from willowandcreek/master
Browse files Browse the repository at this point in the history
Ensuring that bundled get initialized properly. Fix for issue #2
  • Loading branch information
ChristerF committed May 7, 2014
2 parents 8fcc5ae + 2684181 commit a15f79f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/twilio/wiztowar/DWAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ private void initialize() {

environment.start();

bootstrap.runWithBundles(configuration, environment); //Fix for issue https://github.com/twilio/wiztowar/issues/2

dwService.run(configuration, environment);
addHealthChecks(environment);
final ServletContext servletContext = ServletContextCallback.getServletContext();
Expand Down

0 comments on commit a15f79f

Please sign in to comment.