I tough it would be a WCM related because I'm using the AVM repository.
I'm trying to use the ImageMagickContentTransformer. I declared it inside the AddAVMContentDialog#saveContent, and did all the imports.
Running the init() method from the transform, returns a error: "System Runtime executer not set",but, at startup, there isn't any complaint about the transfomer( the common ImageMagick error) so, theoretically, the transform is well-defined and running.
I'm completely stuck at this error. Any Ideas?