Hi , I am trying to deploy my topology bundled as a fat jar to remote Cluster . The jar can be deployed successfully but when deployed , I am seeing the following error in the worker log : It says it cannot find class for JpaRepository as shown below
[image: Inline image 1] The jar that I am submitting to cluster already contains this class though . I copied jar from the cluster and saw its contents and here is what I see [image: Inline image 2] Would be really thankful if anyone of u has ny idea why is this failing as I am not having any clue how to proceed further on this . I am already deploying jar with class but still it says classNotFound :(( Thanks in Advance Ankur
