Failed to deploy artifact [app-classloading-troubleshooting-1.0.0-mule-application]
org.mule.runtime.deployment.model.api.DeploymentException: Failed to deploy artifact [app-classloading-troubleshooting-1.0.0-mule-application]
Caused by: org.mule.runtime.api.exception.MuleRuntimeException: org.mule.runtime.deployment.model.api.DeploymentInitException: MuleClassNotFoundException: Couldn't find class: OverrideMe2 
 ------------------------
| Runtime Class Loader |
------------------------
           ^            
           |            
------------------------
|   Domain Region CL   |
------------------------
           |            
            ------------> ------------------------
           |              | Domain Class Loader  |
           |              ------------------------
           ^            
           |            
------------------------
|    App Region CL     |
------------------------
           |            
            ------------> ------------------------
                          |   App Class Loader   |
                          ------------------------
 
 Current classloader in context is (App Class Loader) 
 Seems the class doesn't exist in any classloader. Verify you wrote the right class name.