I just ran into the same problem and after some time looking into it my conclusion is we can not make the ResourceServlet work in an OSGi environment. The ResourceServlet tries to load resources from...
Type: Posts; User: boxtelp; Keyword(s):
I just ran into the same problem and after some time looking into it my conclusion is we can not make the ResourceServlet work in an OSGi environment. The ResourceServlet tries to load resources from...
Thanks for the help. I reduced the length of the exitstatus code and now the error message is gone. I also wasn't aware that the initial part of the code was used to set the status of the job;...
Hi,
I have a job consisting of one step. That step is going through a list of input items and while processing it, it might generate a warning on an item. These warnings are logged. Now I want the...