I'm in dead end doing my own version of this GWT-Polymer project hosted at GitHub. Its fully working in the IDE, but at devsever it throws following error.
if (src != null && !canCast(src, dstId)) {
throw new ClassCastException();
}
canCast() returns false, because core-drawer-panel is not a JavaString (look debug image), its HTML. Core-draw-panel can be found in Polymer GitHub.
So what i should do? Version info:
- Polymer 0.5
- GWT 2.7
- JAVA 7