Author: echatellier Date: 2012-06-04 16:34:55 +0200 (Mon, 04 Jun 2012) New Revision: 3438 Url: http://chorem.org/repositories/revision/lima/3438 Log: Remove test comment 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-06-04 14:33:59 UTC (rev 3437) +++ trunk/lima-business/src/main/java/org/chorem/lima/service/LimaServiceFactory.java 2012-06-04 14:34:55 UTC (rev 3438) @@ -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.jndiname.format", "ejb/{interfaceClass.simpleName}"); container = EJBContainer.createEJBContainer(props); }