summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.x/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/impl/JavaEEIntrospectorImpl.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/impl/JavaEEIntrospectorImpl.java b/branches/sca-java-1.x/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/impl/JavaEEIntrospectorImpl.java
index b159a21fb2..89a09c84c5 100644
--- a/branches/sca-java-1.x/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/impl/JavaEEIntrospectorImpl.java
+++ b/branches/sca-java-1.x/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/impl/JavaEEIntrospectorImpl.java
@@ -239,6 +239,7 @@ public class JavaEEIntrospectorImpl implements JavaEEIntrospector {
}
ClassLoader classLoader = ejbModule.getClassLoader();
+ ejbModuleInfo.setmoduleClassloader(classLoader);
Map<String, EnterpriseBean> beansMap = ejbJar.getEnterpriseBeansByEjbName();
for (Map.Entry<String, EnterpriseBean> entry : beansMap.entrySet()) {
EnterpriseBean bean = entry.getValue();