Could not find specified bundle with symbolic name: com.vaadin.spring.roo.a

roo> addon install bundle --bundleSymbolicName com.vaadin.spring.roo.addon
Could not find specified bundle with symbolic name: com.vaadin.spring.roo.addon

any ideas ?

I was looking for the same. I do not know who manages the addons, spring or Vaadin but here is a workaround for getting the addon. Go to Maven Central (search.maven.org) and search for the vaadin addon. Download and drop it into your bundles directory of your Roo installation. Restart the roo console. The roo autodetect should register the vaadin addon now.

this wiki page comments (from dylan db bradford) has some more info on this topic:
https://vaadin.com/wiki/-/wiki/Main/Spring+Roo+Plugin?_36_delta=20&_36_keywords=&_36_advancedSearch=false&_36_andOperator=true&cur=2

If someone else is looking for the answer, try the following


roo> addon install bundle --bundleSymbolicName com.vaadin.spring.roo.addon
Could not find specified bundle with symbolic name: com.vaadin.spring.roo.addon
roo> osgi obr url add --url http://vaadin.com/springroo/repository.xml
roo> osgi obr deploy --bundleSymbolicName com.vaadin.spring.roo.addon
Target resource(s):
-------------------
   Vaadin Plug-in for Spring Roo (1.1.1)

Deploying...done.

roo> osgi find --bundleSymbolicName com.vaadin.spring.roo.addon
START LEVEL 99
   ID   State         Level  Name
[  75]
 [Installed  ]
 [    1]
 Vaadin Plug-in for Spring Roo (1.1.1)

roo> osgi framework command start 75
roo> exit


Reference