X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2Fj2ee%2FServlet.java;h=2b149c910bb36ae340a4c2a977ea1da56845bba1;hp=14ace40ab7283287b2cf9f6f0260b5f1f6ed3ed4;hb=762009abaf3acc38003c9635115c721c602bdaa5;hpb=b1f70a1cd26e6ba6af9ae0bb067f60786ae2e550 diff --git a/src/dolda/jsvc/j2ee/Servlet.java b/src/dolda/jsvc/j2ee/Servlet.java index 14ace40..2b149c9 100644 --- a/src/dolda/jsvc/j2ee/Servlet.java +++ b/src/dolda/jsvc/j2ee/Servlet.java @@ -31,7 +31,7 @@ public class Servlet extends HttpServlet { } catch(ClassNotFoundException e) { throw(new ServletException("Invalid JSvc bootstrapper specified", e)); } - tg = new ThreadContext(null, "JSvc service", new J2eeContext(cfg), bc); + tg = new ThreadContext(null, "JSvc service", J2eeContext.create(cfg), bc); } public void destroy() {