Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/Java/GWT/Server/src/org/litesoft/GWT/server/AbstractServerApp.java

Diff revisions: vs.
  @@ -79,7 +79,7 @@
79 79 try {
80 80 initializeLogger( instantiateConfiguration() );
81 81 logConfigurationLoadingWarnings();
82 - new ServerContext( new ContextID( "StartUp", "App" ), new SimpleMapServerSession() ).set();
82 + new RequestContext( new ContextID( "StartUp", "App" ) ).set();
83 83 startUpApplication();
84 84 logServletContextInitParameterNames();
85 85 initComplete();