Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
import for chart not resolved
Hi,
I am busy testing the chart addon but when I try to run a project the import for the chart cannot be resolved.
For example;
import com.vaadin.addon.charts.Chart;
This import wont work. add the dependicy in the pom and did a maven clean and install
Chris
Hi what versions of charts and Vaadin Framework are you using?
hi dear,
i am using maven with spring boot ,i just install vaadin7 connect with spring.
Issue:
1)Gwt.xml file not created.
2)i just add chart add-ons in pom.xml , i update maven and click wigdetset icon in eclipse ,its show error.
any one can help to solve this issue.
Error:
No plugin found for prefix 'vaadin' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/e0000079/.m2/repository), spring-snapshots (https://repo.spring.io/snapshot), spring-milestones (https://repo.spring.io/milestone), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
any one can explain me a flow vaadin using spring boot,
how to add add-on and compile widgetset.
Sivaraman, have you added the repository to your pom?
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
</repository>
Can you check that you actually downloaded vaadin-charts dependency into you local maven.
go to
homedirecory/.m2/repository/com/vaadin/vaadin-charts
and check that it has jar files there.