dev@glassfish.java.net

Re: CODE REVIEW: WebServiceEngine thread-unsafe initialization bugs #1694, #1695

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 07 Dec 2006 13:51:47 -0500

> + try {
> + final Class engineClass = Class.forName(
> "com.sun.enterprise.webservice.monitoring.WebServiceEngineImpl" );

I would use the Context Classloader to load the class instead. It will
not fix the problem, but it is safer and more robust.

-- Jeanfrancois