vaadin-server, vaadin-shared bundles are installed in OSGI (karaf 3.0.2) -
i'm struggling problem. have vaadin 7 in osgi (karaf 3.0.2). in list of installed bundles vaadin-server , vaadin-shared status installed. although other bundles of vaadin: vaadin-shared-deps,vaadin-themes,vaadin-client-compiled,vaadin-client active. please help me issue, i'll appreciate.
error executing command: error executing command on bundles: unable execute command on bundle 203: unresolved constraint in bundle com.vaadin.shared [203]: unable resolve 203.0: missing requirement [203.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=0.0.20131108.vaadin1)) error executing command: error executing command on bundles: unable execute command on bundle 117: unresolved constraint in bundle com.vaadin.server [117]: unable resolve 117.0: missing requirement [117.0] osgi.wiring.bundle; (&(osgi.wiring.bundle=com.vaadin.shared)(bundle-version>=7.3.2)) [caused by: unable resolve 203.0: missing requirement [203.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=0.0.20131108.vaadin1))]
you missing bundle provides bundle org.json in version>=0.0.20131108.vaadin1 . version has vaadin in name suspect bundle delivered in vaadin distro.
osgi vaadin vaadin7 osgi-bundle karaf
No comments:
Post a Comment