jungm commented on code in PR #1232:
URL: https://github.com/apache/tomee/pull/1232#discussion_r1666012747
##########
container/openejb-core/src/main/java/org/apache/openejb/config/BuiltInEnvironmentEntries.java:
##########
@@ -105,7 +105,6 @@ private void add(final JndiConsumer jndi, final
DeploymentModule module, final D
// Jakarta Concurrency ยง3.3.4.3
add(jndi.getResourceEnvRefMap(), new
ResourceEnvRef().name("java:comp/DefaultContextService").type(ContextService.class));
-
Review Comment:
done
##########
container/openejb-core/src/main/java/org/apache/openejb/threads/impl/ContextServiceImplFactory.java:
##########
@@ -29,6 +35,9 @@
public class ContextServiceImplFactory {
+ private static final Logger LOGGER =
Logger.getInstance(LogCategory.OPENEJB, ContextServiceImplFactory.class);
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]