r3376 - trunk/lima-business/src/main/java/org/chorem/lima/service
Author: echatellier Date: 2012-04-18 10:14:53 +0200 (Wed, 18 Apr 2012) New Revision: 3376 Url: http://chorem.org/repositories/revision/lima/3376 Log: Disable openejb banner (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-04-18 08:14:34 UTC (rev 3375) +++ trunk/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java 2012-04-18 08:14:53 UTC (rev 3376) @@ -89,6 +89,7 @@ // 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