r3433 - trunk/lima-business/src/main/java/org/chorem/lima/service
Author: echatellier Date: 2012-05-30 16:01:56 +0200 (Wed, 30 May 2012) New Revision: 3433 Url: http://chorem.org/repositories/revision/lima/3433 Log: Remove openejb sysout Modified: trunk/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java Modified: trunk/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java =================================================================== --- trunk/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java 2012-05-30 10:33:35 UTC (rev 3432) +++ trunk/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java 2012-05-30 14:01:56 UTC (rev 3433) @@ -89,7 +89,6 @@ // see http://openejb.apache.org/embedded-configuration.html // http://openejb.apache.org/properties-listing.html // for embedded configuration - props.setProperty("openejb.nobanner", "false"); container = EJBContainer.createEJBContainer(props); }
participants (1)
-
echatellier@users.chorem.org