Oracle Error Message
ORA-29519: name string resolved via a synonym in schema string to a class with a different name
Reason for the Error
A referenced name was resolved to a synonym, which translated to a class whose name does not match the referenced name.
Solution
Adjust name resolver or add missing Java class.