You need to sign in to do that
Don't have an account?

Error when adding implements Database.Batchable<sObject>
Getting error 'Object reference not set to an instance of an object.' when adding 'implements Database.Batchable<sObject> to a class.
I'm using BrainEngine 5.0.1.81. Eclipse won't save to the server either.
global class TransactionExclusionFromSSISHiHwBatch implements Database.Batchable<sObject>
{
}
I'm using BrainEngine 5.0.1.81. Eclipse won't save to the server either.
global class TransactionExclusionFromSSISHiHwBatch implements Database.Batchable<sObject>
{
}
All Answers
It seems you are opening a square braket and closing with a curly parenthesis.
Does it answer to your question?
Thanks for your help.
I've tried in an org without the summer 14 and cannot save a class without one of the methods in different order...so it may be that the saves occurred only locally (if using an IDE) and actually work only when all methods where written.
Bye
E.