The 'method_name' operation is not supported in the 'repository_id' repository.
Explanation
Some repository adapters might not support all the operations defined in the virtual member manager SPI. An exception is thrown
if the operation being called is not supported. For example, the File adapter does not support creating
new entity types and property types at runtime (createSchema SPI method).
Programmer response
Ensure that the repository adapter supports the specified operation.
You might need to replace the adapter with another one which support this operation.