Hi,
I saw this in my log
which was entirely true and made me realize I forgot to define this operation.
Is there a way to block on this or catch this in the application so I know something it's wrong? I don't want it to fall back to the default update operation in the DataSource as nothing really happens then, while everything seems ok.
thanks,
I saw this in my log
Code:
WARN DataSourceDMI - DataSource OrderDS: received a request to execute an operation of type 'update' named 'generateReport', but this operation is not defined to the dataSource. Falling back to default behavior for operationType 'update'
Is there a way to block on this or catch this in the application so I know something it's wrong? I don't want it to fall back to the default update operation in the DataSource as nothing really happens then, while everything seems ok.
thanks,
Comment