Skip to content

Commit

Permalink
Merge branch 'common-0.2-0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
imyousuf committed Apr 26, 2011
2 parents 8a064ad + 79f5ab5 commit 37543d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ private GuiceUtil(Properties properties) {
for (String moduleClassName : moduleClassNames) {
final Class clazz;
try {
clazz = Class.forName(StringUtils.trim(moduleClassName));
clazz = Class.forName(StringUtils.trim(moduleClassName), true, Thread.currentThread().getContextClassLoader());
}
catch (ClassNotFoundException ex) {
throw new IllegalStateException(ex);
Expand Down

0 comments on commit 37543d6

Please sign in to comment.