Install issue

I downloaded charts 1.1.2, unzipped and copied the jar files into WEB-INF/lib of my Eclipse project.

Add chart code to my class and when I ran it I got the following error;

Widgetset does not contain implementation for com.vaadin.addon.charts.Chart. Check its component connector’s @Connect mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions.

I checked ivy.xml and there was no dependency for the charts add-on, so I added the dependency and recompiled the widget set.

I also cleared the ivy cache and clicked on resolve.

I ran the project again but I am still getting the above error.

Can anybody give me a clue how to resolve this issue?

Did you define a custom client-side widgetset in your web.xml or ServletConfiguration-annotation?

No I did not see that in the install instructions, what do I have to do?

Do you not have a file with the extension .gwt.xml somewhere? You said you recompiled your widgetset so you should actually have on as otherwise the compilation should fail.

In theory you should have a .gwt.xml file somewhere which is inheriting the DefaultWidgetSet and also some kind of mapping somewhere. If you use web.xml you should have a block like this <init-param> <description>Widget Set to Use</description> <param-name>widgetset</param-name> <param-value>com.test.example.AppWidgetSet</param-value> </init-param> in your servlet mapping.
If you use the annotation i think there should be something like widgetset=“com.test.example.AppWidgetSet” somewhere between the brackets.
To recompile the widgetset you can use the compile widgetset button of the Vaadin Plug-In while selecting the .gwt.xml file.

I check the instructions again in the Vaadin manual regarding ivy setup and it looks right.

In fact when I compile the widgetset I can see charts and I am still getting the issue I reported initially.

Executing compiler with command line:
C:\Program Files\Java\jre7\bin\java.exe -Djava.awt.headless=true -Xss8M -Xmx512M -XX:MaxPermSize=512M -classpath C:\Program Files\Java\jre7\lib\resources.jar;C:\Program Files\Java\jre7\lib\rt.jar;C:\Program Files\Java\jre7\lib\jsse.jar;C:\Program Files\Java\jre7\lib\jce.jar;C:\Program Files\Java\jre7\lib\charsets.jar;C:\Program Files\Java\jre7\lib\jfr.jar;C:\Program Files\Java\jre7\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jre7\lib\ext\dnsns.jar;C:\Program Files\Java\jre7\lib\ext\jaccess.jar;C:\Program Files\Java\jre7\lib\ext\localedata.jar;C:\Program Files\Java\jre7\lib\ext\sunec.jar;C:\Program Files\Java\jre7\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jre7\lib\ext\sunmscapi.jar;C:\Program Files\Java\jre7\lib\ext\zipfs.jar;C:/Users/litspjc/workspace/CronJobViewer/src;C:/Users/litspjc/workspace/CronJobViewer/build/classes;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-client/jars/vaadin-client-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-shared/jars/vaadin-shared-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-shared-deps/jars/vaadin-shared-deps-1.0.2.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-server/jars/vaadin-server-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-theme-compiler/jars/vaadin-theme-compiler-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/org.apache.commons/commons-jexl/jars/commons-jexl-2.1.1.jar;C:/Users/litspjc/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar;C:/Users/litspjc/.ivy2/cache/org.w3c.css/sac/jars/sac-1.3.jar;C:/Users/litspjc/.ivy2/cache/net.sourceforge.cssparser/cssparser/jars/cssparser-0.9.5.jar;C:/Users/litspjc/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar;C:/Users/litspjc/.ivy2/cache/org.jsoup/jsoup/jars/jsoup-1.6.3.jar;C:/Users/litspjc/.ivy2/cache/javax.validation/validation-api/jars/validation-api-1.0.0.GA-sources.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-client-compiler/jars/vaadin-client-compiler-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.1.jar;C:/Users/litspjc/.ivy2/cache/ant/ant/jars/ant-1.6.5.jar;C:/Users/litspjc/.ivy2/cache/ant/ant-launcher/jars/ant-launcher-1.6.5.jar;C:/Users/litspjc/.ivy2/cache/org.mortbay.jetty/jetty/jars/jetty-6.1.11.jar;C:/Users/litspjc/.ivy2/cache/org.mortbay.jetty/jetty-util/jars/jetty-util-6.1.11.jar;C:/Users/litspjc/.ivy2/cache/org.mortbay.jetty/servlet-api-2.5/jars/servlet-api-2.5-6.1.11.jar;C:/Users/litspjc/.ivy2/cache/org.jdesktop/swing-worker/jars/swing-worker-1.1.jar;C:/Users/litspjc/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.3.jar;C:/Users/litspjc/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.2.jar;C:/Users/litspjc/.ivy2/cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar;C:/Users/litspjc/.ivy2/cache/org.apache.james/apache-mime4j/jars/apache-mime4j-0.6.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-client-compiler-deps/jars/vaadin-client-compiler-deps-1.0.2.jar;C:/Program Files/Java/jre7/lib/resources.jar;C:/Program Files/Java/jre7/lib/rt.jar;C:/Program Files/Java/jre7/lib/jsse.jar;C:/Program Files/Java/jre7/lib/jce.jar;C:/Program Files/Java/jre7/lib/charsets.jar;C:/Program Files/Java/jre7/lib/jfr.jar;C:/Program Files/Java/jre7/lib/ext/access-bridge-64.jar;C:/Program Files/Java/jre7/lib/ext/dnsns.jar;C:/Program Files/Java/jre7/lib/ext/jaccess.jar;C:/Program Files/Java/jre7/lib/ext/localedata.jar;C:/Program Files/Java/jre7/lib/ext/sunec.jar;C:/Program Files/Java/jre7/lib/ext/sunjce_provider.jar;C:/Program Files/Java/jre7/lib/ext/sunmscapi.jar;C:/Program Files/Java/jre7/lib/ext/zipfs.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/annotations-api.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/catalina-ant.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/catalina-ha.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/catalina-tribes.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/catalina.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/ecj-4.2.1.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/el-api.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/jasper-el.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/jasper.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/jsp-api.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/servlet-api.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-api.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-coyote.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-dbcp.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-i18n-es.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-i18n-fr.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-i18n-ja.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-jdbc.jar;C:/Program Files/Apache Software Foundation/Apache Tomcat 7.0.34/lib/tomcat-util.jar;C:/Users/litspjc/workspace/CronJobViewer/WebContent/WEB-INF/lib/commons-io-1.4.jar;C:/Users/litspjc/workspace/CronJobViewer/WebContent/WEB-INF/lib/gson-2.2.jar;C:/Users/litspjc/workspace/CronJobViewer/WebContent/WEB-INF/lib/vaadin-charts-1.1.2.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-themes/jars/vaadin-themes-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-push/jars/vaadin-push-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-runtime/bundles/atmosphere-runtime-1.0.14.vaadin4.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-compat-jbossweb/bundles/atmosphere-compat-jbossweb-1.0.14.vaadin4.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-compat-tomcat/bundles/atmosphere-compat-tomcat-1.0.14.vaadin4.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin.external.slf4j/vaadin-slf4j-jdk14/jars/vaadin-slf4j-jdk14-1.6.1.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-compat-tomcat7/bundles/atmosphere-compat-tomcat7-1.0.14.vaadin4.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-client-compiled/jars/vaadin-client-compiled-7.1.5.jar;C:/Users/litspjc/.ivy2/cache/com.vaadin.addon/vaadin-charts/jars/vaadin-charts-1.1.2.jar;C:/Users/litspjc/.ivy2/cache/com.google.code.gson/gson/jars/gson-2.2.jar;C:/Users/litspjc/.ivy2/cache/commons-io/commons-io/jars/commons-io-1.4.jar;C:/Users/litspjc/.ivy2/cache/javax.servlet/javax.servlet-api/jars/javax.servlet-api-3.0.1.jar;D:/app/litspjc/product/11.2.0/jdbc/lib/ojdbc5.jar -Dgwt.persistentunitcachedir=C:\Users\litspjc\AppData\Local\Temp\widgetset_com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset99504938-3696-4f09-bad7-24ed23c8a9c4 com.vaadin.tools.WidgetsetCompiler -war WebContent/VAADIN/widgetsets -deploy C:\Users\litspjc\AppData\Local\Temp\widgetset_com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset99504938-3696-4f09-bad7-24ed23c8a9c4 -extra C:\Users\litspjc\AppData\Local\Temp\widgetset_com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset99504938-3696-4f09-bad7-24ed23c8a9c4 -localWorkers 2 -logLevel INFO com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset
Updating GWT module description file…
Sep 13, 2013 2:15:52 PM com.vaadin.server.widgetsetutils.ClassPathExplorer getAvailableWidgetSetsAndStylesheets
INFO: Widgetsets found from classpath:
com.vaadin.DefaultWidgetSet in jar:file:C:/Users/litspjc/.ivy2/cache/com.vaadin/vaadin-client/jars/vaadin-client-7.1.5.jar!/
com.vaadin.addon.charts.Widgetset in jar:file:C:/Users/litspjc/.ivy2/cache/com.vaadin.addon/vaadin-charts/jars/vaadin-charts-1.1.2.jar!/
com.vaadin.addon.timeline.gwt.TimelineWidgetSet in jar:file:C:/Users/litspjc/.ivy2/cache/com.vaadin.addon/vaadin-charts/jars/vaadin-charts-1.1.2.jar!/
com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset in file://C/Users/litspjc/workspace/CronJobViewer/src
Addon styles found from classpath:

Sep 13, 2013 2:15:53 PM com.vaadin.server.widgetsetutils.ClassPathExplorer getAvailableWidgetSetsAndStylesheets
INFO: Search took 23ms
Done.
Starting GWT compiler
Compiling module com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset
Resolving com.google.gwt.validation.client.constraints.AbstractDecimalMaxValidator
Found type ‘com.google.gwt.validation.client.constraints.AbstractDecimalMaxValidator’
Found type ‘javax.validation.constraints.DecimalMax’
[WARN]
Detected warnings related to ‘javax.validation.Constraint’. Is validation-.jar on the classpath?
Specify -logLevel DEBUG to see all errors.
[WARN]
Ignoring unresolvable annotation type javax.validation.Constraint
Computing all possible rebind results for ‘com.vaadin.client.metadata.ConnectorBundleLoader’
Rebinding com.vaadin.client.metadata.ConnectorBundleLoader
Invoking generator com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory
Populating eager bundle
Visiting ChartOptionsConnector with ConnectorInitVisitor
ChartOptionsConnector will be in the eager bundle
Will serialize class com.vaadin.addon.charts.client.ui.ChartOptionsState as a bean
Will serialize class com.vaadin.shared.communication.URLReference using URLReference_Serializer
Visiting VerticalLayoutConnector with ConnectorInitVisitor
VerticalLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.orderedlayout.VerticalLayoutState as a bean
Will serialize class java.util.HashMap<com.vaadin.shared.Connector, com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData> as a bean
Will serialize class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData as a bean
Visiting TableConnector with ConnectorInitVisitor
TableConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.table.TableState as a bean
Visiting UIConnector with ConnectorInitVisitor
UIConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.ui.UIState as a bean
Will serialize class com.vaadin.shared.ui.ui.UIState.LocaleServiceState as a bean
Will serialize class com.vaadin.shared.ui.ui.UIState.PushConfigurationState as a bean
Will serialize class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState as a bean
Will serialize class com.vaadin.shared.communication.PushMode as an enum
Will serialize class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState as a bean
Will serialize class com.vaadin.shared.ui.ui.UIState.LocaleData as a bean
Will serialize java.lang.String as an array
Will serialize class com.vaadin.shared.ui.ui.PageState as a bean
Visiting NativeSelectConnector with ConnectorInitVisitor
NativeSelectConnector will be in the eager bundle
Will serialize class com.vaadin.shared.AbstractFieldState as a bean
Visiting CustomComponentConnector with ConnectorInitVisitor
CustomComponentConnector will be in the eager bundle
Will serialize class com.vaadin.shared.AbstractComponentState as a bean
Visiting WindowConnector with ConnectorInitVisitor
WindowConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.window.WindowState as a bean
Will serialize class com.vaadin.shared.ui.window.WindowMode as an enum
Visiting PasswordFieldConnector with ConnectorInitVisitor
PasswordFieldConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.textfield.AbstractTextFieldState as a bean
Visiting InlineDateFieldConnector with ConnectorInitVisitor
InlineDateFieldConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.datefield.InlineDateFieldState as a bean
Will serialize class java.util.Date as a bean
Visiting PanelConnector with ConnectorInitVisitor
PanelConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.panel.PanelState as a bean
Visiting CustomFieldConnector with ConnectorInitVisitor
CustomFieldConnector will be in the eager bundle
Visiting DragAndDropWrapperConnector with ConnectorInitVisitor
DragAndDropWrapperConnector will be in the eager bundle
Visiting LinkConnector with ConnectorInitVisitor
LinkConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.link.LinkState as a bean
Visiting ImageConnector with ConnectorInitVisitor
ImageConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.image.ImageState as a bean
Visiting BrowserWindowOpenerConnector with ConnectorInitVisitor
BrowserWindowOpenerConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.BrowserWindowOpenerState as a bean
Visiting LabelConnector with ConnectorInitVisitor
LabelConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.label.LabelState as a bean
Will serialize class com.vaadin.shared.ui.label.ContentMode as an enum
Visiting BrowserFrameConnector with ConnectorInitVisitor
BrowserFrameConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.browserframe.BrowserFrameState as a bean
Visiting TabsheetConnector with ConnectorInitVisitor
TabsheetConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.tabsheet.TabsheetState as a bean
Visiting TreeConnector with ConnectorInitVisitor
TreeConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.tree.TreeState as a bean
Visiting NativeButtonConnector with ConnectorInitVisitor
NativeButtonConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.button.NativeButtonState as a bean
Visiting EmbeddedConnector with ConnectorInitVisitor
EmbeddedConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.embedded.EmbeddedState as a bean
Visiting PopupDateFieldConnector with ConnectorInitVisitor
PopupDateFieldConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.datefield.PopupDateFieldState as a bean
Visiting FlashConnector with ConnectorInitVisitor
FlashConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.flash.FlashState as a bean
Visiting CssLayoutConnector with ConnectorInitVisitor
CssLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.csslayout.CssLayoutState as a bean
Visiting AudioConnector with ConnectorInitVisitor
AudioConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.AbstractMediaState as a bean
Visiting VideoConnector with ConnectorInitVisitor
VideoConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.video.VideoState as a bean
Visiting CustomLayoutConnector with ConnectorInitVisitor
CustomLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.customlayout.CustomLayoutState as a bean
Visiting AbsoluteLayoutConnector with ConnectorInitVisitor
AbsoluteLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState as a bean
Visiting HorizontalLayoutConnector with ConnectorInitVisitor
HorizontalLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.orderedlayout.HorizontalLayoutState as a bean
Visiting TextFieldConnector with ConnectorInitVisitor
TextFieldConnector will be in the eager bundle
Visiting ListSelectConnector with ConnectorInitVisitor
ListSelectConnector will be in the eager bundle
Visiting FileDownloaderConnector with ConnectorInitVisitor
FileDownloaderConnector will be in the eager bundle
Will serialize class com.vaadin.shared.communication.SharedState as a bean
Visiting ButtonConnector with ConnectorInitVisitor
ButtonConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.button.ButtonState as a bean
Visiting GridLayoutConnector with ConnectorInitVisitor
GridLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.gridlayout.GridLayoutState as a bean
Will serialize class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData as a bean
Visiting TwinColSelectConnector with ConnectorInitVisitor
TwinColSelectConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.twincolselect.TwinColSelectState as a bean
Visiting FormConnector with ConnectorInitVisitor
FormConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.form.FormState as a bean
Visiting TimelineConnector with ConnectorInitVisitor
TimelineConnector will be in the eager bundle
Visiting JavaScriptExtension with ConnectorInitVisitor
JavaScriptExtension will be in the eager bundle
Will serialize class com.vaadin.shared.JavaScriptExtensionState as a bean
Visiting TextAreaConnector with ConnectorInitVisitor
TextAreaConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.textarea.TextAreaState as a bean
Visiting ProgressBarConnector with ConnectorInitVisitor
ProgressBarConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.progressindicator.ProgressBarState as a bean
Visiting UploadConnector with ConnectorInitVisitor
UploadConnector will be in the eager bundle
Visiting FormLayoutConnector with ConnectorInitVisitor
FormLayoutConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState as a bean
Visiting JavaScriptManagerConnector with ConnectorInitVisitor
JavaScriptManagerConnector will be in the eager bundle
Will serialize class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState as a bean
Visiting ProgressIndicatorConnector with ConnectorInitVisitor
ProgressIndicatorConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.progressindicator.ProgressIndicatorState as a bean
Visiting SliderConnector with ConnectorInitVisitor
SliderConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.slider.SliderState as a bean
Will serialize class com.vaadin.shared.ui.slider.SliderOrientation as an enum
Visiting ComboBoxConnector with ConnectorInitVisitor
ComboBoxConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.combobox.ComboBoxState as a bean
Visiting AccordionConnector with ConnectorInitVisitor
AccordionConnector will be in the eager bundle
Visiting CheckBoxConnector with ConnectorInitVisitor
CheckBoxConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.checkbox.CheckBoxState as a bean
Visiting VerticalSplitPanelConnector with ConnectorInitVisitor
VerticalSplitPanelConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState as a bean
Will serialize class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState as a bean
Visiting JavaScriptComponentConnector with ConnectorInitVisitor
JavaScriptComponentConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.JavaScriptComponentState as a bean
Visiting OptionGroupConnector with ConnectorInitVisitor
OptionGroupConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.optiongroup.OptionGroupState as a bean
Visiting PopupViewConnector with ConnectorInitVisitor
PopupViewConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.popupview.PopupViewState as a bean
Visiting HorizontalSplitPanelConnector with ConnectorInitVisitor
HorizontalSplitPanelConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.splitpanel.HorizontalSplitPanelState as a bean
Visiting TreeTableConnector with ConnectorInitVisitor
TreeTableConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.treetable.TreeTableState as a bean
Visiting ChartConnector with ConnectorInitVisitor
ChartConnector will be in the eager bundle
Will serialize class com.vaadin.addon.charts.client.ui.ChartState as a bean
Visiting MenuBarConnector with ConnectorInitVisitor
MenuBarConnector will be in the eager bundle
Will serialize class com.vaadin.shared.ui.menubar.MenuBarState as a bean
Will serialize class com.vaadin.shared.MouseEventDetails as a bean
Will serialize class com.vaadin.shared.MouseEventDetails.MouseButton as an enum
Populating CalendarConnector bundle
Visiting CalendarConnector with ConnectorInitVisitor
CalendarConnector will be in the CalendarConnector bundle
Will serialize class com.vaadin.shared.ui.calendar.CalendarState as a bean
Will serialize class com.vaadin.shared.ui.calendar.CalendarState.Day as a bean
Will serialize class com.vaadin.shared.ui.calendar.CalendarState.Action as a bean
Will serialize class com.vaadin.shared.ui.calendar.CalendarState.Event as a bean
Populating RichTextAreaConnector bundle
Visiting RichTextAreaConnector with ConnectorInitVisitor
RichTextAreaConnector will be in the RichTextAreaConnector bundle
Populating ColorPickerGradientConnector bundle
Visiting ColorPickerGradientConnector with ConnectorInitVisitor
ColorPickerGradientConnector will be in the ColorPickerGradientConnector bundle
Will serialize class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState as a bean
Populating ColorPickerAreaConnector bundle
Visiting ColorPickerAreaConnector with ConnectorInitVisitor
ColorPickerAreaConnector will be in the ColorPickerAreaConnector bundle
Will serialize class com.vaadin.shared.ui.colorpicker.ColorPickerState as a bean
Populating ColorPickerConnector bundle
Visiting ColorPickerConnector with ConnectorInitVisitor
ColorPickerConnector will be in the ColorPickerConnector bundle
Will serialize class com.vaadin.shared.ui.colorpicker.ColorPickerState as a bean
Populating ColorPickerGridConnector bundle
Visiting ColorPickerGridConnector with ConnectorInitVisitor
ColorPickerGridConnector will be in the ColorPickerGridConnector bundle
Will serialize class com.vaadin.shared.ui.colorpicker.ColorPickerGridState as a bean
Computing all possible rebind results for ‘com.vaadin.client.ui.dd.VAcceptCriterionFactory’
Rebinding com.vaadin.client.ui.dd.VAcceptCriterionFactory
Invoking generator com.vaadin.server.widgetsetutils.AcceptCriteriaFactoryGenerator
Detecting available criteria …
creating mapping for com.vaadin.ui.Table.TableDropCriterion
creating mapping for com.vaadin.event.dd.acceptcriteria.TargetDetailIs
creating mapping for com.vaadin.event.dd.acceptcriteria.SourceIsTarget
creating mapping for com.vaadin.ui.Tree.TreeDropCriterion
creating mapping for com.vaadin.event.dd.acceptcriteria.Not
creating mapping for com.vaadin.event.dd.acceptcriteria.AcceptAll
creating mapping for com.vaadin.event.dd.acceptcriteria.And
creating mapping for com.vaadin.event.dd.acceptcriteria.SourceIs
creating mapping for com.vaadin.event.dd.acceptcriteria.Or
creating mapping for com.vaadin.ui.AbstractSelect.TargetItemIs
creating mapping for com.vaadin.ui.AbstractSelect.AcceptItem
creating mapping for com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
creating mapping for com.vaadin.ui.Tree.TargetInSubtree
creating mapping for com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
Done. (0seconds)
Computing all possible rebind results for ‘com.vaadin.addon.timeline.gwt.canvas.client.impl.CanvasImpl’
Rebinding com.vaadin.addon.timeline.gwt.canvas.client.impl.CanvasImpl
Could not find an exact match rule. Using ‘closest’ rule based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
Compiling 6 permutations
Compiling permutation 0…
Process output
Compiling
Compiling permutation 1…
Compiling permutation 2…
Compiling
Compiling permutation 3…
Compiling permutation 4…
Compiling
Compiling permutation 5…
Compile of permutations succeeded
Linking into C:\Users\litspjc\workspace\CronJobViewer\WebContent\VAADIN\widgetsets\com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset; Writing extras to C:\Users\litspjc\AppData\Local\Temp\widgetset_com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset99504938-3696-4f09-bad7-24ed23c8a9c4\com.shu.cronjobviewer.widgetset.CronjobviewerWidgetset
Link succeeded
Compilation succeeded – 226.490s