Results 1 to 2 of 2

Thread: Bundle installed but roo commands not available

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Default Bundle installed but roo commands not available

    I copied a OSGI enabled JAR to <STS 2.5.2>/spring-roo-1.1.1.RELEASE/bundle and restarted STS. The jar is a 3rd party jar (vaadin) and others have found it works just fine.

    Using ROO inside STS I can see the jar was installed by using the command "osgi ps". But when I try to use the commands (eg. "vaadin setup") from that jar, ROO doesn't recognize them.

    What more to I have to do to get ROO to recognize the bundle? What am I missing?

  2. #2
    Join Date
    Oct 2009
    Posts
    2

    Default How to install the bundle

    Since I was installing Vaadin, here are the roo commands to install it Thanks Henri Sara
    roo>osgi uninstall --bundleSymbolicName com.vaadin.spring.roo.addon

    roo>osgi install --url https://oss.sonatype.org/content/rep...3.132028-5.jar

    roo>osgi start --url https://oss.sonatype.org/content/rep...3.132028-5.jar

    Restarting Roo after installing or upgrading the plugin is also a good idea if you are having problems.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •