[bug-13555]DropHandler Exception

Hi guys,

I have a pretty simple template -- just a circle that changes color based on a boolean value. The custom property for that value is called "State" and is the drop target.

If I drag a bool tag onto the screen, I can select my indicator template from the dropdown list, and it works. But if I put the indicator on the screen first, and then drop a tag onto it, I get the following error:

Error during drop: class com.inductiveautomation.factorypmi.designer.beaninfo.TemplateHolderBeanInfo$TemplateTagDropHandler cannot be cast to class com.inductiveautomation.vision.api.designer.beans.TagDropHandler (com.inductiveautomation.factorypmi.designer.beaninfo.TemplateHolderBeanInfo$TemplateTagDropHandler and com.inductiveautomation.vision.api.designer.beans.TagDropHandler are in unnamed module of loader java.net.URLClassLoader @674ee5c7)

Any ideas what I might be doing wrong here? Is this a bug?

Bug on our end - fix is already pending and should make it into one of the next few nightlies.

1 Like