Error at the time of hot deploy in fullcalander and pivot table

I am receving error during hot-deploy in full calandar and pivot table

Hot deploy compilation errors:
D:\jmixflow\sheelonline\src\main\java\com\sheel\sheelonline\view\taskpivot\TaskPivot.java:10: error: package io.jmix.pivottableflowui.component does not exist
import io.jmix.pivottableflowui.component.PivotTable;

In view it is showing that uri is not registered -
xmlns:pvttbl=“http://jmix.io/schema/pvttbl/ui

This error started just today.

Thanks

Hi

So you have this compilation error only during hot deploy? Compilation and running of the application doesn’t fail with such error?

Please enable hot-deploy DEBUG logging in the IDE: Go to Help → Diagnostic Tools → Debug Log Settings…
Add #com.haulmont.jmixstudio.intellij.hotdeploy line in the “Custom Debug Log Configuration” dialog
Then perform your hot-deploy case again and attach idea.log file here.

Thank you

Hi @gaslov

I am not receiving error on hot deploy now. (don’t know why)

but this still there but not causing any error on running app as such

In view it is showing that uri is not registered -
xmlns:pvttbl=“http://jmix.io/schema/pvttbl/ui”

regards