Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #37238 All Revisions ] Back to Issue ]
Summary 0037238: OBMessageUtils class fails generating the vars when there is no Request
Revision 2017-11-23 13:47 by caristu
Description When a java process is executed without any request. For example a background process that implements the Process interface. The OBMessageUtils fails to generate the exeception message if it needs to load a VariablesSecureApp instance.

The problem is that it is loading the vars using:
final VariablesSecureApp vars = RequestContext.get().getVariablesSecureApp();

Which throws a OBException in case the RequestContext has no session.
Revision 2017-11-07 10:50 by caristu
Description When a java process is executed without any request. For example a background process. The OBMessageUtils fails to generate the exeception message if it needs to load a VariablesSecureApp instance.

The problem is that it is loading the vars using:
final VariablesSecureApp vars = RequestContext.get().getVariablesSecureApp();

Which throws a OBException in case the RequestContext has no session.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker