This is an automated email from the git hooks/post-receive script. New commit to branch feature/1197-modularisation in repository lima. See http://git.chorem.org/lima.git commit 76f02ea2ca7a7239b10f917b9b6935f7b082d8db Author: dcosse <cosse@codelutin.com> Date: Thu Mar 19 14:26:28 2015 +0100 refs #1197 prise en compte des parametres ejbd par LimaServiceFactory --- .../src/main/java/org/chorem/lima/business/LimaServiceFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lima-business-api/src/main/java/org/chorem/lima/business/LimaServiceFactory.java b/lima-business-api/src/main/java/org/chorem/lima/business/LimaServiceFactory.java index 4173446..e3c4b20 100644 --- a/lima-business-api/src/main/java/org/chorem/lima/business/LimaServiceFactory.java +++ b/lima-business-api/src/main/java/org/chorem/lima/business/LimaServiceFactory.java @@ -22,6 +22,7 @@ package org.chorem.lima.business; +import com.google.common.base.Preconditions; import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; @@ -42,8 +43,6 @@ import java.util.HashMap; import java.util.Map; import java.util.Properties; -import com.google.common.base.Preconditions; - /** This class is a service factory based on embedded openejb container. */ public class LimaServiceFactory { @@ -78,6 +77,7 @@ public class LimaServiceFactory { // introducing strange behaviour in AppConfig loading // only copy necessary options props.putAll(config.getOptionStartsWith("java.naming")); + props.putAll(config.getOptionStartsWith("ejbd")); props.putAll(config.getOptionStartsWith("openejb")); if (StringUtils.isBlank(config.getOption(Context.PROVIDER_URL)) || Boolean.valueOf(config.getOption("openejb.embedded.remotable"))) { props.put(Context.INITIAL_CONTEXT_FACTORY, LocalInitialContextFactory.class.getName()); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.