-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
8.1
-
None
-
None
-
Java(TM) SE Runtime Environment (build 1.7.0_05-b05) , Windows 7, Teiid 8.1.CR1
I start 10 simultaneous continuous executions against my custom ResultSetExecution translator.
This piece of code causes NPE once per several seconds:
public void execute() throws TranslatorException {
...
CommandContext ctx = executionContext.getCommandContext();
...
}
Exception dump from server.log attached.