From b1e73405599a30d17dcd3fc7ce88b81305d73fff Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 5 Aug 2010 10:35:07 +0000 Subject: Port the JSONP binding from 2.x to 1.x to help with this conversation http://www.mail-archive.com/dev@tuscany.apache.org/msg13393.html. It's not in the build yet but works in my environment. Hoping that Fabiano will check that it works in his environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982536 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-1.x/trunk/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.java') diff --git a/sca-java-1.x/trunk/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.java b/sca-java-1.x/trunk/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.java index a903f6dbc0..d9cc443a35 100644 --- a/sca-java-1.x/trunk/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.java +++ b/sca-java-1.x/trunk/modules/contribution-jee-impl/src/main/java/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.java @@ -46,7 +46,7 @@ public class JavaEEModuleHelper { // Set the Thread context class loader as the module's class loader and all the Web and EJB modules // inside. Otherwise, SCA annotations could not be processed - // TODO: Eliminate the use of reflection for setting the class loader + // TODO: Eliminate the use of reflection for setting the class loader java.lang.reflect.Field field = null; try { field = appModule.getClass().getDeclaredField("classLoader"); @@ -100,7 +100,7 @@ public class JavaEEModuleHelper { } catch (IllegalAccessException e) { throw new ContributionReadException(e); } - } + } // Process deployment descriptor files ReadDescriptors readDescriptors = new ReadDescriptors(); -- cgit v1.2.3