This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 30ac42d3b006117d6f2310c7fc16b6dd30818556 Author: dcosse <cosse@codelutin.com> Date: Fri Mar 6 19:04:15 2015 +0100 refs #1190 uncomment necessary code --- .../src/main/java/org/chorem/lima/service/LimaServiceFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java b/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java index 9fa26eb..5fcaa30 100644 --- a/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java +++ b/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java @@ -91,7 +91,7 @@ public class LimaServiceFactory { // as of openejb 4.6, bean-finder-shaded 3.15 doesn't scan full classpath anymore by default // see http://list.chorem.org/pipermail/lima-devel/2014-May/000154.html for more details - //System.setProperty("xbean.finder.use.get-resources", "true"); + System.setProperty("xbean.finder.use.get-resources", "true"); // see http://openejb.apache.org/embedded-configuration.html // http://openejb.apache.org/properties-listing.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.