Hi there,
JRebel has already saved us a lot of time, so thank you in first place!
Unfortunately, now I have a problem, that every time when I do some changes (doesn’t matter what changes – can be just a change of string), I have to redeploy whole app because of such error:
java.lang.NoClassDefFoundError: com/cargopartner/spot/web/dashboard/operator/shipments/dashlet/form/OperatorUnassignedShipmentsDashletForm$$M$_jr_1D0E5431D236F89E_4 (wrong name: com/cargopartner/spot/web/dashboard/operator/shipments/dashlet/form/OperatorUnassignedShipmentsDashletForm)
Generally, it works on most places for us, somewhere with problems, but this piece of code is crucial now (Vaadin frontend) and we need speed up the development.
Is cause of this error known, or should I post the logs somewhere?
Thank you for your support!