Skip to content

Commit

Permalink
Just a comment about Extension handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sauthieg committed Jan 31, 2011
1 parent 40d676a commit 69fd033
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -25,6 +25,8 @@ public abstract class AbstractWeldOSGiDeployment implements Deployment {

public AbstractWeldOSGiDeployment(Bootstrap bootstrap) {
this.serviceRegistry = new SimpleServiceRegistry();

// OK, Here we can install our own Extensions instances
this.extensions = bootstrap.loadExtensions(getClass().getClassLoader());
}

Expand Down

0 comments on commit 69fd033

Please sign in to comment.